wok-next view xcursor-comix/receipt @ rev 19883

Up geeqie, lxterminal, xcursor-aero, xcursor-comix, xcursor-human, xcursor-obsidian.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 06 17:00:35 2017 +0300 (2017-10-06)
parents 40fab26c175d
children d43bf7aae921
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcursor-comix"
4 VERSION="0.9.0.5" # 5 commits after the 0.9 release; author use 2-3 digits (0.8.2, 0.9)
5 COMMIT="2b025c3c"
6 CATEGORY="customization"
7 SHORT_DESC="Comix cursor theme"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="http://www.limitland.de/comixcursors"
12 TARBALL="ComixCursors-$VERSION.tar.bz2"
13 WGET_URL="https://gitlab.com/limitland/comixcursors/repository/${COMMIT:-$VERSION}/archive.tar.bz2"
15 BUILD_DEPENDS="bc rsvg-convert coreutils-numeric xorg-xcursorgen symlinks"
16 SPLIT="xcursor-comix-opaque-white xcursor-comix"
18 compile_rules() {
19 export MULTISIZE=true
20 export ICONSDIR=$install/usr/share/icons
21 ./install-all
22 . $stuff/symdup.sh
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 xcursor-comix-opaque-white)
28 copy ComixCursors-Opaque-White/
29 CAT="customization|opaque white set only"
30 ;;
31 xcursor-comix)
32 copy @std
33 remove_already_packed
34 ;;
35 esac
36 DEPENDS="xorg-libXcursor"
37 TAGS="cursor-theme"
38 }