wok-6.x view xcursor-obsidian/receipt @ rev 22042
gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 22 12:55:54 2019 +0300 (2019-10-22) |
parents | 40fab26c175d |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-obsidian"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Obsidian cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="https://www.gnome-look.org/CONTENT/content-files/73135-Obsidian.tar.bz2"
12 TAGS="cursor-theme"
14 DEPENDS="xorg-libXcursor"
15 BUILD_DEPENDS="symlinks"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/icons/Obsidian
21 cp -a $src/cursors $src/index.theme $install/usr/share/icons/Obsidian
22 . $stuff/symdup.sh
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }