wok-next annotate xcursor-obsidian/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 937bd624f2ab
children 7506b35e1c6f
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@18055 9 WEB_SITE="http://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
al@19883 10
al@18055 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20594 12 #WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
al@20594 13 WGET_URL="https://dl.opendesktop.org/api/files/downloadfile/id/1460735403/s/189e25334045cfe8d7dddf4c606f6b3a/t/1523832859/u/33567/73135-Obsidian.tar.bz2"
al@18055 14
al@18055 15 BUILD_DEPENDS="symlinks"
al@18055 16
al@19883 17 compile_rules() {
al@19883 18 icodir="$install/usr/share/icons/Obsidian"
al@19883 19 mkdir -p $icodir
al@19883 20 cp -r $src/cursors $src/index.theme $icodir
al@18055 21 . $stuff/symdup.sh
al@18055 22 }
al@18055 23
al@19883 24 genpkg_rules() {
al@19883 25 copy @std
al@19883 26 DEPENDS="xorg-libXcursor"
al@19883 27 TAGS="cursor-theme"
al@18055 28 }