# HG changeset patch # User Hans-G?nter Theisgen # Date 1582467967 -3600 # Node ID f88b946beb481ffd59c9efbfec5a59eff449ce40 # Parent a88f87d4098b02f8a3e9fe9bf4106f2ccb8dd849 updated gtk-theme-arc (20160331 -> 20170302) diff -r a88f87d4098b -r f88b946beb48 gtk-theme-arc/receipt --- a/gtk-theme-arc/receipt Sun Feb 23 15:09:43 2020 +0100 +++ b/gtk-theme-arc/receipt Sun Feb 23 15:26:07 2020 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="gtk-theme-arc" -VERSION="20160331" +VERSION="20170302" CATEGORY="customization" -SHORT_DESC="A flat theme with transparent elements" +SHORT_DESC="A flat theme with transparent elements." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="https://github.com/horst3180/arc-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 }