wok view oxygen-icons/receipt @ rev 18649

Up links(2.12), nano(2.4.3), mc(tiny fix)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Nov 30 21:57:53 2015 +0100 (2015-11-30)
parents d0fd3d699ee3
children 9e01bc6321ea
line source
1 # SliTaz package receipt.
3 PACKAGE="oxygen-icons"
4 VERSION="4.4.2"
5 CATEGORY="misc"
6 SHORT_DESC="Oxygen icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.kde.org/"
10 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
11 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/$PACKAGE/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/icons/oxygen
17 for size in 16 22 32 48; do
18 cp -a $src/${size}x$size $fs/usr/share/icons/oxygen
19 done
20 cp -a $src/index.theme $fs/usr/share/icons/oxygen
21 }
23 qtfix="usr/share/icons/hicolor/index.theme"
25 post_install()
26 {
27 sed '/Inherits=/s|=.*$|=oxygen|' -i $1/$qtfix
28 }
30 pre_remove()
31 {
32 sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix
33 }