diff options
Diffstat (limited to 'kde3/kdelibs3/Pkgfile')
-rw-r--r-- | kde3/kdelibs3/Pkgfile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/kde3/kdelibs3/Pkgfile b/kde3/kdelibs3/Pkgfile index dacd0c8ba..1cda1bfcf 100644 --- a/kde3/kdelibs3/Pkgfile +++ b/kde3/kdelibs3/Pkgfile @@ -2,16 +2,17 @@ # URL: http://www.kde.org # Maintainer: NuTyX coreteam # Packager: thierryn1 at hispeed dot ch -# Depends on: acl, jasper, perl, libmad, libao, aspell, esound, qt3-devel, arts, audiofile, libcups, hicolor-icon-theme, dbus-qt3, libart_lgpl, openexr +# Depends on: imagemagick, acl, jasper, perl, libmad, libao, aspell, esound, qt3-devel, arts, audiofile, libcups, hicolor-icon-theme, dbus-qt3, libart_lgpl, openexr name=kdelibs3 version=3.5.10 -release=3 +release=4 localname=kdelibs source=(http://mirrors.isc.org/pub/kde/stable/3.5.10/src/kdelibs-$version.tar.bz2\ http://nutyx.meticul.eu/files/patchs/$name/kdelibs-3.5.10-gcc44-1.patch \ http://nutyx.meticul.eu/files/patchs/$name/kdelibs-3.5.10-openssl-1.patch \ http://nutyx.meticul.eu/files/patchs/$name/kdelibs-3.5.10-gcc45-1.patch \ + http://nutyx.meticul.eeu/files/patchs/$name/NuTyX_logo_attapu.png \ http://www.linuxfromscratch.org/patches/blfs/svn/kdelibs-3.5.10-charset-1.patch) build() { @@ -39,6 +40,10 @@ build() { --enable-final LD_LIBRARY_PATH="$QTDIR/lib" make make DESTDIR=$PKG install - rm -rf $PKG/usr/share/icons/hicolor/index.theme $PKG/usr/include/ltdl.h + for i in 16 22 32 48 64 128 + do + convert $SRC/NuTyX_logo_attapu.png -resize $i $PKG/opt/kde/share/icons/crystalsvg/${i}x${i}/apps/kmenu.png + done + rm -rf $PKG/usr/share/icons/hicolor/index.theme $PKG/usr/include/ltdl.h } |