summaryrefslogtreecommitdiffstats
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
parent0e5dcbed212ab911a32e4abdb0a836e6928b82fa (diff)
downloadnutyx-pakxe-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.tar.gz
nutyx-pakxe-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.tar.bz2
nutyx-pakxe-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.tar.xz
nutyx-pakxe-5cf84df9c8c93cf04cec50aef9530f7bdc416b7d.zip
maj kdelibs3#3.5.10-4
-rwxr-xr-xkde3/kdebase3/ede.desktop11
-rwxr-xr-xkde3/kdebase3/lxde.desktop10
-rw-r--r--kde3/kdelibs3/.md5sum1
-rw-r--r--kde3/kdelibs3/Pkgfile11
4 files changed, 9 insertions, 24 deletions
diff --git a/kde3/kdebase3/ede.desktop b/kde3/kdebase3/ede.desktop
deleted file mode 100755
index 436600d2d..000000000
--- a/kde3/kdebase3/ede.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=XSession
-Exec=/usr/bin/startede
-TryExec=/usr/bin/startede
-Name=EDE
-Name[eo]=Facoj 4
-Name[hi]=एक्सएफसीई4
-Name[sv]=Ede
-Name[te]=ఎక్స్ ఎఫ్ సి ఈ 4
-Comment=Equinox. A very light Desktop Environment \ No newline at end of file
diff --git a/kde3/kdebase3/lxde.desktop b/kde3/kdebase3/lxde.desktop
deleted file mode 100755
index 7e067e2b6..000000000
--- a/kde3/kdebase3/lxde.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=lxde
-Name[fr]= lxde
-Comment[fr]=Slectionner cette session pour utiliser lxde comme environnment graphique
-
-Exec=startlxde
-Icon=
-Type=Application
-
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
}