# HG changeset patch # User Aleksej Bobylev # Date 1462808578 -10800 # Node ID f5a848a705d4c948687f6b73a771ca5025476b92 # Parent 67c74cd2db41f8f4d612f77fb7036296c369f159 Add gtk-theme-vertex diff -r 67c74cd2db41 -r f5a848a705d4 gtk-theme-vertex/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-theme-vertex/description.txt Mon May 09 18:42:58 2016 +0300 @@ -0,0 +1,7 @@ +Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon. It supports GTK 3 +and GTK 2 based desktop environments like Gnome, Cinnamon, Mate, XFCE, Budgie, +Pantheon, etc. Themes for the Browsers Chrome/Chromium and Firefox are +included, too. + +The theme comes with three variants to choose from. The default variant with +dark header-bars, a light variant, and a dark variant. diff -r 67c74cd2db41 -r f5a848a705d4 gtk-theme-vertex/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-theme-vertex/receipt Mon May 09 18:42:58 2016 +0300 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gtk-theme-vertex" +VERSION="20160329" +CATEGORY="customization" +SHORT_DESC="Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://github.com/horst3180/vertex-theme" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" + +DEPENDS="gtk2-engine-murrine" +BUILD_DEPENDS="autoconf automake gtk+3-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./autogen.sh \ + --prefix=/usr \ + --disable-cinnamon \ + --disable-gnome-shell \ + --disable-unity + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}