# HG changeset patch # User Hans-G?nter Theisgen # Date 1582469536 -3600 # Node ID 3de274310ea5251dda789a58f2b7ad98537420d9 # Parent 8a601a9ffa934a6b2c34ceb273b20326f3215ce9 updated gtk-theme-vertex (20160329 -> 20170128) diff -r 8a601a9ffa93 -r 3de274310ea5 gtk-theme-vertex/receipt --- a/gtk-theme-vertex/receipt Sun Feb 23 15:34:31 2020 +0100 +++ b/gtk-theme-vertex/receipt Sun Feb 23 15:52:16 2020 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="gtk-theme-vertex" -VERSION="20160329" +VERSION="20170128" CATEGORY="customization" -SHORT_DESC="Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon" +SHORT_DESC="Aa 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" @@ -16,16 +17,16 @@ # Rules to configure and make the package. compile_rules() { - ./autogen.sh \ - --prefix=/usr \ - --disable-cinnamon \ - --disable-gnome-shell \ - --disable-unity + ./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 + cp -a $install/* $fs }