diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-10 16:44:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-10 16:44:24 +0100 |
commit | 0ced19673687426364db0a20d2dc1c215e752c0f (patch) | |
tree | 88a9535a7d350322e55fc3b8b02c4162b2c64ccc /kde3/kdelibs3/Pkgfile | |
parent | c0f1c161cd53f60f384ec577198c7075ae00e35d (diff) | |
download | nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.gz nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.bz2 nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.xz nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.zip |
kde3, suppression des ports
Diffstat (limited to 'kde3/kdelibs3/Pkgfile')
-rw-r--r-- | kde3/kdelibs3/Pkgfile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/kde3/kdelibs3/Pkgfile b/kde3/kdelibs3/Pkgfile deleted file mode 100644 index 1cda1bfcf..000000000 --- a/kde3/kdelibs3/Pkgfile +++ /dev/null @@ -1,49 +0,0 @@ -# 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: 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=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() { - source /etc/profile - 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 - 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 -} - |