wok-next diff xcursor-obsidian/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents 40fab26c175d
children 12d2d32d8ab5
line diff
     1.1 --- a/xcursor-obsidian/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/xcursor-obsidian/receipt	Fri Oct 20 03:29:40 2017 +0300
     1.3 @@ -7,23 +7,21 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="GPL"
     1.6  WEB_SITE="http://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
     1.7 +
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 -WGET_URL="http://www.gnome-look.org/CONTENT/content-files/73135-Obsidian.tar.bz2"
    1.10 -TAGS="cursor-theme"
    1.11 +WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
    1.12  
    1.13 -DEPENDS="xorg-libXcursor"
    1.14  BUILD_DEPENDS="symlinks"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 -	mkdir -p $install/usr/share/icons/Obsidian
    1.20 -	cp -a $src/cursors $src/index.theme $install/usr/share/icons/Obsidian
    1.21 +compile_rules() {
    1.22 +	icodir="$install/usr/share/icons/Obsidian"
    1.23 +	mkdir -p $icodir
    1.24 +	cp -r $src/cursors $src/index.theme $icodir
    1.25  	. $stuff/symdup.sh
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 -	cp -a $install/* $fs
    1.32 +genpkg_rules() {
    1.33 +	copy @std
    1.34 +	DEPENDS="xorg-libXcursor"
    1.35 +	TAGS="cursor-theme"
    1.36  }