summaryrefslogtreecommitdiffstats
path: root/kde/oxygen-icons/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-14 19:50:37 +0200
committertnut <tnut at nutyx dot com>2011-05-14 19:50:37 +0200
commit6731dade7fc1e75d8ba4fc1b36582115a50dbd04 (patch)
tree34766b38075905f017ba8f4ef046458f66b4212c /kde/oxygen-icons/Pkgfile
parent1439cf8882473a22d9a6f2acb4c1f108b7886cac (diff)
downloadnutyx-extra-6731dade7fc1e75d8ba4fc1b36582115a50dbd04.tar.gz
nutyx-extra-6731dade7fc1e75d8ba4fc1b36582115a50dbd04.tar.bz2
nutyx-extra-6731dade7fc1e75d8ba4fc1b36582115a50dbd04.tar.xz
nutyx-extra-6731dade7fc1e75d8ba4fc1b36582115a50dbd04.zip
oxygen-icons, maj 4.6.3-2
Diffstat (limited to 'kde/oxygen-icons/Pkgfile')
-rwxr-xr-xkde/oxygen-icons/Pkgfile12
1 files changed, 8 insertions, 4 deletions
diff --git a/kde/oxygen-icons/Pkgfile b/kde/oxygen-icons/Pkgfile
index 2212157c4..c859f5fbe 100755
--- a/kde/oxygen-icons/Pkgfile
+++ b/kde/oxygen-icons/Pkgfile
@@ -7,9 +7,9 @@
name=oxygen-icons
version=4.6.3
-release=1
+release=2
source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 \
- http://nutyx.meticul.eu/files/patchs/$name/NuTyXlogo.png)
+ http://nutyx.meticul.eu/files/patchs/$name/icon-pakxe.png)
build() {
cd $name-*
@@ -20,9 +20,13 @@ build() {
make
make DESTDIR=$PKG install
- cp $SRC/NuTyXlogo.png \
+ 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/{} \;