wok annotate xcursor-comix/receipt @ rev 25734
updated sc-im (-> 0.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 22 14:48:42 2024 +0100 (2 months ago) |
parents | 5a92a26adcc1 |
children |
rev | line source |
---|---|
al@18055 | 1 # SliTaz package receipt. |
al@18055 | 2 |
al@18055 | 3 PACKAGE="xcursor-comix" |
pascal@25701 | 4 VERSION="0.10.0" |
al@19126 | 5 CATEGORY="customization" |
Hans-G?nter@22156 | 6 TAGS="cursor-theme" |
Hans-G?nter@22156 | 7 SHORT_DESC="Comix cursor theme." |
al@18055 | 8 MAINTAINER="al.bobylev@gmail.com" |
al@18055 | 9 LICENSE="GPL" |
pascal@20891 | 10 WEB_SITE="https://limitland.de/comixcursors" |
Hans-G?nter@22156 | 11 |
al@18055 | 12 TARBALL="ComixCursors-$VERSION.tar.bz2" |
pascal@24983 | 13 #WGET_URL="https://gitlab.com/limitland/comixcursors/-/archive/$VERSION/comixcursors-$VERSION.tar.bz2" |
Hans-G?nter@22156 | 14 WGET_URL="https://limitland.gitlab.io/comixcursors/$TARBALL" |
al@18055 | 15 |
al@18055 | 16 DEPENDS="xorg-libXcursor" |
al@18055 | 17 BUILD_DEPENDS="" |
al@18055 | 18 |
pascal@24614 | 19 # What is the latest version available today? |
pascal@24061 | 20 current_version() |
pascal@24061 | 21 { |
pascal@24614 | 22 wget -O - 'https://gitlab.com/limitland/comixcursors/-/tags?sort=updated_desc' 2>/dev/null | \ |
pascal@24614 | 23 sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q' |
pascal@24061 | 24 } |
pascal@24061 | 25 |
al@18055 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18055 | 27 genpkg_rules() |
al@18055 | 28 { |
al@18055 | 29 mkdir -p $fs/usr/share/icons |
al@18055 | 30 cp -a $src/* $fs/usr/share/icons |
al@18055 | 31 } |