summaryrefslogtreecommitdiffstats
path: root/oxygen-icons/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /oxygen-icons/Pkgfile
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'oxygen-icons/Pkgfile')
-rwxr-xr-xoxygen-icons/Pkgfile34
1 files changed, 34 insertions, 0 deletions
diff --git a/oxygen-icons/Pkgfile b/oxygen-icons/Pkgfile
new file mode 100755
index 000000000..05fa10bff
--- /dev/null
+++ b/oxygen-icons/Pkgfile
@@ -0,0 +1,34 @@
+# Description: Platforme de developpement pour kde
+# URL: http://www.kde.org
+# Packager: NuTyX core team
+# Maintainer: thierryn1 at hispeed dot ch
+# Depends on: cmake,automoc4,acl
+# Run on:
+
+name=oxygen-icons
+version=4.7.4
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 \
+ http://nutyx.meticul.eu/files/patchs/$name/icon-pakxe.png)
+
+build() {
+ cd $name-*
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+ make DESTDIR=$PKG install
+
+ cp $SRC/icon-pakxe.png \
+ $PKG//usr/share/icons/oxygen/256x256/places
+ for i in 256x256 128x128 64x64 48x48 32x32 22x22 16x16
+ do rm $PKG/usr/share/icons/oxygen/$i/places/start-here-kde.png
+ ln -sv ../../256x256/places/icon-pakxe.png \
+ $PKG/usr/share/icons/oxygen/$i/places/start-here-kde.png
+ done
+ cd $SRC/$name-*
+ find scalable -type f ! -name '*.sh' -exec \
+ install -D -m644 "{}" $PKG/usr/share/icons/oxygen/{} \;
+}
+