wok-next annotate xcursor-comix/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d43bf7aae921
children 5669e8b3be70
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@21020 10 WEB_SITE="https://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@21020 16 SPLIT="$PACKAGE-opaque-white $PACKAGE"
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@20513 32 copy @std @rm
al@19883 33 ;;
al@19883 34 esac
al@19883 35 DEPENDS="xorg-libXcursor"
al@19883 36 TAGS="cursor-theme"
al@19883 37 }