wok-next view xcursor-obsidian/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 937bd624f2ab
children 7506b35e1c6f
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-obsidian"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Obsidian cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 #WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
13 WGET_URL="https://dl.opendesktop.org/api/files/downloadfile/id/1460735403/s/189e25334045cfe8d7dddf4c606f6b3a/t/1523832859/u/33567/73135-Obsidian.tar.bz2"
15 BUILD_DEPENDS="symlinks"
17 compile_rules() {
18 icodir="$install/usr/share/icons/Obsidian"
19 mkdir -p $icodir
20 cp -r $src/cursors $src/index.theme $icodir
21 . $stuff/symdup.sh
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="xorg-libXcursor"
27 TAGS="cursor-theme"
28 }