wok diff oxygen-icons/receipt @ rev 16895

qt4-phonon: del bdep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 15:10:46 2014 +0300 (2014-07-14)
parents
children 92f6d4a38df0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/oxygen-icons/receipt	Mon Jul 14 15:10:46 2014 +0300
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="oxygen-icons"
     1.7 +VERSION="4.4.2"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Oxygen icon theme"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL3"
    1.12 +WEB_SITE="http://www.kde.org/"
    1.13 +TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
    1.14 +WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/icons/oxygen
    1.20 +	for size in 16 22 32 48; do
    1.21 +		cp -a $src/${size}x$size $fs/usr/share/icons/oxygen
    1.22 +	done
    1.23 +	cp -a $src/index.theme $fs/usr/share/icons/oxygen
    1.24 +}