wok-next diff xcursor-human/receipt @ rev 20844

Add amiwm, tklauncher (thanks Pasquale Frega), tcl2c.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 22 20:40:27 2018 +0300 (2018-06-22)
parents 40fab26c175d
children d5aab818505e
line diff
     1.1 --- a/xcursor-human/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/xcursor-human/receipt	Fri Jun 22 20:40:27 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xcursor-human"
     1.8  VERSION="0.6"
     1.9 @@ -7,25 +7,21 @@
    1.10  MAINTAINER="al.bobylev@gmail.com"
    1.11  LICENSE="CC-ASA"
    1.12  WEB_SITE="https://launchpad.net/human-cursors-theme/"
    1.13 +
    1.14  TARBALL="human-cursors-theme_$VERSION.tar.gz"
    1.15  WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
    1.16 -TAGS="cursor-theme"
    1.17  
    1.18 -DEPENDS="xorg-libXcursor"
    1.19 -BUILD_DEPENDS="wget cacerts python symlinks"
    1.20 +BUILD_DEPENDS="python symlinks"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	python setup.py install --prefix=/usr --root="$install" --optimize=1
    1.27  	rm -rf "$install/usr/lib"
    1.28  	. $stuff/symdup.sh
    1.29 +	cp $stuff/index.theme $install/usr/share/icons/Human
    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 -	rm -r $fs/usr/share/themes
    1.37 -	cp $stuff/index.theme $fs/usr/share/icons/Human
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40 +	DEPENDS="xorg-libXcursor"
    1.41 +	TAGS="cursor-theme"
    1.42  }