#Packager: George Vlahavas pkgname=clearlooks-phenix pkgver=6.0.3 pkgrel=1gv source=("https://github.com/jpfleury/clearlooks-phenix/archive/$pkgver.tar.gz" "ftp://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-2.20.2.tar.bz2") url=https://github.com/jpfleury/clearlooks-phenix slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "clearlooks-phenix (a GTK3 port of Clearlooks)" "Clearlooks-Phenix (formerly known as Clearwaita) aims at creating a" "GTK3 port of Clearlooks, the default theme for Gnome 2. Style is also" "included for GTK2, Unity and for Metacity, Openbox and Xfwm4 window" "managers." "" "This package also includes the original Clearlooks GTK+2 engine from" "gtk-engines." ) build() { # Build gtk-engines with clearlooks only cd $startdir/src/gtk-engines-2.20.2 ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --enable-animation \ --disable-all \ --enable-clearlooks \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg # We don't need the Clearlooks theme, as we are going to use # Clearlooks-Phenix instead rm -rf $startdir/pkg/usr/share/themes/Clearlooks # Clearlooks-Phenix cd $startdir/src/$pkgname-$pkgver mkdir -p $startdir/pkg/usr/share/themes/Clearlooks-Phenix cp -r ./* $startdir/pkg/usr/share/themes/Clearlooks-Phenix }