diff options
Diffstat (limited to 'kde/oxygen-icons/Pkgfile')
-rwxr-xr-x | kde/oxygen-icons/Pkgfile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/kde/oxygen-icons/Pkgfile b/kde/oxygen-icons/Pkgfile index 962377151..0e596acad 100755 --- a/kde/oxygen-icons/Pkgfile +++ b/kde/oxygen-icons/Pkgfile @@ -6,8 +6,9 @@ name=oxygen-icons version=4.3.3 -release=1 -source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2) +release=2 +source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2\ + NuTyXlogo.png) build() { cd $name-$version @@ -16,5 +17,12 @@ build() { cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX make -j3 make DESTDIR=$PKG install + cp $SRC/NuTyXlogo.png \ + $PKG/$KDE_PREFIX/share/icons/oxygen/256x256/places + for i in 256x256 128x128 64x64 48x48 32x32 22x22 16x16 + do rm $PKG/$KDE_PREFIX/share/icons/oxygen/$i/places/start-here-kde.png + ln -sv ../../256x256/places/NuTyXlogo.png \ + $PKG/$KDE_PREFIX/share/icons/oxygen/$i/places/start-here-kde.png + done } |