wok-next view 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 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"
14 BUILD_DEPENDS="symlinks"
16 compile_rules() {
17 icodir="$install/usr/share/icons/Obsidian"
18 mkdir -p $icodir
19 cp -r $src/cursors $src/index.theme $icodir
20 . $stuff/symdup.sh
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="xorg-libXcursor"
26 TAGS="cursor-theme"
27 }