wok rev 22902
updated gtk-theme-vertex (20160329 -> 20170128)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 15:52:16 2020 +0100 (2020-02-23) |
parents | 8a601a9ffa93 |
children | 28a555da681c |
files | gtk-theme-vertex/receipt |
line diff
1.1 --- a/gtk-theme-vertex/receipt Sun Feb 23 15:34:31 2020 +0100 1.2 +++ b/gtk-theme-vertex/receipt Sun Feb 23 15:52:16 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtk-theme-vertex" 1.7 -VERSION="20160329" 1.8 +VERSION="20170128" 1.9 CATEGORY="customization" 1.10 -SHORT_DESC="Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon" 1.11 +SHORT_DESC="Aa theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://github.com/horst3180/vertex-theme" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.18 1.19 @@ -16,16 +17,16 @@ 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - ./autogen.sh \ 1.24 - --prefix=/usr \ 1.25 - --disable-cinnamon \ 1.26 - --disable-gnome-shell \ 1.27 - --disable-unity 1.28 + ./autogen.sh \ 1.29 + --prefix=/usr \ 1.30 + --disable-cinnamon \ 1.31 + --disable-gnome-shell \ 1.32 + --disable-unity && 1.33 make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - cp -a $install/* $fs 1.40 + cp -a $install/* $fs 1.41 }