summaryrefslogtreecommitdiff
path: root/net-p2p/ktorrent
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2006-08-08 17:40:21 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2006-08-08 17:40:21 +0000
commitc0904d48284618617bf14be4282782c8aba094fa (patch)
treea8ee2eb278882528f20dbbb7b62db4866626b049 /net-p2p/ktorrent
parent- Fix build on 4.x (diff)
- Update to version 2.0
- Add several new features to pkg-descr
Notes
Notes: svn path=/head/; revision=170132
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r--net-p2p/ktorrent/Makefile8
-rw-r--r--net-p2p/ktorrent/distinfo6
-rw-r--r--net-p2p/ktorrent/files/patch-Makefile.in11
-rw-r--r--net-p2p/ktorrent/files/patch-apps-ktcachecheck-cachecheck.cpp10
-rw-r--r--net-p2p/ktorrent/files/patch-libktorrent-util-sha1hash.cpp11
-rw-r--r--net-p2p/ktorrent/files/patch-plugins-partfileimport-Makefile.in11
-rw-r--r--net-p2p/ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp10
-rw-r--r--net-p2p/ktorrent/pkg-descr9
-rw-r--r--net-p2p/ktorrent/pkg-plist317
9 files changed, 317 insertions, 76 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile
index c67fa8f37854..8fc08abb71a6 100644
--- a/net-p2p/ktorrent/Makefile
+++ b/net-p2p/ktorrent/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= ktorrent
-PORTVERSION= 1.2
-PORTREVISION= 2
+PORTVERSION= 2.0
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/
MAINTAINER= markus@FreeBSD.org
COMMENT= BitTorrent client for KDE
+LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
+
CONFLICTS= ktorrent-devel-[0-9]*
USE_KDELIBS_VER=3
@@ -21,6 +22,9 @@ USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
post-patch:
+ @${TOUCH} ${WRKSRC}/config.h.in
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|x-bittorrent.desktop||g' \
+ ${WRKSRC}/apps/ktorrent/Makefile.in
.include <bsd.port.mk>
diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo
index 8cdb56432b8c..2ee64c767c64 100644
--- a/net-p2p/ktorrent/distinfo
+++ b/net-p2p/ktorrent/distinfo
@@ -1,3 +1,3 @@
-MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92
-SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373
-SIZE (ktorrent-1.2.tar.gz) = 1447380
+MD5 (ktorrent-2.0.tar.gz) = c756408fb2629c480d959254f75762df
+SHA256 (ktorrent-2.0.tar.gz) = c23c6ca8be0e537ea7fcd11ef84ed4361c1d27b0355a27564dcab751c6aeb6b0
+SIZE (ktorrent-2.0.tar.gz) = 2685501
diff --git a/net-p2p/ktorrent/files/patch-Makefile.in b/net-p2p/ktorrent/files/patch-Makefile.in
deleted file mode 100644
index 1b03611212c3..000000000000
--- a/net-p2p/ktorrent/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Feb 2 14:27:14 2006
-+++ Makefile.in Thu Feb 2 14:27:26 2006
-@@ -257,7 +257,7 @@
- xdg_appsdir = @xdg_appsdir@
- xdg_directorydir = @xdg_directorydir@
- xdg_menudir = @xdg_menudir@
--SUBDIRS = libktorrent apps plugins
-+SUBDIRS = libktorrent apps plugins translations
- EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/net-p2p/ktorrent/files/patch-apps-ktcachecheck-cachecheck.cpp b/net-p2p/ktorrent/files/patch-apps-ktcachecheck-cachecheck.cpp
deleted file mode 100644
index 2736b2b67087..000000000000
--- a/net-p2p/ktorrent/files/patch-apps-ktcachecheck-cachecheck.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- apps/ktcachecheck/cachecheck.cpp.orig Sun Jan 8 02:45:26 2006
-+++ apps/ktcachecheck/cachecheck.cpp Sun Jan 8 02:46:29 2006
-@@ -18,6 +18,7 @@
- * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. *
- ***************************************************************************/
- #include <iostream>
-+#include <string>
- #include <util/log.h>
- #include <util/error.h>
- #include <util/functions.h>
diff --git a/net-p2p/ktorrent/files/patch-libktorrent-util-sha1hash.cpp b/net-p2p/ktorrent/files/patch-libktorrent-util-sha1hash.cpp
deleted file mode 100644
index f91d52dd3907..000000000000
--- a/net-p2p/ktorrent/files/patch-libktorrent-util-sha1hash.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- libktorrent/util/sha1hash.cpp.orig Sun Jan 8 02:28:06 2006
-+++ libktorrent/util/sha1hash.cpp Sun Jan 8 02:29:24 2006
-@@ -17,6 +17,8 @@
- * Free Software Foundation, Inc., *
- * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. *
- ***************************************************************************/
-+#include <stdio.h>
-+
- #include <qurl.h>
- #include <string.h>
- #include <algorithm>
diff --git a/net-p2p/ktorrent/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent/files/patch-plugins-partfileimport-Makefile.in
deleted file mode 100644
index f2fa75559bfe..000000000000
--- a/net-p2p/ktorrent/files/patch-plugins-partfileimport-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006
-+++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006
-@@ -257,7 +257,7 @@
- xdg_appsdir = @xdg_appsdir@
- xdg_directorydir = @xdg_directorydir@
- xdg_menudir = @xdg_menudir@
--INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent
-+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
- #>- METASOURCES = AUTO
- kde_module_LTLIBRARIES = ktpartfileimportplugin.la
- noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h
diff --git a/net-p2p/ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp b/net-p2p/ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp
deleted file mode 100644
index cb45a8a78566..000000000000
--- a/net-p2p/ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006
-+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006
-@@ -40,6 +40,7 @@
- QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
- QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int)));
- setAddressReuseable(true);
-+ setFamily(KNetwork::KResolver::IPv4Family);
- setBlocking(true);
- for (Uint32 i = 0;i < 10;i++)
- {
diff --git a/net-p2p/ktorrent/pkg-descr b/net-p2p/ktorrent/pkg-descr
index f7d880300745..574a196bcdf2 100644
--- a/net-p2p/ktorrent/pkg-descr
+++ b/net-p2p/ktorrent/pkg-descr
@@ -5,5 +5,14 @@ KTorrent is a BitTorrent client for KDE. Its main features are:
amounts of data
o Internet searching using The Bittorrent website's search engine
o UDP Trackers
+ o Port forwarding with UPnP
+ o IP blocking plugin
+ o Importing of partially or fully downloaded files
+ o Support for distributed hash tables
+ o Protocol encryption
+ o Bandwith scheduling
+ o Directory scanner to automatically load torrents in certain directories
+ o Trackers can be added to torrents
+ o File prioritization for multi file torrents
WWW: http://ktorrent.org/
diff --git a/net-p2p/ktorrent/pkg-plist b/net-p2p/ktorrent/pkg-plist
index 7bc7625cc68e..1ec673b6a708 100644
--- a/net-p2p/ktorrent/pkg-plist
+++ b/net-p2p/ktorrent/pkg-plist
@@ -1,6 +1,8 @@
bin/ktcachecheck
bin/ktorrent
+bin/ktshell
bin/kttorinfo
+bin/ktupnptest
lib/kde3/ktinfowidgetplugin.a
lib/kde3/ktinfowidgetplugin.la
lib/kde3/ktinfowidgetplugin.so
@@ -13,6 +15,12 @@ lib/kde3/ktlogviewerplugin.so
lib/kde3/ktpartfileimportplugin.a
lib/kde3/ktpartfileimportplugin.la
lib/kde3/ktpartfileimportplugin.so
+lib/kde3/ktscanfolderplugin.a
+lib/kde3/ktscanfolderplugin.la
+lib/kde3/ktscanfolderplugin.so
+lib/kde3/ktschedulerplugin.a
+lib/kde3/ktschedulerplugin.la
+lib/kde3/ktschedulerplugin.so
lib/kde3/ktsearchplugin.a
lib/kde3/ktsearchplugin.la
lib/kde3/ktsearchplugin.so
@@ -25,38 +33,300 @@ lib/libktorrent.so
lib/libktorrent.so.0
share/applications/kde/ktorrent.desktop
share/applnk/Internet/ktorrent.desktop
-share/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png
-share/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png
+share/apps/ktorrent/geoip/FLAGS_LICENCE
+share/apps/ktorrent/geoip/GeoIP-LICENSE.txt
+share/apps/ktorrent/geoip/ad.png
+share/apps/ktorrent/geoip/ae.png
+share/apps/ktorrent/geoip/af.png
+share/apps/ktorrent/geoip/ag.png
+share/apps/ktorrent/geoip/ai.png
+share/apps/ktorrent/geoip/al.png
+share/apps/ktorrent/geoip/am.png
+share/apps/ktorrent/geoip/an.png
+share/apps/ktorrent/geoip/ao.png
+share/apps/ktorrent/geoip/aq.png
+share/apps/ktorrent/geoip/ar.png
+share/apps/ktorrent/geoip/as.png
+share/apps/ktorrent/geoip/at.png
+share/apps/ktorrent/geoip/au.png
+share/apps/ktorrent/geoip/aw.png
+share/apps/ktorrent/geoip/az.png
+share/apps/ktorrent/geoip/ba.png
+share/apps/ktorrent/geoip/bb.png
+share/apps/ktorrent/geoip/bd.png
+share/apps/ktorrent/geoip/be.png
+share/apps/ktorrent/geoip/bf.png
+share/apps/ktorrent/geoip/bg.png
+share/apps/ktorrent/geoip/bh.png
+share/apps/ktorrent/geoip/bi.png
+share/apps/ktorrent/geoip/bj.png
+share/apps/ktorrent/geoip/bm.png
+share/apps/ktorrent/geoip/bn.png
+share/apps/ktorrent/geoip/bo.png
+share/apps/ktorrent/geoip/br.png
+share/apps/ktorrent/geoip/bs.png
+share/apps/ktorrent/geoip/bt.png
+share/apps/ktorrent/geoip/bv.png
+share/apps/ktorrent/geoip/bw.png
+share/apps/ktorrent/geoip/by.png
+share/apps/ktorrent/geoip/bz.png
+share/apps/ktorrent/geoip/ca.png
+share/apps/ktorrent/geoip/cc.png
+share/apps/ktorrent/geoip/cd.png
+share/apps/ktorrent/geoip/cf.png
+share/apps/ktorrent/geoip/cg.png
+share/apps/ktorrent/geoip/ch.png
+share/apps/ktorrent/geoip/ci.png
+share/apps/ktorrent/geoip/ck.png
+share/apps/ktorrent/geoip/cl.png
+share/apps/ktorrent/geoip/cm.png
+share/apps/ktorrent/geoip/cn.png
+share/apps/ktorrent/geoip/co.png
+share/apps/ktorrent/geoip/cr.png
+share/apps/ktorrent/geoip/cs.png
+share/apps/ktorrent/geoip/cu.png
+share/apps/ktorrent/geoip/cv.png
+share/apps/ktorrent/geoip/cx.png
+share/apps/ktorrent/geoip/cy.png
+share/apps/ktorrent/geoip/cz.png
+share/apps/ktorrent/geoip/de.png
+share/apps/ktorrent/geoip/dj.png
+share/apps/ktorrent/geoip/dk.png
+share/apps/ktorrent/geoip/dm.png
+share/apps/ktorrent/geoip/do.png
+share/apps/ktorrent/geoip/dz.png
+share/apps/ktorrent/geoip/ec.png
+share/apps/ktorrent/geoip/ee.png
+share/apps/ktorrent/geoip/eg.png
+share/apps/ktorrent/geoip/eh.png
+share/apps/ktorrent/geoip/er.png
+share/apps/ktorrent/geoip/es.png
+share/apps/ktorrent/geoip/et.png
+share/apps/ktorrent/geoip/eu.png
+share/apps/ktorrent/geoip/fi.png
+share/apps/ktorrent/geoip/fj.png
+share/apps/ktorrent/geoip/fk.png
+share/apps/ktorrent/geoip/fm.png
+share/apps/ktorrent/geoip/fo.png
+share/apps/ktorrent/geoip/fr.png
+share/apps/ktorrent/geoip/ga.png
+share/apps/ktorrent/geoip/gb.png
+share/apps/ktorrent/geoip/gd.png
+share/apps/ktorrent/geoip/ge.png
+share/apps/ktorrent/geoip/geoip.dat
+share/apps/ktorrent/geoip/gf.png
+share/apps/ktorrent/geoip/gh.png
+share/apps/ktorrent/geoip/gi.png
+share/apps/ktorrent/geoip/gl.png
+share/apps/ktorrent/geoip/gm.png
+share/apps/ktorrent/geoip/gn.png
+share/apps/ktorrent/geoip/gp.png
+share/apps/ktorrent/geoip/gq.png
+share/apps/ktorrent/geoip/gr.png
+share/apps/ktorrent/geoip/gs.png
+share/apps/ktorrent/geoip/gt.png
+share/apps/ktorrent/geoip/gu.png
+share/apps/ktorrent/geoip/gw.png
+share/apps/ktorrent/geoip/gy.png
+share/apps/ktorrent/geoip/hk.png
+share/apps/ktorrent/geoip/hm.png
+share/apps/ktorrent/geoip/hn.png
+share/apps/ktorrent/geoip/hr.png
+share/apps/ktorrent/geoip/ht.png
+share/apps/ktorrent/geoip/hu.png
+share/apps/ktorrent/geoip/id.png
+share/apps/ktorrent/geoip/ie.png
+share/apps/ktorrent/geoip/il.png
+share/apps/ktorrent/geoip/in.png
+share/apps/ktorrent/geoip/io.png
+share/apps/ktorrent/geoip/iq.png
+share/apps/ktorrent/geoip/ir.png
+share/apps/ktorrent/geoip/is.png
+share/apps/ktorrent/geoip/it.png
+share/apps/ktorrent/geoip/jm.png
+share/apps/ktorrent/geoip/jo.png
+share/apps/ktorrent/geoip/jp.png
+share/apps/ktorrent/geoip/ke.png
+share/apps/ktorrent/geoip/kg.png
+share/apps/ktorrent/geoip/kh.png
+share/apps/ktorrent/geoip/ki.png
+share/apps/ktorrent/geoip/km.png
+share/apps/ktorrent/geoip/kn.png
+share/apps/ktorrent/geoip/kp.png
+share/apps/ktorrent/geoip/kr.png
+share/apps/ktorrent/geoip/kw.png
+share/apps/ktorrent/geoip/ky.png
+share/apps/ktorrent/geoip/kz.png
+share/apps/ktorrent/geoip/la.png
+share/apps/ktorrent/geoip/lb.png
+share/apps/ktorrent/geoip/lc.png
+share/apps/ktorrent/geoip/li.png
+share/apps/ktorrent/geoip/lk.png
+share/apps/ktorrent/geoip/lr.png
+share/apps/ktorrent/geoip/ls.png
+share/apps/ktorrent/geoip/lt.png
+share/apps/ktorrent/geoip/lu.png
+share/apps/ktorrent/geoip/lv.png
+share/apps/ktorrent/geoip/ly.png
+share/apps/ktorrent/geoip/ma.png
+share/apps/ktorrent/geoip/mc.png
+share/apps/ktorrent/geoip/md.png
+share/apps/ktorrent/geoip/mg.png
+share/apps/ktorrent/geoip/mh.png
+share/apps/ktorrent/geoip/mk.png
+share/apps/ktorrent/geoip/ml.png
+share/apps/ktorrent/geoip/mm.png
+share/apps/ktorrent/geoip/mn.png
+share/apps/ktorrent/geoip/mo.png
+share/apps/ktorrent/geoip/mp.png
+share/apps/ktorrent/geoip/mq.png
+share/apps/ktorrent/geoip/mr.png
+share/apps/ktorrent/geoip/ms.png
+share/apps/ktorrent/geoip/mt.png
+share/apps/ktorrent/geoip/mu.png
+share/apps/ktorrent/geoip/mv.png
+share/apps/ktorrent/geoip/mw.png
+share/apps/ktorrent/geoip/mx.png
+share/apps/ktorrent/geoip/my.png
+share/apps/ktorrent/geoip/mz.png
+share/apps/ktorrent/geoip/na.png
+share/apps/ktorrent/geoip/nc.png
+share/apps/ktorrent/geoip/ne.png
+share/apps/ktorrent/geoip/nf.png
+share/apps/ktorrent/geoip/ng.png
+share/apps/ktorrent/geoip/ni.png
+share/apps/ktorrent/geoip/nl.png
+share/apps/ktorrent/geoip/no.png
+share/apps/ktorrent/geoip/np.png
+share/apps/ktorrent/geoip/nr.png
+share/apps/ktorrent/geoip/nu.png
+share/apps/ktorrent/geoip/nz.png
+share/apps/ktorrent/geoip/om.png
+share/apps/ktorrent/geoip/pa.png
+share/apps/ktorrent/geoip/pe.png
+share/apps/ktorrent/geoip/pf.png
+share/apps/ktorrent/geoip/pg.png
+share/apps/ktorrent/geoip/ph.png
+share/apps/ktorrent/geoip/pk.png
+share/apps/ktorrent/geoip/pl.png
+share/apps/ktorrent/geoip/pm.png
+share/apps/ktorrent/geoip/pn.png
+share/apps/ktorrent/geoip/pr.png
+share/apps/ktorrent/geoip/ps.png
+share/apps/ktorrent/geoip/pt.png
+share/apps/ktorrent/geoip/pw.png
+share/apps/ktorrent/geoip/py.png
+share/apps/ktorrent/geoip/qa.png
+share/apps/ktorrent/geoip/re.png
+share/apps/ktorrent/geoip/ro.png
+share/apps/ktorrent/geoip/ru.png
+share/apps/ktorrent/geoip/rw.png
+share/apps/ktorrent/geoip/sa.png
+share/apps/ktorrent/geoip/sb.png
+share/apps/ktorrent/geoip/sc.png
+share/apps/ktorrent/geoip/sd.png
+share/apps/ktorrent/geoip/se.png
+share/apps/ktorrent/geoip/sg.png
+share/apps/ktorrent/geoip/sh.png
+share/apps/ktorrent/geoip/si.png
+share/apps/ktorrent/geoip/sj.png
+share/apps/ktorrent/geoip/sk.png
+share/apps/ktorrent/geoip/sl.png
+share/apps/ktorrent/geoip/sm.png
+share/apps/ktorrent/geoip/sn.png
+share/apps/ktorrent/geoip/so.png
+share/apps/ktorrent/geoip/sr.png
+share/apps/ktorrent/geoip/st.png
+share/apps/ktorrent/geoip/sv.png
+share/apps/ktorrent/geoip/sy.png
+share/apps/ktorrent/geoip/sz.png
+share/apps/ktorrent/geoip/tc.png
+share/apps/ktorrent/geoip/td.png
+share/apps/ktorrent/geoip/tf.png
+share/apps/ktorrent/geoip/tg.png
+share/apps/ktorrent/geoip/th.png
+share/apps/ktorrent/geoip/tj.png
+share/apps/ktorrent/geoip/tk.png
+share/apps/ktorrent/geoip/tl.png
+share/apps/ktorrent/geoip/tm.png
+share/apps/ktorrent/geoip/tn.png
+share/apps/ktorrent/geoip/to.png
+share/apps/ktorrent/geoip/tp.png
+share/apps/ktorrent/geoip/tr.png
+share/apps/ktorrent/geoip/tt.png
+share/apps/ktorrent/geoip/tv.png
+share/apps/ktorrent/geoip/tw.png
+share/apps/ktorrent/geoip/tz.png
+share/apps/ktorrent/geoip/ua.png
+share/apps/ktorrent/geoip/ug.png
+share/apps/ktorrent/geoip/um.png
+share/apps/ktorrent/geoip/us.png
+share/apps/ktorrent/geoip/uy.png
+share/apps/ktorrent/geoip/uz.png
+share/apps/ktorrent/geoip/va.png
+share/apps/ktorrent/geoip/vc.png
+share/apps/ktorrent/geoip/ve.png
+share/apps/ktorrent/geoip/vg.png
+share/apps/ktorrent/geoip/vi.png
+share/apps/ktorrent/geoip/vn.png
+share/apps/ktorrent/geoip/vu.png
+share/apps/ktorrent/geoip/wf.png
+share/apps/ktorrent/geoip/ws.png
+share/apps/ktorrent/geoip/ye.png
+share/apps/ktorrent/geoip/yt.png
+share/apps/ktorrent/geoip/yu.png
+share/apps/ktorrent/geoip/za.png
+share/apps/ktorrent/geoip/zm.png
+share/apps/ktorrent/geoip/zw.png
+share/apps/ktorrent/icons/cell-a-0000.png
+share/apps/ktorrent/icons/cell-a-0001.png
+share/apps/ktorrent/icons/cell-a-0002.png
+share/apps/ktorrent/icons/cell-a-0003.png
+share/apps/ktorrent/icons/cell-a-0004.png
+share/apps/ktorrent/icons/cell-b-0000.png
+share/apps/ktorrent/icons/cell-b-0001.png
+share/apps/ktorrent/icons/cell-b-0002.png
+share/apps/ktorrent/icons/cell-b-0003.png
+share/apps/ktorrent/icons/cell-b-0004.png
+share/apps/ktorrent/icons/hicolor/22x22/actions/ktencrypted.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png
-share/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png
-share/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png
share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png
-share/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png
share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png
share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png
share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png
-share/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png
share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png
-share/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz
share/apps/ktorrent/ktorrentui.rc
share/apps/ktorrent/ktpartfileimportpluginui.rc
+share/apps/ktorrent/ktschedulerpluginui.rc
share/config.kcfg/ktinfowidgetplugin.kcfg
share/config.kcfg/ktipfilterplugin.kcfg
+share/config.kcfg/ktlogviewerplugin.kcfg
share/config.kcfg/ktorrent.kcfg
+share/config.kcfg/ktscanfolderplugin.kcfg
+share/config.kcfg/ktschedulerplugin.kcfg
share/config.kcfg/ktsearchplugin.kcfg
share/config.kcfg/ktupnpplugin.kcfg
share/icons/hicolor/128x128/apps/ktorrent.png
+share/icons/hicolor/128x128/mimetypes/torrent.png
share/icons/hicolor/16x16/apps/ktorrent.png
+share/icons/hicolor/16x16/mimetypes/torrent.png
share/icons/hicolor/22x22/apps/ktorrent.png
+share/icons/hicolor/22x22/mimetypes/torrent.png
share/icons/hicolor/32x32/apps/ktorrent.png
+share/icons/hicolor/32x32/mimetypes/torrent.png
share/icons/hicolor/48x48/apps/ktorrent.png
+share/icons/hicolor/48x48/mimetypes/torrent.png
share/icons/hicolor/64x64/apps/ktorrent.png
+share/icons/hicolor/64x64/mimetypes/torrent.png
share/icons/hicolor/scalable/apps/ktorrent.svgz
+share/icons/hicolor/scalable/mimetypes/torrent.svgz
+share/locale/bg/LC_MESSAGES/ktorrent.mo
share/locale/br/LC_MESSAGES/ktorrent.mo
+share/locale/ca/LC_MESSAGES/ktorrent.mo
share/locale/cs/LC_MESSAGES/ktorrent.mo
share/locale/cy/LC_MESSAGES/ktorrent.mo
share/locale/da/LC_MESSAGES/ktorrent.mo
@@ -65,63 +335,74 @@ share/locale/el/LC_MESSAGES/ktorrent.mo
share/locale/en_GB/LC_MESSAGES/ktorrent.mo
share/locale/es/LC_MESSAGES/ktorrent.mo
share/locale/et/LC_MESSAGES/ktorrent.mo
+share/locale/eu/LC_MESSAGES/ktorrent.mo
share/locale/fr/LC_MESSAGES/ktorrent.mo
share/locale/ga/LC_MESSAGES/ktorrent.mo
+share/locale/gl/LC_MESSAGES/ktorrent.mo
share/locale/hu/LC_MESSAGES/ktorrent.mo
share/locale/it/LC_MESSAGES/ktorrent.mo
+share/locale/ja/LC_MESSAGES/ktorrent.mo
+share/locale/km/LC_MESSAGES/ktorrent.mo
share/locale/lt/LC_MESSAGES/ktorrent.mo
+share/locale/mk/LC_MESSAGES/ktorrent.mo
+share/locale/ms/LC_MESSAGES/ktorrent.mo
+share/locale/nb/LC_MESSAGES/ktorrent.mo
share/locale/nl/LC_MESSAGES/ktorrent.mo
share/locale/pa/LC_MESSAGES/ktorrent.mo
share/locale/pl/LC_MESSAGES/ktorrent.mo
share/locale/pt/LC_MESSAGES/ktorrent.mo
share/locale/pt_BR/LC_MESSAGES/ktorrent.mo
share/locale/ru/LC_MESSAGES/ktorrent.mo
+share/locale/rw/LC_MESSAGES/ktorrent.mo
share/locale/sr/LC_MESSAGES/ktorrent.mo
share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo
share/locale/sv/LC_MESSAGES/ktorrent.mo
share/locale/tr/LC_MESSAGES/ktorrent.mo
share/locale/uk/LC_MESSAGES/ktorrent.mo
share/locale/zh_CN/LC_MESSAGES/ktorrent.mo
+share/locale/zh_TW/LC_MESSAGES/ktorrent.mo
share/services/ktinfowidgetplugin.desktop
share/services/ktipfilterplugin.desktop
share/services/ktlogviewerplugin.desktop
share/services/ktpartfileimportplugin.desktop
+share/services/ktscanfolderplugin.desktop
+share/services/ktschedulerplugin.desktop
share/services/ktsearchplugin.desktop
share/services/ktupnpplugin.desktop
share/servicetypes/ktorrentplugin.desktop
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
@dirrmtry share/locale/zh_CN/LC_MESSAGES
@dirrmtry share/locale/zh_CN
@dirrmtry share/locale/uk/LC_MESSAGES
@dirrmtry share/locale/uk
@dirrmtry share/locale/sr/LC_MESSAGES
@dirrmtry share/locale/sr
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
@dirrmtry share/locale/pt/LC_MESSAGES
@dirrmtry share/locale/pt
@dirrmtry share/locale/pl/LC_MESSAGES
@dirrmtry share/locale/pl
+@dirrmtry share/locale/km/LC_MESSAGES
+@dirrmtry share/locale/km
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
@dirrmtry share/locale/el/LC_MESSAGES
@dirrmtry share/locale/el
@dirrmtry share/locale/cs/LC_MESSAGES
@dirrmtry share/locale/cs
-@dirrm share/apps/ktorrent/icons/hicolor/scalable/apps
-@dirrm share/apps/ktorrent/icons/hicolor/scalable
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems
-@dirrm share/apps/ktorrent/icons/hicolor/64x64/apps
@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions
@dirrm share/apps/ktorrent/icons/hicolor/64x64
-@dirrm share/apps/ktorrent/icons/hicolor/48x48/apps
@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions
@dirrm share/apps/ktorrent/icons/hicolor/48x48
-@dirrm share/apps/ktorrent/icons/hicolor/32x32/apps
-@dirrm share/apps/ktorrent/icons/hicolor/32x32
-@dirrm share/apps/ktorrent/icons/hicolor/22x22/apps
@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions
@dirrm share/apps/ktorrent/icons/hicolor/22x22
-@dirrm share/apps/ktorrent/icons/hicolor/16x16/apps
-@dirrm share/apps/ktorrent/icons/hicolor/16x16
-@dirrm share/apps/ktorrent/icons/hicolor/128x128/apps
-@dirrm share/apps/ktorrent/icons/hicolor/128x128
@dirrm share/apps/ktorrent/icons/hicolor
@dirrm share/apps/ktorrent/icons
+@dirrm share/apps/ktorrent/geoip
@dirrm share/apps/ktorrent
@dirrmtry share/applications/kde