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

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