summaryrefslogtreecommitdiffstats
path: root/kde3/kdelibs3
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-03 15:35:05 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-03 15:35:05 +0200
commit5cf84df9c8c93cf04cec50aef9530f7bdc416b7d (patch)
tree09497b3302b7d4d40f78ca1b4e2d9973eda388cf /kde3/kdelibs3
parent0e5dcbed212ab911a32e4abdb0a836e6928b82fa (diff)
downloadnutyx-extra-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.tar.gz
nutyx-extra-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.tar.bz2
nutyx-extra-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.tar.xz
nutyx-extra-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.zip
maj kdelibs3#3.5.10-4
Diffstat (limited to 'kde3/kdelibs3')
-rw-r--r--kde3/kdelibs3/.md5sum1
-rw-r--r--kde3/kdelibs3/Pkgfile11
2 files changed, 9 insertions, 3 deletions
diff --git a/kde3/kdelibs3/.md5sum b/kde3/kdelibs3/.md5sum
index 099a1d5dc..73e2cb599 100644
--- a/kde3/kdelibs3/.md5sum
+++ b/kde3/kdelibs3/.md5sum
@@ -1,3 +1,4 @@
+928861b9bb026cedab2520d7147e9e62 NuTyX_logo_attapu.png
5232bcfeb4a87a5a79f7d2f702cd5a61 kdelibs-3.5.10-charset-1.patch
399f96910729be115c33d7d281e619eb kdelibs-3.5.10-gcc44-1.patch
0184d3b45b199d0929a39069a6dcfa2b kdelibs-3.5.10-gcc45-1.patch
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
}