Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2fdf866e09b7570c23b54abcd40b5d6d43ce8b9f
commit 2fdf866e09b7570c23b54abcd40b5d6d43ce8b9f Author: Melko <[email protected]> Date: Tue Aug 13 00:15:10 2013 +0200 ktorrent-4.3.1-1-i686 * version bump * change m8r * drop patch diff --git a/source/kde-extra/ktorrent/FrugalBuild b/source/kde-extra/ktorrent/FrugalBuild index a72813c..d0622ed 100644 --- a/source/kde-extra/ktorrent/FrugalBuild +++ b/source/kde-extra/ktorrent/FrugalBuild @@ -1,11 +1,12 @@ # Compiling Time: 3.25 SBU -# Maintainer: voroskoi <[email protected]> +# Maintainer: Melko <[email protected]> + +options+=('asneeded') pkgname=ktorrent -pkgver=4.3.0 -pkgrel=2 +pkgver=4.3.1 +pkgrel=1 pkgdesc="KTorrent is a BitTorrent program for KDE." -_F_cmakekde_final=OFF Finclude kde depends=("${depends[@]}" \ "kdepimlibs>=$_F_kde_ver" "libkde3support>=$_F_kde_ver" \ @@ -19,8 +20,8 @@ groups=('kde-extra') archs=('i686' 'x86_64') url="http://ktorrent.org/" up2date="Flasttar 'http://ktorrent.org/?q=downloads'" -source=(${url}/downloads/$pkgver/$pkgname-$pkgver.tar.bz2 httpserver.patch) -sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b' \ - 'cef22b24af540e1bfcf13da60e4846ade106c303') +source=(${url}/downloads/$pkgver/$pkgname-$pkgver.tar.bz2 linking.diff) +sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e' \ + '0e2fa38dd7a74e734cea68a56f5774ca9e59f3a4') # optimization OK diff --git a/source/kde-extra/ktorrent/httpserver.patch b/source/kde-extra/ktorrent/httpserver.patch deleted file mode 100644 index 71c616d..0000000 --- a/source/kde-extra/ktorrent/httpserver.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/webinterface/httpserver.cpp.old -+++ plugins/webinterface/httpserver.cpp -@@ -29,6 +29,7 @@ - #include <ktemporaryfile.h> - #include <k3streamsocket.h> - #include <k3resolver.h> -+#include <time.h> - - #include <qfileinfo.h> - #include <qstringlist.h> diff --git a/source/kde-extra/ktorrent/linking.diff b/source/kde-extra/ktorrent/linking.diff new file mode 100644 index 0000000..5561c31 --- /dev/null +++ b/source/kde-extra/ktorrent/linking.diff @@ -0,0 +1,8 @@ +diff -ur ktorrent-4.3.1/plugins/ipfilter/tests/CMakeLists.txt ktorrent-4.3.1.new/plugins/ipfilter/tests/CMakeLists.txt +--- ktorrent-4.3.1/plugins/ipfilter/tests/CMakeLists.txt 2013-01-14 18:12:24.000000000 +0100 ++++ ktorrent-4.3.1/plugins/ipfilter/tests/CMakeLists.txt 2013-08-13 00:10:05.032336885 +0200 +@@ -1,3 +1,3 @@ + set(ipblocklisttest_SRCS ipblocklisttest.cpp ../ipblocklist.cpp) + kde4_add_unit_test(ipblocklisttest TESTNAME ipblocklisttest ${ipblocklisttest_SRCS}) +-target_link_libraries(ipblocklisttest ${QT_QTTEST_LIBRARY} ktorrent) ++target_link_libraries(ipblocklisttest ${QT_QTTEST_LIBRARY} ${QT_QTNETWORK_LIBRARY} ktorrent) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
