wok view slim-theme-robotic/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.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 0a411c8beacd
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-robotic"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Robotic - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
10 COOKOPTS="!pngquant"
12 DEPENDS="slim slitaz-configs-base"
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 theme=$install/usr/share/slim/themes/robotic
19 mkdir -p $theme
20 cp -a $stuff/* $theme
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }
29 post_install()
30 {
31 chroot "$1/" slim-theme -srobotic
32 }
34 pre_remove()
35 {
36 chroot "$1/" slim-theme -frobotic
37 }