wok-next diff gtk-theme-arc/receipt @ rev 21423

updated puzzles again ( -> 20200413)
author Hans-G?nter Theisgen
date Mon Apr 27 17:56:50 2020 +0100 (2020-04-27)
parents c652c3db460e
children
line diff
     1.1 --- a/gtk-theme-arc/receipt	Sat Nov 25 13:07:11 2017 +0100
     1.2 +++ b/gtk-theme-arc/receipt	Mon Apr 27 17:56:50 2020 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gtk-theme-arc"
     1.8  VERSION="20170302"
     1.9 @@ -7,15 +7,13 @@
    1.10  MAINTAINER="al.bobylev@gmail.com"
    1.11  LICENSE="GPL3"
    1.12  WEB_SITE="https://github.com/horst3180/arc-theme"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.16  
    1.17 -DEPENDS="gtk2-engine-murrine"
    1.18 -BUILD_DEPENDS="autoconf automake gtk+3-dev"
    1.19 +BUILD_DEPENDS="autoconf automake gtk3-dev"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	./autogen.sh \
    1.26  		--prefix=/usr \
    1.27  		--disable-cinnamon \
    1.28 @@ -24,8 +22,7 @@
    1.29  	make install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	cp -a $install/* $fs
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +	DEPENDS="gtk2-engine-murrine"
    1.39  }