diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-02 21:04:07 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-02 21:04:07 +0200 |
commit | d89974ed0ef07317d35bf87045dc65af1fc4fa06 (patch) | |
tree | bf3e5944717635f6d104fcce216e54fb9cc663c6 /kde3/kdelibs3/Pkgfile | |
parent | fc144b798739006ab246635e65f0c70956a2a898 (diff) | |
download | nutyx-pakxe-d89974ed0ef07317d35bf87045dc65af1fc4fa06.tar.gz nutyx-pakxe-d89974ed0ef07317d35bf87045dc65af1fc4fa06.tar.bz2 nutyx-pakxe-d89974ed0ef07317d35bf87045dc65af1fc4fa06.tar.xz nutyx-pakxe-d89974ed0ef07317d35bf87045dc65af1fc4fa06.zip |
maj kdelibs3#3.5.10-3
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 } |