summaryrefslogtreecommitdiffstats
path: root/kde/oxygen-icons/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:50 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:50 +0200
commit8d9204f66454cbafe599947b68653ff4676f9aa2 (patch)
treed0b1c0bc32aab449ffc3fa404dda36bc67e504aa /kde/oxygen-icons/Pkgfile
parentf5c01a1d67e6d18f2ea3f5b112d667edd374f05b (diff)
downloadnutyx-pakxe-8d9204f66454cbafe599947b68653ff4676f9aa2.tar.gz
nutyx-pakxe-8d9204f66454cbafe599947b68653ff4676f9aa2.tar.bz2
nutyx-pakxe-8d9204f66454cbafe599947b68653ff4676f9aa2.tar.xz
nutyx-pakxe-8d9204f66454cbafe599947b68653ff4676f9aa2.zip
oxygen-icons dans extra
Diffstat (limited to 'kde/oxygen-icons/Pkgfile')
-rwxr-xr-xkde/oxygen-icons/Pkgfile34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde/oxygen-icons/Pkgfile b/kde/oxygen-icons/Pkgfile
deleted file mode 100755
index 19b8b45d2..000000000
--- a/kde/oxygen-icons/Pkgfile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.2
-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/{} \;
-}
-