wok-current rev 22900
updated gtk-theme-arc (20160331 -> 20170302)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 15:26:07 2020 +0100 (2020-02-23) |
parents | a88f87d4098b |
children | 8a601a9ffa93 |
files | gtk-theme-arc/receipt |
line diff
1.1 --- a/gtk-theme-arc/receipt Sun Feb 23 15:09:43 2020 +0100 1.2 +++ b/gtk-theme-arc/receipt Sun Feb 23 15:26:07 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtk-theme-arc" 1.7 -VERSION="20160331" 1.8 +VERSION="20170302" 1.9 CATEGORY="customization" 1.10 -SHORT_DESC="A flat theme with transparent elements" 1.11 +SHORT_DESC="A flat theme with transparent elements." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://github.com/horst3180/arc-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 }