View | Details | Raw Unified | Return to bug 100781
Collapse All | Expand All

(-)ktorrent/Makefile (-3 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	ktorrent
8
PORTNAME=	ktorrent
9
PORTVERSION=	1.2
9
PORTVERSION=	2.0.r1
10
PORTREVISION=	2
11
CATEGORIES=	net-p2p kde
10
CATEGORIES=	net-p2p kde
12
MASTER_SITES=	http://ktorrent.pwsp.net/downloads/${PORTVERSION}/
11
MASTER_SITES=	http://ktorrent.org/downloads/${PORTVERSION:S/.r/rc/}/
12
DISTNAME=       ${PORTNAME}-${PORTVERSION:S/.r/rc/}
13
13
14
MAINTAINER=	markus@FreeBSD.org
14
MAINTAINER=	markus@FreeBSD.org
15
COMMENT=	BitTorrent client for KDE
15
COMMENT=	BitTorrent client for KDE
(-)ktorrent/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92
1
MD5 (ktorrent-2.0rc1.tar.gz) = 6498ad2e8a7c1ad6d257bc741cb7b42a
2
SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373
2
SHA256 (ktorrent-2.0rc1.tar.gz) = c7da6b9f558008d96aff413f04944707fe315ef14ced3ac88bede3df855d8765
3
SIZE (ktorrent-1.2.tar.gz) = 1447380
3
SIZE (ktorrent-2.0rc1.tar.gz) = 2565541
(-)ktorrent/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Thu Feb  2 14:27:14 2006
2
+++ Makefile.in	Thu Feb  2 14:27:26 2006
3
@@ -257,7 +257,7 @@
4
 xdg_appsdir = @xdg_appsdir@
5
 xdg_directorydir = @xdg_directorydir@
6
 xdg_menudir = @xdg_menudir@
7
-SUBDIRS = libktorrent apps plugins
8
+SUBDIRS = libktorrent apps plugins translations
9
 EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
10
 subdir = .
11
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
(-)ktorrent/files/patch-plugins-partfileimport-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- plugins/partfileimport/Makefile.in.orig	Mon Jan  9 21:49:01 2006
2
+++ plugins/partfileimport/Makefile.in	Mon Jan  9 21:49:23 2006
3
@@ -257,7 +257,7 @@
4
 xdg_appsdir = @xdg_appsdir@
5
 xdg_directorydir = @xdg_directorydir@
6
 xdg_menudir = @xdg_menudir@
7
-INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent
8
+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
9
 #>- METASOURCES = AUTO
10
 kde_module_LTLIBRARIES = ktpartfileimportplugin.la
11
 noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h
(-)ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp (-10 lines)
Lines 1-10 Link Here
1
--- plugins/upnp/upnpmcastsocket.cpp.orig	Fri Feb  3 18:13:05 2006
2
+++ plugins/upnp/upnpmcastsocket.cpp	Fri Feb  3 20:00:54 2006
3
@@ -40,6 +40,7 @@
4
 		QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
5
 		QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int)));
6
 		setAddressReuseable(true);
7
+		setFamily(KNetwork::KResolver::IPv4Family);
8
 		setBlocking(true);
9
 		for (Uint32 i = 0;i < 10;i++)
