wok-6.x diff gtk-theme-arc/receipt @ rev 23591
python-pysol-cards: added build dependency
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 08 10:35:39 2020 +0100 (2020-04-08) |
parents | 67c74cd2db41 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/gtk-theme-arc/receipt Mon May 09 18:18:25 2016 +0300 1.2 +++ b/gtk-theme-arc/receipt Wed Apr 08 10:35:39 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 }