wok view oxygen-icons/receipt @ rev 17280

Up: udisks2 (2.1.3), libsoup (2.48.0), gvfs (1.22.1). Update gtk+3
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 26 19:07:05 2014 +0200 (2014-10-26)
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 }