10
 		{
(-)ktorrent/pkg-descr (-1 / +12 lines)
Lines 5-9 Link Here
5
    amounts of data
5
    amounts of data
6
  o Internet searching using The Bittorrent website's search engine
6
  o Internet searching using The Bittorrent website's search engine
7
  o UDP Trackers
7
  o UDP Trackers
8
  o UDP Trackers
9
  o Port forwarding with UPnP
10
  o IP blocking plugin
11
  o Importing of partially or fully downloaded files
12
  o Support for distributed hash tables
13
  o Protocol encryption
14
  o Bandwith scheduling
15
  o Directory scanner to automatically load torrents in certain
16
    directories
17
  o Trackers can now be added to torrents
18
  o File prioritization for multi file torrents
8
19
9
WWW: http://ktorrent.pwsp.net/
20
WWW: http://ktorrent.org/
(-)ktorrent/pkg-plist (-18 / +336 lines)
Lines 1-6 Link Here
1
bin/ktcachecheck
1
bin/ktcachecheck
2
bin/ktorrent
2
bin/ktorrent
3
bin/ktshell
3
bin/kttorinfo
4
bin/kttorinfo
5
bin/ktupnptest
4
lib/kde3/ktinfowidgetplugin.a
6
lib/kde3/ktinfowidgetplugin.a
5
lib/kde3/ktinfowidgetplugin.la
7
lib/kde3/ktinfowidgetplugin.la
6
lib/kde3/ktinfowidgetplugin.so
8
lib/kde3/ktinfowidgetplugin.so
Lines 13-18 Link Here
13
lib/kde3/ktpartfileimportplugin.a
15
lib/kde3/ktpartfileimportplugin.a
14
lib/kde3/ktpartfileimportplugin.la
16
lib/kde3/ktpartfileimportplugin.la
15
lib/kde3/ktpartfileimportplugin.so
17
lib/kde3/ktpartfileimportplugin.so
18
lib/kde3/ktscanfolderplugin.a
19
lib/kde3/ktscanfolderplugin.la
20
lib/kde3/ktscanfolderplugin.so
21
lib/kde3/ktschedulerplugin.a
22
lib/kde3/ktschedulerplugin.la
23
lib/kde3/ktschedulerplugin.so
16
lib/kde3/ktsearchplugin.a
24
lib/kde3/ktsearchplugin.a
17
lib/kde3/ktsearchplugin.la
25
lib/kde3/ktsearchplugin.la
18
lib/kde3/ktsearchplugin.so
26
lib/kde3/ktsearchplugin.so
Lines 25-61 Link Here
25
lib/libktorrent.so.0
33
lib/libktorrent.so.0
26
share/applications/kde/ktorrent.desktop
34
share/applications/kde/ktorrent.desktop
27
share/applnk/Internet/ktorrent.desktop
35
share/applnk/Internet/ktorrent.desktop
28
share/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png
36
share/apps/ktorrent/geoip/FLAGS_LICENCE
29
share/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png
37
share/apps/ktorrent/geoip/ad.png
38
share/apps/ktorrent/geoip/ae.png
39
share/apps/ktorrent/geoip/af.png
40
share/apps/ktorrent/geoip/ag.png
41
share/apps/ktorrent/geoip/ai.png
42
share/apps/ktorrent/geoip/al.png
43
share/apps/ktorrent/geoip/am.png
44
share/apps/ktorrent/geoip/an.png
45
share/apps/ktorrent/geoip/ao.png
46
share/apps/ktorrent/geoip/aq.png
47
share/apps/ktorrent/geoip/ar.png
48
share/apps/ktorrent/geoip/as.png
49
share/apps/ktorrent/geoip/at.png
50
share/apps/ktorrent/geoip/au.png
51
share/apps/ktorrent/geoip/aw.png
52
share/apps/ktorrent/geoip/az.png
53
share/apps/ktorrent/geoip/ba.png
54
share/apps/ktorrent/geoip/bb.png
55
share/apps/ktorrent/geoip/bd.png
56
share/apps/ktorrent/geoip/be.png
57
share/apps/ktorrent/geoip/bf.png
58
share/apps/ktorrent/geoip/bg.png
59
share/apps/ktorrent/geoip/bh.png
60
share/apps/ktorrent/geoip/bi.png
61
share/apps/ktorrent/geoip/bj.png
62
share/apps/ktorrent/geoip/bm.png
63
share/apps/ktorrent/geoip/bn.png
64
share/apps/ktorrent/geoip/bo.png
65
share/apps/ktorrent/geoip/br.png
66
share/apps/ktorrent/geoip/bs.png
67
share/apps/ktorrent/geoip/bt.png
68
share/apps/ktorrent/geoip/bv.png
69
share/apps/ktorrent/geoip/bw.png
70
share/apps/ktorrent/geoip/by.png
71
share/apps/ktorrent/geoip/bz.png
72
share/apps/ktorrent/geoip/ca.png
73
share/apps/ktorrent/geoip/cc.png
74
share/apps/ktorrent/geoip/cd.png
75
share/apps/ktorrent/geoip/cf.png
76
share/apps/ktorrent/geoip/cg.png
77
share/apps/ktorrent/geoip/ch.png
78
share/apps/ktorrent/geoip/ci.png
79
share/apps/ktorrent/geoip/ck.png
80
share/apps/ktorrent/geoip/cl.png
81
share/apps/ktorrent/geoip/cm.png
82
share/apps/ktorrent/geoip/cn.png
83
share/apps/ktorrent/geoip/co.png
84
share/apps/ktorrent/geoip/cr.png
85
share/apps/ktorrent/geoip/cs.png
86
share/apps/ktorrent/geoip/cu.png
87
share/apps/ktorrent/geoip/cv.png
88
share/apps/ktorrent/geoip/cx.png
89
share/apps/ktorrent/geoip/cy.png
90
share/apps/ktorrent/geoip/cz.png
91
share/apps/ktorrent/geoip/de.png
92
share/apps/ktorrent/geoip/dj.png
93
share/apps/ktorrent/geoip/dk.png
94
share/apps/ktorrent/geoip/dm.png
95
share/apps/ktorrent/geoip/do.png
96
share/apps/ktorrent/geoip/dz.png
97
share/apps/ktorrent/geoip/ec.png
98
share/apps/ktorrent/geoip/ee.png
99
share/apps/ktorrent/geoip/eg.png
100
share/apps/ktorrent/geoip/eh.png
101
share/apps/ktorrent/geoip/er.png
102
share/apps/ktorrent/geoip/es.png
103
share/apps/ktorrent/geoip/et.png
104
share/apps/ktorrent/geoip/eu.png
105
share/apps/ktorrent/geoip/fi.png
106
share/apps/ktorrent/geoip/fj.png
107
share/apps/ktorrent/geoip/fk.png
108
share/apps/ktorrent/geoip/fm.png
109
share/apps/ktorrent/geoip/fo.png
110
share/apps/ktorrent/geoip/fr.png
111
share/apps/ktorrent/geoip/ga.png
112
share/apps/ktorrent/geoip/gb.png
113
share/apps/ktorrent/geoip/gd.png
114
share/apps/ktorrent/geoip/ge.png
115
share/apps/ktorrent/geoip/gf.png
116
share/apps/ktorrent/geoip/gh.png
117
share/apps/ktorrent/geoip/gi.png
118
share/apps/ktorrent/geoip/gl.png
119
share/apps/ktorrent/geoip/gm.png
120
share/apps/ktorrent/geoip/gn.png
121
share/apps/ktorrent/geoip/gp.png
122
share/apps/ktorrent/geoip/gq.png
123
share/apps/ktorrent/geoip/gr.png
124
share/apps/ktorrent/geoip/gs.png
125
share/apps/ktorrent/geoip/gt.png
126
share/apps/ktorrent/geoip/gu.png
127
share/apps/ktorrent/geoip/gw.png
128
share/apps/ktorrent/geoip/gy.png
129
share/apps/ktorrent/geoip/hk.png
130
share/apps/ktorrent/geoip/hm.png
131
share/apps/ktorrent/geoip/hn.png
132
share/apps/ktorrent/geoip/hr.png
133
share/apps/ktorrent/geoip/ht.png
134
share/apps/ktorrent/geoip/hu.png
135
share/apps/ktorrent/geoip/id.png
136
share/apps/ktorrent/geoip/ie.png
137
share/apps/ktorrent/geoip/il.png
138
share/apps/ktorrent/geoip/in.png
139
share/apps/ktorrent/geoip/io.png
140
share/apps/ktorrent/geoip/iq.png
141
share/apps/ktorrent/geoip/ir.png
142
share/apps/ktorrent/geoip/is.png
143
share/apps/ktorrent/geoip/it.png
144
share/apps/ktorrent/geoip/jm.png
145
share/apps/ktorrent/geoip/jo.png
146
share/apps/ktorrent/geoip/jp.png
147
share/apps/ktorrent/geoip/ke.png
148
share/apps/ktorrent/geoip/kg.png
149
share/apps/ktorrent/geoip/kh.png
150
share/apps/ktorrent/geoip/ki.png
151
share/apps/ktorrent/geoip/km.png
152
share/apps/ktorrent/geoip/kn.png
153
share/apps/ktorrent/geoip/kp.png
154
share/apps/ktorrent/geoip/kr.png
155
share/apps/ktorrent/geoip/kw.png
156
share/apps/ktorrent/geoip/ky.png
157
share/apps/ktorrent/geoip/kz.png
158
share/apps/ktorrent/geoip/la.png
159
share/apps/ktorrent/geoip/lb.png
160
share/apps/ktorrent/geoip/lc.png
161
share/apps/ktorrent/geoip/li.png
162
share/apps/ktorrent/geoip/lk.png
163
share/apps/ktorrent/geoip/lr.png
164
share/apps/ktorrent/geoip/ls.png
165
share/apps/ktorrent/geoip/lt.png
166
share/apps/ktorrent/geoip/lu.png
167
share/apps/ktorrent/geoip/lv.png
168
share/apps/ktorrent/geoip/ly.png
169
share/apps/ktorrent/geoip/ma.png
170
share/apps/ktorrent/geoip/mc.png
171
share/apps/ktorrent/geoip/md.png
172
share/apps/ktorrent/geoip/mg.png
173
share/apps/ktorrent/geoip/mh.png
174
share/apps/ktorrent/geoip/mk.png
175
share/apps/ktorrent/geoip/ml.png
176
share/apps/ktorrent/geoip/mm.png
177
share/apps/ktorrent/geoip/mn.png
178
share/apps/ktorrent/geoip/mo.png
179
share/apps/ktorrent/geoip/mp.png
180
share/apps/ktorrent/geoip/mq.png
181
share/apps/ktorrent/geoip/mr.png
182
share/apps/ktorrent/geoip/ms.png
183
share/apps/ktorrent/geoip/mt.png
184
share/apps/ktorrent/geoip/mu.png
185
share/apps/ktorrent/geoip/mv.png
186
share/apps/ktorrent/geoip/mw.png
187
share/apps/ktorrent/geoip/mx.png
188
share/apps/ktorrent/geoip/my.png
189
share/apps/ktorrent/geoip/mz.png
190
share/apps/ktorrent/geoip/na.png
191
share/apps/ktorrent/geoip/nc.png
192
share/apps/ktorrent/geoip/ne.png
193
share/apps/ktorrent/geoip/nf.png
194
share/apps/ktorrent/geoip/ng.png
195
share/apps/ktorrent/geoip/ni.png
196
share/apps/ktorrent/geoip/nl.png
197
share/apps/ktorrent/geoip/no.png
198
share/apps/ktorrent/geoip/np.png
199
share/apps/ktorrent/geoip/nr.png
200
share/apps/ktorrent/geoip/nu.png
201
share/apps/ktorrent/geoip/nz.png
202
share/apps/ktorrent/geoip/om.png
203
share/apps/ktorrent/geoip/pa.png
204
share/apps/ktorrent/geoip/pe.png
205
share/apps/ktorrent/geoip/pf.png
206
share/apps/ktorrent/geoip/pg.png
207
share/apps/ktorrent/geoip/ph.png
208
share/apps/ktorrent/geoip/pk.png
209
share/apps/ktorrent/geoip/pl.png
210
share/apps/ktorrent/geoip/pm.png
211
share/apps/ktorrent/geoip/pn.png
212
share/apps/ktorrent/geoip/pr.png
213
share/apps/ktorrent/geoip/ps.png
214
share/apps/ktorrent/geoip/pt.png
215
share/apps/ktorrent/geoip/pw.png
216
share/apps/ktorrent/geoip/py.png
217
share/apps/ktorrent/geoip/qa.png
218
share/apps/ktorrent/geoip/re.png
219
share/apps/ktorrent/geoip/ro.png
220
share/apps/ktorrent/geoip/ru.png
221
share/apps/ktorrent/geoip/rw.png
222
share/apps/ktorrent/geoip/sa.png
223
share/apps/ktorrent/geoip/sb.png
224
share/apps/ktorrent/geoip/sc.png
225
share/apps/ktorrent/geoip/sd.png
226
share/apps/ktorrent/geoip/se.png
227
share/apps/ktorrent/geoip/sg.png
228
share/apps/ktorrent/geoip/sh.png
229
share/apps/ktorrent/geoip/si.png
230
share/apps/ktorrent/geoip/sj.png
231
share/apps/ktorrent/geoip/sk.png
232
share/apps/ktorrent/geoip/sl.png
233
share/apps/ktorrent/geoip/sm.png
234
share/apps/ktorrent/geoip/sn.png
235
share/apps/ktorrent/geoip/so.png
236
share/apps/ktorrent/geoip/sr.png
237
share/apps/ktorrent/geoip/st.png
238
share/apps/ktorrent/geoip/sv.png
239
share/apps/ktorrent/geoip/sy.png
240
share/apps/ktorrent/geoip/sz.png
241
share/apps/ktorrent/geoip/tc.png
242
share/apps/ktorrent/geoip/td.png
243
share/apps/ktorrent/geoip/tf.png
244
share/apps/ktorrent/geoip/tg.png
245
share/apps/ktorrent/geoip/th.png
246
share/apps/ktorrent/geoip/tj.png
247
share/apps/ktorrent/geoip/tk.png
248
share/apps/ktorrent/geoip/tl.png
249
share/apps/ktorrent/geoip/tm.png
250
share/apps/ktorrent/geoip/tn.png
251
share/apps/ktorrent/geoip/to.png
252
share/apps/ktorrent/geoip/tp.png
253
share/apps/ktorrent/geoip/tr.png
254
share/apps/ktorrent/geoip/tt.png
255
share/apps/ktorrent/geoip/tv.png
256
share/apps/ktorrent/geoip/tw.png
257
share/apps/ktorrent/geoip/tz.png
258
share/apps/ktorrent/geoip/ua.png
259
share/apps/ktorrent/geoip/ug.png
260
share/apps/ktorrent/geoip/um.png
261
share/apps/ktorrent/geoip/us.png
262
share/apps/ktorrent/geoip/uy.png
263
share/apps/ktorrent/geoip/uz.png
264
share/apps/ktorrent/geoip/va.png
265
share/apps/ktorrent/geoip/vc.png
266
share/apps/ktorrent/geoip/ve.png
267
share/apps/ktorrent/geoip/vg.png
268
share/apps/ktorrent/geoip/vi.png
269
share/apps/ktorrent/geoip/vn.png
270
share/apps/ktorrent/geoip/vu.png
271
share/apps/ktorrent/geoip/wf.png
272
share/apps/ktorrent/geoip/ws.png
273
share/apps/ktorrent/geoip/ye.png
274
share/apps/ktorrent/geoip/yt.png
275
share/apps/ktorrent/geoip/yu.png
276
share/apps/ktorrent/geoip/za.png
277
share/apps/ktorrent/geoip/zm.png
278
share/apps/ktorrent/geoip/zw.png
279
share/apps/ktorrent/icons/cell-a-0000.png
280
share/apps/ktorrent/icons/cell-a-0001.png
281
share/apps/ktorrent/icons/cell-a-0002.png
282
share/apps/ktorrent/icons/cell-a-0003.png
283
share/apps/ktorrent/icons/cell-a-0004.png
284
share/apps/ktorrent/icons/cell-b-0000.png
285
share/apps/ktorrent/icons/cell-b-0001.png
286
share/apps/ktorrent/icons/cell-b-0002.png
287
share/apps/ktorrent/icons/cell-b-0003.png
288
share/apps/ktorrent/icons/cell-b-0004.png
289
share/apps/ktorrent/icons/hicolor/22x22/actions/ktencrypted.png
30
share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png
290
share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png
31
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png
291
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png
32
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png
292
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png
33
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png
293
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png
34
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png
294
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png
35
share/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png
36
share/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png
37
share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png
295
share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png
38
share/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png
39
share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png
296
share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png
40
share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png
297
share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png
41
share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png
298
share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png
42
share/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png
43
share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png
299
share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png
44
share/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz
45
share/apps/ktorrent/ktorrentui.rc
300
share/apps/ktorrent/ktorrentui.rc
46
share/apps/ktorrent/ktpartfileimportpluginui.rc
301
share/apps/ktorrent/ktpartfileimportpluginui.rc
302
share/apps/ktorrent/ktschedulerpluginui.rc
47
share/config.kcfg/ktinfowidgetplugin.kcfg
303
share/config.kcfg/ktinfowidgetplugin.kcfg
48
share/config.kcfg/ktipfilterplugin.kcfg
304
share/config.kcfg/ktipfilterplugin.kcfg
305
share/config.kcfg/ktlogviewerplugin.kcfg
49
share/config.kcfg/ktorrent.kcfg
306
share/config.kcfg/ktorrent.kcfg
307
share/config.kcfg/ktscanfolderplugin.kcfg
308
share/config.kcfg/ktschedulerplugin.kcfg
50
share/config.kcfg/ktsearchplugin.kcfg
309
share/config.kcfg/ktsearchplugin.kcfg
51
share/config.kcfg/ktupnpplugin.kcfg
310
share/config.kcfg/ktupnpplugin.kcfg
52
share/icons/hicolor/128x128/apps/ktorrent.png
311
share/icons/hicolor/128x128/apps/ktorrent.png
312
share/icons/hicolor/128x128/mimetypes/torrent.png
53
share/icons/hicolor/16x16/apps/ktorrent.png
313
share/icons/hicolor/16x16/apps/ktorrent.png
314
share/icons/hicolor/16x16/mimetypes/torrent.png
54
share/icons/hicolor/22x22/apps/ktorrent.png
315
share/icons/hicolor/22x22/apps/ktorrent.png
316
share/icons/hicolor/22x22/mimetypes/torrent.png
55
share/icons/hicolor/32x32/apps/ktorrent.png
317
share/icons/hicolor/32x32/apps/ktorrent.png
318
share/icons/hicolor/32x32/mimetypes/torrent.png
56
share/icons/hicolor/48x48/apps/ktorrent.png
319
share/icons/hicolor/48x48/apps/ktorrent.png
320
share/icons/hicolor/48x48/mimetypes/torrent.png
57
share/icons/hicolor/64x64/apps/ktorrent.png
321
share/icons/hicolor/64x64/apps/ktorrent.png
322
share/icons/hicolor/64x64/mimetypes/torrent.png
58
share/icons/hicolor/scalable/apps/ktorrent.svgz
323
share/icons/hicolor/scalable/apps/ktorrent.svgz
324
share/icons/hicolor/scalable/mimetypes/torrent.svgz
325
share/locale/bg/LC_MESSAGES/ktorrent.mo
59
share/locale/br/LC_MESSAGES/ktorrent.mo
326
share/locale/br/LC_MESSAGES/ktorrent.mo
60
share/locale/cs/LC_MESSAGES/ktorrent.mo
327
share/locale/cs/LC_MESSAGES/ktorrent.mo
61
share/locale/cy/LC_MESSAGES/ktorrent.mo
328
share/locale/cy/LC_MESSAGES/ktorrent.mo
Lines 67-127 Link Here
67
share/locale/et/LC_MESSAGES/ktorrent.mo
334
share/locale/et/LC_MESSAGES/ktorrent.mo
68
share/locale/fr/LC_MESSAGES/ktorrent.mo
335
share/locale/fr/LC_MESSAGES/ktorrent.mo
69
share/locale/ga/LC_MESSAGES/ktorrent.mo
336
share/locale/ga/LC_MESSAGES/ktorrent.mo
337
share/locale/gl/LC_MESSAGES/ktorrent.mo
70
share/locale/hu/LC_MESSAGES/ktorrent.mo
338
share/locale/hu/LC_MESSAGES/ktorrent.mo
71
share/locale/it/LC_MESSAGES/ktorrent.mo
339
share/locale/it/LC_MESSAGES/ktorrent.mo
340
share/locale/ja/LC_MESSAGES/ktorrent.mo
341
share/locale/ka/LC_MESSAGES/ktorrent.mo
72
share/locale/lt/LC_MESSAGES/ktorrent.mo
342
share/locale/lt/LC_MESSAGES/ktorrent.mo
343
share/locale/ms/LC_MESSAGES/ktorrent.mo
73
share/locale/nl/LC_MESSAGES/ktorrent.mo
344
share/locale/nl/LC_MESSAGES/ktorrent.mo
74
share/locale/pa/LC_MESSAGES/ktorrent.mo
345
share/locale/pa/LC_MESSAGES/ktorrent.mo
75
share/locale/pl/LC_MESSAGES/ktorrent.mo
346
share/locale/pl/LC_MESSAGES/ktorrent.mo
76
share/locale/pt/LC_MESSAGES/ktorrent.mo
347
share/locale/pt/LC_MESSAGES/ktorrent.mo
77
share/locale/pt_BR/LC_MESSAGES/ktorrent.mo
348
share/locale/pt_BR/LC_MESSAGES/ktorrent.mo
78
share/locale/ru/LC_MESSAGES/ktorrent.mo
349
share/locale/ru/LC_MESSAGES/ktorrent.mo
350
share/locale/rw/LC_MESSAGES/ktorrent.mo
79
share/locale/sr/LC_MESSAGES/ktorrent.mo
351
share/locale/sr/LC_MESSAGES/ktorrent.mo
80
share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo
352
share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo
81
share/locale/sv/LC_MESSAGES/ktorrent.mo
353
share/locale/sv/LC_MESSAGES/ktorrent.mo
82
share/locale/tr/LC_MESSAGES/ktorrent.mo
354
share/locale/tr/LC_MESSAGES/ktorrent.mo
83
share/locale/uk/LC_MESSAGES/ktorrent.mo
355
share/locale/uk/LC_MESSAGES/ktorrent.mo
84
share/locale/zh_CN/LC_MESSAGES/ktorrent.mo
356
share/locale/zh_CN/LC_MESSAGES/ktorrent.mo
357
share/locale/zh_TW/LC_MESSAGES/ktorrent.mo
358
share/mimelnk/application/x-bittorrent.desktop
85
share/services/ktinfowidgetplugin.desktop
359
share/services/ktinfowidgetplugin.desktop
86
share/services/ktipfilterplugin.desktop
360
share/services/ktipfilterplugin.desktop
87
share/services/ktlogviewerplugin.desktop
361
share/services/ktlogviewerplugin.desktop
88
share/services/ktpartfileimportplugin.desktop
362
share/services/ktpartfileimportplugin.desktop
363
share/services/ktscanfolderplugin.desktop
364
share/services/ktschedulerplugin.desktop
89
share/services/ktsearchplugin.desktop
365
share/services/ktsearchplugin.desktop
90
share/services/ktupnpplugin.desktop
366
share/services/ktupnpplugin.desktop
91
share/servicetypes/ktorrentplugin.desktop
367
share/servicetypes/ktorrentplugin.desktop
368
@dirrmtry share/locale/zh_TW/LC_MESSAGES
369
@dirrmtry share/locale/zh_TW
92
@dirrmtry share/locale/zh_CN/LC_MESSAGES
370
@dirrmtry share/locale/zh_CN/LC_MESSAGES
93
@dirrmtry share/locale/zh_CN
371
@dirrmtry share/locale/zh_CN
94
@dirrmtry share/locale/uk/LC_MESSAGES
372
@dirrmtry share/locale/uk/LC_MESSAGES
95
@dirrmtry share/locale/uk
373
@dirrmtry share/locale/uk
374
@dirrmtry share/locale/tr/LC_MESSAGES
375
@dirrmtry share/locale/tr
376
@dirrmtry share/locale/sv/LC_MESSAGES
377
@dirrmtry share/locale/sv
378
@dirrmtry share/locale/sr@Latn/LC_MESSAGES
379
@dirrmtry share/locale/sr@Latn
96
@dirrmtry share/locale/sr/LC_MESSAGES
380
@dirrmtry share/locale/sr/LC_MESSAGES
97
@dirrmtry share/locale/sr
381
@dirrmtry share/locale/sr
382
@dirrmtry share/locale/rw/LC_MESSAGES
383
@dirrmtry share/locale/rw
384
@dirrmtry share/locale/ru/LC_MESSAGES
385
@dirrmtry share/locale/ru
386
@dirrmtry share/locale/pt_BR/LC_MESSAGES
387
@dirrmtry share/locale/pt_BR
98
@dirrmtry share/locale/pt/LC_MESSAGES
388
@dirrmtry share/locale/pt/LC_MESSAGES
99
@dirrmtry share/locale/pt
389
@dirrmtry share/locale/pt
100
@dirrmtry share/locale/pl/LC_MESSAGES
390
@dirrmtry share/locale/pl/LC_MESSAGES
101
@dirrmtry share/locale/pl
391
@dirrmtry share/locale/pl
392
@dirrmtry share/locale/pa/LC_MESSAGES
393
@dirrmtry share/locale/pa
394
@dirrmtry share/locale/nl/LC_MESSAGES
395
@dirrmtry share/locale/nl
396
@dirrmtry share/locale/ms/LC_MESSAGES
397
@dirrmtry share/locale/ms
398
@dirrmtry share/locale/lt/LC_MESSAGES
399
@dirrmtry share/locale/lt
400
@dirrmtry share/locale/ka/LC_MESSAGES
401
@dirrmtry share/locale/ka
402
@dirrmtry share/locale/ja/LC_MESSAGES
403
@dirrmtry share/locale/ja
404
@dirrmtry share/locale/it/LC_MESSAGES
405
@dirrmtry share/locale/it
406
@dirrmtry share/locale/hu/LC_MESSAGES
407
@dirrmtry share/locale/hu
408
@dirrmtry share/locale/gl/LC_MESSAGES
409
@dirrmtry share/locale/gl
410
@dirrmtry share/locale/ga/LC_MESSAGES
411
@dirrmtry share/locale/ga
412
@dirrmtry share/locale/fr/LC_MESSAGES
413
@dirrmtry share/locale/fr
414
@dirrmtry share/locale/et/LC_MESSAGES
415
@dirrmtry share/locale/et
416
@dirrmtry share/locale/es/LC_MESSAGES
417
@dirrmtry share/locale/es
418
@dirrmtry share/locale/en_GB/LC_MESSAGES
419
@dirrmtry share/locale/en_GB
102
@dirrmtry share/locale/el/LC_MESSAGES
420
@dirrmtry share/locale/el/LC_MESSAGES
103
@dirrmtry share/locale/el
421
@dirrmtry share/locale/el
422
@dirrmtry share/locale/de/LC_MESSAGES
423
@dirrmtry share/locale/de
424
@dirrmtry share/locale/da/LC_MESSAGES
425
@dirrmtry share/locale/da
426
@dirrmtry share/locale/cy/LC_MESSAGES
427
@dirrmtry share/locale/cy
104
@dirrmtry share/locale/cs/LC_MESSAGES
428
@dirrmtry share/locale/cs/LC_MESSAGES
105
@dirrmtry share/locale/cs
429
@dirrmtry share/locale/cs
106
@dirrm share/apps/ktorrent/icons/hicolor/scalable/apps
430
@dirrmtry share/locale/br/LC_MESSAGES
107
@dirrm share/apps/ktorrent/icons/hicolor/scalable
431
@dirrmtry share/locale/br
432
@dirrmtry share/locale/bg/LC_MESSAGES
433
@dirrmtry share/locale/bg
108
@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems
434
@dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems
109
@dirrm share/apps/ktorrent/icons/hicolor/64x64/apps
110
@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions
435
@dirrm share/apps/ktorrent/icons/hicolor/64x64/actions
111
@dirrm share/apps/ktorrent/icons/hicolor/64x64
436
@dirrm share/apps/ktorrent/icons/hicolor/64x64
112
@dirrm share/apps/ktorrent/icons/hicolor/48x48/apps
113
@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions
437
@dirrm share/apps/ktorrent/icons/hicolor/48x48/actions
114
@dirrm share/apps/ktorrent/icons/hicolor/48x48
438
@dirrm share/apps/ktorrent/icons/hicolor/48x48
115
@dirrm share/apps/ktorrent/icons/hicolor/32x32/apps
116
@dirrm share/apps/ktorrent/icons/hicolor/32x32
117
@dirrm share/apps/ktorrent/icons/hicolor/22x22/apps
118
@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions
439
@dirrm share/apps/ktorrent/icons/hicolor/22x22/actions
119
@dirrm share/apps/ktorrent/icons/hicolor/22x22
440
@dirrm share/apps/ktorrent/icons/hicolor/22x22
120
@dirrm share/apps/ktorrent/icons/hicolor/16x16/apps
121
@dirrm share/apps/ktorrent/icons/hicolor/16x16
122
@dirrm share/apps/ktorrent/icons/hicolor/128x128/apps
123
@dirrm share/apps/ktorrent/icons/hicolor/128x128
124
@dirrm share/apps/ktorrent/icons/hicolor
441
@dirrm share/apps/ktorrent/icons/hicolor
125
@dirrm share/apps/ktorrent/icons
442
@dirrm share/apps/ktorrent/icons
443
@dirrm share/apps/ktorrent/geoip
126
@dirrm share/apps/ktorrent
444
@dirrm share/apps/ktorrent
127
@dirrmtry share/applications/kde
445
@dirrmtry share/applications/kde

Return to bug 100781