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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 5669e8b3be70
children
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"
11 HOST_ARCH="any"
13 TARBALL="ComixCursors-$VERSION.tar.bz2"
14 WGET_URL="https://gitlab.com/limitland/comixcursors/repository/${COMMIT:-$VERSION}/archive.tar.bz2"
16 BUILD_DEPENDS="bc rsvg-convert coreutils-numeric xcursorgen symlinks"
17 SPLIT="$PACKAGE-opaque-white $PACKAGE"
19 compile_rules() {
20 export MULTISIZE=true
21 export ICONSDIR=$install/usr/share/icons
22 ./install-all
23 . $stuff/symdup.sh
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 xcursor-comix-opaque-white)
29 copy ComixCursors-Opaque-White/
30 CAT="customization|opaque white set only"
31 ;;
32 xcursor-comix)
33 copy @std @rm
34 ;;
35 esac
36 DEPENDS="libxcursor"
37 TAGS="cursor-theme"
38 }