Cleaned up build options in several gtk pkg build files Updated gtk buildlist Added code to disable docs compilation in gtk/babl Removed code to disable overlinking in gtk/gspell and gtk/gtk2 Fixed arch variable gtk/gst-plugins-base
27 lines
760 B
Text
Executable file
27 lines
760 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/$version.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="
|
|
ea0ef5de68ec5e5ff55fba52d6cc07dff697978c12a277b2ccdc8a60396be6705afd590aa8c5d8833198128a7cd668c3929bb30f48a3f94e97a66d77b917e304 clearlooks-phenix-7.0.1.tar.lz
|
|
"
|