wok-next view mist-icon-theme/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 40fab26c175d
children 5ffe59e2de3a
line source
1 # SliTaz package receipt.
3 PACKAGE="mist-icon-theme"
4 VERSION="1-X"
5 CATEGORY="customization"
6 SHORT_DESC="Classic light-blue variation of the GNOME icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL"
9 WEB_SITE="http://xfce-look.org/content/show.php/Mist?content=148172"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://dl.dropbox.com/u/64670113/Mist.tar.bz2"
14 genpkg_rules() {
15 iconpath=usr/share/icons/mist
16 mkdir -p $fs/$iconpath
17 cp -a $src/* $fs/$iconpath
18 rm -rf $fs/$iconpath/256x256
19 DEPENDS="gnome-icon-theme"
20 }
22 qtfix="usr/share/icons/hicolor/index.theme"
24 post_install() {
25 sed '/Inherits=/s|=.*$|=mist|' -i "$1/$qtfix"
26 }
28 pre_remove() {
29 sed '/Inherits=/s|=.*$|=SliTaz|' -i "$1/$qtfix"
30 }