diff options
Diffstat (limited to 'kde3/kdelibs3/Pkgfile')
-rw-r--r-- | kde3/kdelibs3/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde3/kdelibs3/Pkgfile b/kde3/kdelibs3/Pkgfile index 206a49033..3d6f2f083 100644 --- a/kde3/kdelibs3/Pkgfile +++ b/kde3/kdelibs3/Pkgfile @@ -6,11 +6,12 @@ name=kdelibs3 version=3.5.10 -release=2 +release=3 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://nutyx.meticul.eu/files/patch/$name/kdelibs-3.5.10-gcc44-1.patch \ + http://nutyx.meticul.eu/files/patch/$name/kdelibs-3.5.10-openssl-1.patch \ + http://nutyx.meticul.eu/files/patch/$name/kdelibs-3.5.10-gcc45-1.patch \ http://www.linuxfromscratch.org/patches/blfs/svn/kdelibs-3.5.10-charset-1.patch) build() { @@ -38,7 +39,6 @@ build() { --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 } |