wok-next annotate xcursor-obsidian/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@18055 1 # SliTaz package receipt.
al@18055 2
al@18055 3 PACKAGE="xcursor-obsidian"
al@18055 4 VERSION="1.0"
al@19126 5 CATEGORY="customization"
al@18055 6 SHORT_DESC="Obsidian cursor theme"
al@18055 7 MAINTAINER="al.bobylev@gmail.com"
al@18055 8 LICENSE="GPL"
al@20909 9 WEB_SITE="https://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
al@21082 10 HOST_ARCH="any"
al@19883 11
al@18055 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20594 13 #WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
al@20594 14 WGET_URL="https://dl.opendesktop.org/api/files/downloadfile/id/1460735403/s/189e25334045cfe8d7dddf4c606f6b3a/t/1523832859/u/33567/73135-Obsidian.tar.bz2"
al@18055 15
al@18055 16 BUILD_DEPENDS="symlinks"
al@18055 17
al@19883 18 compile_rules() {
al@19883 19 icodir="$install/usr/share/icons/Obsidian"
al@19883 20 mkdir -p $icodir
al@19883 21 cp -r $src/cursors $src/index.theme $icodir
al@18055 22 . $stuff/symdup.sh
al@18055 23 }
al@18055 24
al@19883 25 genpkg_rules() {
al@19883 26 copy @std
al@21078 27 DEPENDS="libxcursor"
al@19883 28 TAGS="cursor-theme"
al@18055 29 }