27 lines
757 B
Text
Executable file
27 lines
757 B
Text
Executable file
app=clearlooks-phenix-theme
|
|
version=7.0.1
|
|
build=1sml
|
|
homepage="https://github.com/jpfleury/clearlooks-phenix"
|
|
download="https://github.com/jpfleury/clearlooks-phenix/archive/refs/tags/7.0.1.tar.gz"
|
|
desc="Default theme for GNOME 2 and 3"
|
|
requires="gtk2 gtk3"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf clearlooks-phenix-$version
|
|
|
|
tar xf $srcdir/clearlooks-phenix-$version.tar.?z*
|
|
cd clearlooks-phenix-$version
|
|
fixbuilddirpermissions
|
|
|
|
mkdir -p $pkg/share/themes/Clearlooks-Phenix
|
|
cp -r xfwm4 gtk* $pkg/share/themes/Clearlooks-Phenix/
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f304278429d6ea796c566a4b9301bcf146243bda24807b9f0f1367c8eeca488106c62f20bd17e7b4e32580b11e21c8c8515eb9ae4dfbdf9da52d6c3d59d7730c clearlooks-phenix-7.0.1.tar.gz
|
|
"
|