wok-6.x rev 19124
Add gtk-theme-vertex
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 09 18:42:58 2016 +0300 (2016-05-09) |
parents | 67c74cd2db41 |
children | d1570adae0ba |
files | gtk-theme-vertex/description.txt gtk-theme-vertex/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk-theme-vertex/description.txt Mon May 09 18:42:58 2016 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon. It supports GTK 3 1.5 +and GTK 2 based desktop environments like Gnome, Cinnamon, Mate, XFCE, Budgie, 1.6 +Pantheon, etc. Themes for the Browsers Chrome/Chromium and Firefox are 1.7 +included, too. 1.8 + 1.9 +The theme comes with three variants to choose from. The default variant with 1.10 +dark header-bars, a light variant, and a dark variant.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gtk-theme-vertex/receipt Mon May 09 18:42:58 2016 +0300 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="gtk-theme-vertex" 2.7 +VERSION="20160329" 2.8 +CATEGORY="customization" 2.9 +SHORT_DESC="Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="GPL3" 2.12 +WEB_SITE="https://github.com/horst3180/vertex-theme" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 2.15 + 2.16 +DEPENDS="gtk2-engine-murrine" 2.17 +BUILD_DEPENDS="autoconf automake gtk+3-dev" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + ./autogen.sh \ 2.23 + --prefix=/usr \ 2.24 + --disable-cinnamon \ 2.25 + --disable-gnome-shell \ 2.26 + --disable-unity 2.27 + make install 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + cp -a $install/* $fs 2.34 +}