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