# Description: Jeu de librairies pour l'interface graphique KDE version 3 # URL: http://www.kde.org # Maintainer: NuTyX coreteam # Packager: thierryn1 at hispeed dot ch # Depends on: jasper, perl, libmad, libao, esound, qt3, audiofile, cups, hicolor-icon-theme, dbus-qt3, libart_lgpl, openexr, dbus-qt3 name=kdelibs3 version=3.5.10 release=1 localname=kdelibs source=(http://mirrors.isc.org/pub/kde/stable/3.5.10/src/kdelibs-$version.tar.bz2\ kdelibs-3.5.10-gcc44-1.patch kdelibs-3.5.10-openssl-1.patch \ kdelibs-3.5.10-gcc45-1.patch \ http://www.linuxfromscratch.org/patches/blfs/svn/kdelibs-3.5.10-charset-1.patch) build() { cd kdelibs-$version patch -Np1 -i ../kdelibs-3.5.10-gcc44-1.patch patch -Np1 -i ../kdelibs-3.5.10-gcc45-1.patch patch -Np1 -i ../kdelibs-3.5.10-openssl-1.patch patch -Np1 -i ../kdelibs-3.5.10-charset-1.patch sed -i -e 's|linux/inotify|sys/inotify|' \ -e '/^static inline int inotify_init/,/^}/d' \ -e '/^static inline int inotify_add_watch/,/^}/d' \ -e '/^static inline int inotify_rm_watch/,/^}/d' kio/kio/kdirwatch.cpp ./configure --prefix=/opt/kde \ --disable-debug \ --disable-dnotify \ --disable-dnssd \ --without-lua \ --without-hspell \ --enable-gcc-hidden-visibility \ --disable-libfam \ --disable-dependency-tracking \ --sysconfdir=/etc/kde3 \ --enable-new-ldflags LDFLAGS="${LDFLAGS} -L/opt/qt/lib" \ --enable-final LD_LIBRARY_PATH="$QTDIR/lib" make make DESTDIR=$PKG install # rm -rf $PKG/$KDE3_PREFIX/share/doc rm -rf $PKG/usr/share/icons/hicolor/index.theme $PKG/usr/include/ltdl.h }