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

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children d026631bbebb
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="https://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 xcursorgen symlinks"
16 SPLIT="$PACKAGE-opaque-white $PACKAGE"
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 @rm
33 ;;
34 esac
35 DEPENDS="libxcursor"
36 TAGS="cursor-theme"
37 }