diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-06 04:38:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-06 04:38:36 +0800 |
commit | 4ea740a3552e9e8d15e73740b485e3e692ac6a10 (patch) | |
tree | a897eea8d53a35f3f8c5a818abb4e47ae490b546 /net-p2p | |
parent | b620f2acbd1c3309fbd2217c816113bafc30f159 (diff) | |
download | freebsd-ports-gnome-4ea740a3552e9e8d15e73740b485e3e692ac6a10.tar.gz freebsd-ports-gnome-4ea740a3552e9e8d15e73740b485e3e692ac6a10.tar.zst freebsd-ports-gnome-4ea740a3552e9e8d15e73740b485e3e692ac6a10.zip |
2009-05-31 biology/p5-bioperl-devel: no longer under development
2009-05-31 biology/p5-bioperl-run-devel: no longer under development
2009-06-01 net-p2p/deluge05: use net-p2p/deluge instead
2009-06-03 textproc/gmat: failed to build for a long time, no maintainer and apparently no users either
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 57 | ||||
-rw-r--r-- | net-p2p/deluge05/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/deluge05/files/patch-disable_check_update | 61 | ||||
-rw-r--r-- | net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp | 10 | ||||
-rw-r--r-- | net-p2p/deluge05/files/patch-setup.py | 40 | ||||
-rw-r--r-- | net-p2p/deluge05/pkg-descr | 8 | ||||
-rw-r--r-- | net-p2p/deluge05/pkg-plist | 844 |
8 files changed, 0 insertions, 1024 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index daad08e010e4..c21fb96d2eee 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -22,7 +22,6 @@ SUBDIR += dctc-gui SUBDIR += dctc-gui-qt SUBDIR += deluge - SUBDIR += deluge05 SUBDIR += ed2k SUBDIR += edonkey-gui-gtk SUBDIR += edonkey-gui-gtk-urlslave diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile deleted file mode 100644 index 10fbacd468f6..000000000000 --- a/net-p2p/deluge05/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: deluge -# Date created: 03 December 2006 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= deluge -PORTVERSION= 0.5.9.4 -CATEGORIES= net-p2p python -MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent - -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \ - ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl - -DEPRECIATED= use net-p2p/deluge instead -EXPIRATION_DATE= 2009-06-01 - -LATEST_LINK= ${PORTNAME}05 - -WRKSRC= ${WRKDIR}/${PORTNAME}-torrent-${PORTVERSION} -USE_GNOME= pygtk2 desktopfileutils librsvg2 -USE_GETTEXT= yes -USE_OPENSSL= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_ICONS= yes - -DOCS= LICENSE README - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "amd64" -CFLAGS+= -DAMD64 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py - -post-install: - @-update-desktop-database -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/deluge05/distinfo b/net-p2p/deluge05/distinfo deleted file mode 100644 index 391f9b33994d..000000000000 --- a/net-p2p/deluge05/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (deluge-0.5.9.4.tar.gz) = 8baee1df11074ca523d57ddc157a4ce4 -SHA256 (deluge-0.5.9.4.tar.gz) = 6454944e96b88819b92fd77aaa86f56d46fbbaaeb264424d7b3caf8cfec7442e -SIZE (deluge-0.5.9.4.tar.gz) = 2229519 diff --git a/net-p2p/deluge05/files/patch-disable_check_update b/net-p2p/deluge05/files/patch-disable_check_update deleted file mode 100644 index 90a7d315e5d1..000000000000 --- a/net-p2p/deluge05/files/patch-disable_check_update +++ /dev/null @@ -1,61 +0,0 @@ ---- glade/preferences_dialog.glade.orig 2008-01-30 13:03:26.000000000 -0600 -+++ glade/preferences_dialog.glade 2008-01-30 13:04:06.000000000 -0600 -@@ -2673,7 +2673,7 @@ - </child> - <child> - <widget class="GtkFrame" id="frame4"> -- <property name="visible">True</property> -+ <property name="visible">False</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label_xalign">0</property> - <property name="shadow_type">GTK_SHADOW_NONE</property> ---- src/interface.py.orig 2008-01-30 13:03:33.000000000 -0600 -+++ src/interface.py 2008-01-30 13:04:38.000000000 -0600 -@@ -1037,8 +1037,6 @@ - # Load plugins after we showed main window (if not started in tray) - self.load_plugins() - self.load_tabs_order() -- if self.config.get("new_releases"): -- self.new_release_check() - - try: - gobject.threads_init() -@@ -1048,38 +1046,6 @@ - except KeyboardInterrupt: - self.manager.quit() - -- def new_release_check(self): -- import socket -- import urllib -- timeout = 5 -- socket.setdefaulttimeout(timeout) -- try: -- gtk.gdk.threads_enter() -- except: -- pass -- try: -- new_release = urllib.urlopen("http://download.deluge-torrent.org/version").read().strip() -- except IOError: -- print "Network error while trying to check for a newer version of \ --Deluge" -- try: -- gtk.gdk.threads_leave() -- except: -- pass -- return -- -- if new_release > common.PROGRAM_VERSION: -- result = dialogs.show_popup_question(None, _("There is a newer version \ --of Deluge. Would you like to be taken to our download site?")) -- if result: -- common.open_url_in_browser('http://download.deluge-torrent.org/') -- else: -- pass -- try: -- gtk.gdk.threads_leave() -- except: -- pass -- - def load_plugins(self): - enable_plugins = self.config.get('enabled_plugins').split(':') - for plugin in enable_plugins: diff --git a/net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp b/net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp deleted file mode 100644 index b184e458762a..000000000000 --- a/net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- libtorrent/include/libtorrent/disk_io_thread.hpp.orig 2008-07-23 00:04:51.000000000 +0400 -+++ libtorrent/include/libtorrent/disk_io_thread.hpp 2009-03-21 17:06:18.000000000 +0300 -@@ -41,6 +41,7 @@ - #include <boost/thread/thread.hpp> - #include <boost/function.hpp> - #include <boost/thread/mutex.hpp> -+#include <boost/thread/condition.hpp> - #include <boost/bind.hpp> - #include <boost/pool/pool.hpp> - #include <boost/noncopyable.hpp> diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py deleted file mode 100644 index 2218f1fba390..000000000000 --- a/net-p2p/deluge05/files/patch-setup.py +++ /dev/null @@ -1,40 +0,0 @@ ---- setup.py.orig 2008-05-19 17:26:22.000000000 -0500 -+++ setup.py 2008-05-19 17:28:27.000000000 -0500 -@@ -103,13 +103,13 @@ - "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1", - "-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1", - "-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1", -- "-DNDEBUG=1", "-O2"] -- if ARCH == "x64": -- EXTRA_COMPILE_ARGS.append("-DAMD64") -+ "-DNDEBUG=1"] -+# if ARCH == "x64": -+# EXTRA_COMPILE_ARGS.append("-DAMD64") - - includedirs = ['./libtorrent', './libtorrent/include', - './libtorrent/include/libtorrent', -- '/usr/include/python' + python_version] -+ '%%LOCALBASE%%/include'] - - if OS == "linux": - if os.path.exists(os.path.join(sysconfig.get_config_vars()['LIBDIR'], \ -@@ -148,7 +148,7 @@ - boost_thread = "boost_thread-mt" - - librariestype = [boost_filesystem, boost_date_time, -- boost_thread, 'z', 'pthread', 'ssl', 'crypto'] -+ boost_thread, 'z', 'ssl', 'crypto'] - - if os == "linux": - librariestype += ['rt'] -@@ -205,8 +205,10 @@ - sources.remove('libtorrent/src/file_win.cpp') - deluge_core = Extension('deluge_core', - include_dirs = includedirs, -+ library_dirs = ['%%LOCALBASE%%/lib'], - libraries = librariestype, - extra_compile_args = EXTRA_COMPILE_ARGS, -+ extra_link_args = ['%%PTHREAD_LIBS%%'], - sources = sources) - else: - sources.remove('libtorrent\\src\\file.cpp') diff --git a/net-p2p/deluge05/pkg-descr b/net-p2p/deluge05/pkg-descr deleted file mode 100644 index fc985d391ad1..000000000000 --- a/net-p2p/deluge05/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended -to bring a native, full-featured client to Linux, BSD, and other *NIX GTK -desktop environments such as Gnome and XFCE. - -Deluge uses Rasterbar's version of libtorrent as the main ingredient in its -bittorrent protocol backend. - -WWW: http://deluge-torrent.org/ diff --git a/net-p2p/deluge05/pkg-plist b/net-p2p/deluge05/pkg-plist deleted file mode 100644 index a7545ee8250d..000000000000 --- a/net-p2p/deluge05/pkg-plist +++ /dev/null @@ -1,844 +0,0 @@ -bin/deluge -%%PYTHON_SITELIBDIR%%/deluge/__init__.py -%%PYTHON_SITELIBDIR%%/deluge/__init__.pyc -%%PYTHON_SITELIBDIR%%/deluge/__init__.pyo -%%PYTHON_SITELIBDIR%%/deluge/_dbus.py -%%PYTHON_SITELIBDIR%%/deluge/_dbus.pyc -%%PYTHON_SITELIBDIR%%/deluge/_dbus.pyo -%%PYTHON_SITELIBDIR%%/deluge/common.py -%%PYTHON_SITELIBDIR%%/deluge/common.pyc -%%PYTHON_SITELIBDIR%%/deluge/common.pyo -%%PYTHON_SITELIBDIR%%/deluge/core.py -%%PYTHON_SITELIBDIR%%/deluge/core.pyc -%%PYTHON_SITELIBDIR%%/deluge/core.pyo -%%PYTHON_SITELIBDIR%%/deluge/deluge_core.so -%%PYTHON_SITELIBDIR%%/deluge/deluge_stats.py -%%PYTHON_SITELIBDIR%%/deluge/deluge_stats.pyc -%%PYTHON_SITELIBDIR%%/deluge/deluge_stats.pyo -%%PYTHON_SITELIBDIR%%/deluge/dgtk.py -%%PYTHON_SITELIBDIR%%/deluge/dgtk.pyc -%%PYTHON_SITELIBDIR%%/deluge/dgtk.pyo -%%PYTHON_SITELIBDIR%%/deluge/dialogs.py -%%PYTHON_SITELIBDIR%%/deluge/dialogs.pyc -%%PYTHON_SITELIBDIR%%/deluge/dialogs.pyo -%%PYTHON_SITELIBDIR%%/deluge/files.py -%%PYTHON_SITELIBDIR%%/deluge/files.pyc -%%PYTHON_SITELIBDIR%%/deluge/files.pyo -%%PYTHON_SITELIBDIR%%/deluge/interface.py -%%PYTHON_SITELIBDIR%%/deluge/interface.pyc -%%PYTHON_SITELIBDIR%%/deluge/interface.pyo -%%PYTHON_SITELIBDIR%%/deluge/ipc_manager.py -%%PYTHON_SITELIBDIR%%/deluge/ipc_manager.pyc -%%PYTHON_SITELIBDIR%%/deluge/ipc_manager.pyo -%%PYTHON_SITELIBDIR%%/deluge/plugins.py -%%PYTHON_SITELIBDIR%%/deluge/plugins.pyc -%%PYTHON_SITELIBDIR%%/deluge/plugins.pyo -%%PYTHON_SITELIBDIR%%/deluge/pref.py -%%PYTHON_SITELIBDIR%%/deluge/pref.pyc -%%PYTHON_SITELIBDIR%%/deluge/pref.pyo -%%PYTHON_SITELIBDIR%%/deluge/search.py -%%PYTHON_SITELIBDIR%%/deluge/search.pyc -%%PYTHON_SITELIBDIR%%/deluge/search.pyo -%%PYTHON_SITELIBDIR%%/deluge/tab_details.py -%%PYTHON_SITELIBDIR%%/deluge/tab_details.pyc -%%PYTHON_SITELIBDIR%%/deluge/tab_details.pyo -%%PYTHON_SITELIBDIR%%/deluge/wizard.py -%%PYTHON_SITELIBDIR%%/deluge/wizard.pyc -%%PYTHON_SITELIBDIR%%/deluge/wizard.pyo -share/applications/deluge.desktop -%%DATADIR%%/glade/aboutdialog.glade -%%DATADIR%%/glade/browser.glade -%%DATADIR%%/glade/browserwin.glade -%%DATADIR%%/glade/delugegtk.glade -%%DATADIR%%/glade/dgtkpopups.glade -%%DATADIR%%/glade/edit_trackers.glade -%%DATADIR%%/glade/file_tab_menu.glade -%%DATADIR%%/glade/files_dialog.glade -%%DATADIR%%/glade/list_bookmarks.glade -%%DATADIR%%/glade/merge_dialog.glade -%%DATADIR%%/glade/preferences_dialog.glade -%%DATADIR%%/glade/searchdlg.glade -%%DATADIR%%/glade/torrent_menu.glade -%%DATADIR%%/glade/tray_menu.glade -%%DATADIR%%/glade/wizard.glade -%%DATADIR%%/icons/scalable/apps/deluge.svg -%%DATADIR%%/pixmaps/browser.png -%%DATADIR%%/pixmaps/deluge-about.png -%%DATADIR%%/pixmaps/deluge.png -%%DATADIR%%/pixmaps/deluge.svg -%%DATADIR%%/pixmaps/downloading16.png -%%DATADIR%%/pixmaps/flags18x12/ad.png -%%DATADIR%%/pixmaps/flags18x12/ae.png -%%DATADIR%%/pixmaps/flags18x12/af.png -%%DATADIR%%/pixmaps/flags18x12/ag.png -%%DATADIR%%/pixmaps/flags18x12/ai.png -%%DATADIR%%/pixmaps/flags18x12/al.png -%%DATADIR%%/pixmaps/flags18x12/am.png -%%DATADIR%%/pixmaps/flags18x12/an.png -%%DATADIR%%/pixmaps/flags18x12/ao.png -%%DATADIR%%/pixmaps/flags18x12/aq.png -%%DATADIR%%/pixmaps/flags18x12/ar.png -%%DATADIR%%/pixmaps/flags18x12/as.png -%%DATADIR%%/pixmaps/flags18x12/at.png -%%DATADIR%%/pixmaps/flags18x12/au.png -%%DATADIR%%/pixmaps/flags18x12/aw.png -%%DATADIR%%/pixmaps/flags18x12/ax.png -%%DATADIR%%/pixmaps/flags18x12/az.png -%%DATADIR%%/pixmaps/flags18x12/ba.png -%%DATADIR%%/pixmaps/flags18x12/bb.png -%%DATADIR%%/pixmaps/flags18x12/bd.png -%%DATADIR%%/pixmaps/flags18x12/be.png -%%DATADIR%%/pixmaps/flags18x12/bf.png -%%DATADIR%%/pixmaps/flags18x12/bg.png -%%DATADIR%%/pixmaps/flags18x12/bh.png -%%DATADIR%%/pixmaps/flags18x12/bi.png -%%DATADIR%%/pixmaps/flags18x12/bj.png -%%DATADIR%%/pixmaps/flags18x12/bm.png -%%DATADIR%%/pixmaps/flags18x12/bn.png -%%DATADIR%%/pixmaps/flags18x12/bo.png -%%DATADIR%%/pixmaps/flags18x12/br.png -%%DATADIR%%/pixmaps/flags18x12/bs.png -%%DATADIR%%/pixmaps/flags18x12/bt.png -%%DATADIR%%/pixmaps/flags18x12/bv.png -%%DATADIR%%/pixmaps/flags18x12/bw.png -%%DATADIR%%/pixmaps/flags18x12/by.png -%%DATADIR%%/pixmaps/flags18x12/bz.png -%%DATADIR%%/pixmaps/flags18x12/ca.png -%%DATADIR%%/pixmaps/flags18x12/cc.png -%%DATADIR%%/pixmaps/flags18x12/cd.png -%%DATADIR%%/pixmaps/flags18x12/cf.png -%%DATADIR%%/pixmaps/flags18x12/cg.png -%%DATADIR%%/pixmaps/flags18x12/ch.png -%%DATADIR%%/pixmaps/flags18x12/ci.png -%%DATADIR%%/pixmaps/flags18x12/ck.png -%%DATADIR%%/pixmaps/flags18x12/cl.png -%%DATADIR%%/pixmaps/flags18x12/cm.png -%%DATADIR%%/pixmaps/flags18x12/cn.png -%%DATADIR%%/pixmaps/flags18x12/co.png -%%DATADIR%%/pixmaps/flags18x12/cr.png -%%DATADIR%%/pixmaps/flags18x12/cs.png -%%DATADIR%%/pixmaps/flags18x12/cu.png -%%DATADIR%%/pixmaps/flags18x12/cv.png -%%DATADIR%%/pixmaps/flags18x12/cx.png -%%DATADIR%%/pixmaps/flags18x12/cy.png -%%DATADIR%%/pixmaps/flags18x12/cz.png -%%DATADIR%%/pixmaps/flags18x12/de.png -%%DATADIR%%/pixmaps/flags18x12/dj.png -%%DATADIR%%/pixmaps/flags18x12/dk.png -%%DATADIR%%/pixmaps/flags18x12/dm.png -%%DATADIR%%/pixmaps/flags18x12/do.png -%%DATADIR%%/pixmaps/flags18x12/dz.png -%%DATADIR%%/pixmaps/flags18x12/ec.png -%%DATADIR%%/pixmaps/flags18x12/ee.png -%%DATADIR%%/pixmaps/flags18x12/eg.png -%%DATADIR%%/pixmaps/flags18x12/eh.png -%%DATADIR%%/pixmaps/flags18x12/er.png -%%DATADIR%%/pixmaps/flags18x12/es.png -%%DATADIR%%/pixmaps/flags18x12/et.png -%%DATADIR%%/pixmaps/flags18x12/fi.png -%%DATADIR%%/pixmaps/flags18x12/fj.png -%%DATADIR%%/pixmaps/flags18x12/fk.png -%%DATADIR%%/pixmaps/flags18x12/fm.png -%%DATADIR%%/pixmaps/flags18x12/fo.png -%%DATADIR%%/pixmaps/flags18x12/fr.png -%%DATADIR%%/pixmaps/flags18x12/fx.png -%%DATADIR%%/pixmaps/flags18x12/ga.png -%%DATADIR%%/pixmaps/flags18x12/gb.png -%%DATADIR%%/pixmaps/flags18x12/gd.png -%%DATADIR%%/pixmaps/flags18x12/ge.png -%%DATADIR%%/pixmaps/flags18x12/gf.png -%%DATADIR%%/pixmaps/flags18x12/gg.png -%%DATADIR%%/pixmaps/flags18x12/gh.png -%%DATADIR%%/pixmaps/flags18x12/gi.png -%%DATADIR%%/pixmaps/flags18x12/gl.png -%%DATADIR%%/pixmaps/flags18x12/gm.png -%%DATADIR%%/pixmaps/flags18x12/gn.png -%%DATADIR%%/pixmaps/flags18x12/gp.png -%%DATADIR%%/pixmaps/flags18x12/gq.png -%%DATADIR%%/pixmaps/flags18x12/gr.png -%%DATADIR%%/pixmaps/flags18x12/gs.png -%%DATADIR%%/pixmaps/flags18x12/gt.png -%%DATADIR%%/pixmaps/flags18x12/gu.png -%%DATADIR%%/pixmaps/flags18x12/gw.png -%%DATADIR%%/pixmaps/flags18x12/gy.png -%%DATADIR%%/pixmaps/flags18x12/hk.png -%%DATADIR%%/pixmaps/flags18x12/hm.png -%%DATADIR%%/pixmaps/flags18x12/hn.png -%%DATADIR%%/pixmaps/flags18x12/hr.png -%%DATADIR%%/pixmaps/flags18x12/ht.png -%%DATADIR%%/pixmaps/flags18x12/hu.png -%%DATADIR%%/pixmaps/flags18x12/id.png -%%DATADIR%%/pixmaps/flags18x12/ie.png -%%DATADIR%%/pixmaps/flags18x12/il.png -%%DATADIR%%/pixmaps/flags18x12/in.png -%%DATADIR%%/pixmaps/flags18x12/io.png -%%DATADIR%%/pixmaps/flags18x12/iq.png -%%DATADIR%%/pixmaps/flags18x12/ir.png -%%DATADIR%%/pixmaps/flags18x12/is.png -%%DATADIR%%/pixmaps/flags18x12/it.png -%%DATADIR%%/pixmaps/flags18x12/je.png -%%DATADIR%%/pixmaps/flags18x12/jm.png -%%DATADIR%%/pixmaps/flags18x12/jo.png -%%DATADIR%%/pixmaps/flags18x12/jp.png -%%DATADIR%%/pixmaps/flags18x12/ke.png -%%DATADIR%%/pixmaps/flags18x12/kg.png -%%DATADIR%%/pixmaps/flags18x12/kh.png -%%DATADIR%%/pixmaps/flags18x12/ki.png -%%DATADIR%%/pixmaps/flags18x12/km.png -%%DATADIR%%/pixmaps/flags18x12/kn.png -%%DATADIR%%/pixmaps/flags18x12/kp.png -%%DATADIR%%/pixmaps/flags18x12/kr.png -%%DATADIR%%/pixmaps/flags18x12/kw.png -%%DATADIR%%/pixmaps/flags18x12/ky.png -%%DATADIR%%/pixmaps/flags18x12/kz.png -%%DATADIR%%/pixmaps/flags18x12/la.png -%%DATADIR%%/pixmaps/flags18x12/lb.png -%%DATADIR%%/pixmaps/flags18x12/lc.png -%%DATADIR%%/pixmaps/flags18x12/li.png -%%DATADIR%%/pixmaps/flags18x12/lk.png -%%DATADIR%%/pixmaps/flags18x12/lr.png -%%DATADIR%%/pixmaps/flags18x12/ls.png -%%DATADIR%%/pixmaps/flags18x12/lt.png -%%DATADIR%%/pixmaps/flags18x12/lu.png -%%DATADIR%%/pixmaps/flags18x12/lv.png -%%DATADIR%%/pixmaps/flags18x12/ly.png -%%DATADIR%%/pixmaps/flags18x12/ma.png -%%DATADIR%%/pixmaps/flags18x12/mc.png -%%DATADIR%%/pixmaps/flags18x12/md.png -%%DATADIR%%/pixmaps/flags18x12/me.png -%%DATADIR%%/pixmaps/flags18x12/mg.png -%%DATADIR%%/pixmaps/flags18x12/mh.png -%%DATADIR%%/pixmaps/flags18x12/mk.png -%%DATADIR%%/pixmaps/flags18x12/ml.png -%%DATADIR%%/pixmaps/flags18x12/mm.png -%%DATADIR%%/pixmaps/flags18x12/mn.png -%%DATADIR%%/pixmaps/flags18x12/mo.png -%%DATADIR%%/pixmaps/flags18x12/mp.png -%%DATADIR%%/pixmaps/flags18x12/mq.png -%%DATADIR%%/pixmaps/flags18x12/mr.png -%%DATADIR%%/pixmaps/flags18x12/ms.png -%%DATADIR%%/pixmaps/flags18x12/mt.png -%%DATADIR%%/pixmaps/flags18x12/mu.png -%%DATADIR%%/pixmaps/flags18x12/mv.png -%%DATADIR%%/pixmaps/flags18x12/mw.png -%%DATADIR%%/pixmaps/flags18x12/mx.png -%%DATADIR%%/pixmaps/flags18x12/my.png -%%DATADIR%%/pixmaps/flags18x12/mz.png -%%DATADIR%%/pixmaps/flags18x12/na.png -%%DATADIR%%/pixmaps/flags18x12/nc.png -%%DATADIR%%/pixmaps/flags18x12/ne.png -%%DATADIR%%/pixmaps/flags18x12/nf.png -%%DATADIR%%/pixmaps/flags18x12/ng.png -%%DATADIR%%/pixmaps/flags18x12/ni.png -%%DATADIR%%/pixmaps/flags18x12/nl.png -%%DATADIR%%/pixmaps/flags18x12/no.png -%%DATADIR%%/pixmaps/flags18x12/np.png -%%DATADIR%%/pixmaps/flags18x12/nr.png -%%DATADIR%%/pixmaps/flags18x12/nu.png -%%DATADIR%%/pixmaps/flags18x12/nz.png -%%DATADIR%%/pixmaps/flags18x12/om.png -%%DATADIR%%/pixmaps/flags18x12/pa.png -%%DATADIR%%/pixmaps/flags18x12/pe.png -%%DATADIR%%/pixmaps/flags18x12/pf.png -%%DATADIR%%/pixmaps/flags18x12/pg.png -%%DATADIR%%/pixmaps/flags18x12/ph.png -%%DATADIR%%/pixmaps/flags18x12/pk.png -%%DATADIR%%/pixmaps/flags18x12/pl.png -%%DATADIR%%/pixmaps/flags18x12/pm.png -%%DATADIR%%/pixmaps/flags18x12/pn.png -%%DATADIR%%/pixmaps/flags18x12/pr.png -%%DATADIR%%/pixmaps/flags18x12/ps.png -%%DATADIR%%/pixmaps/flags18x12/pt.png -%%DATADIR%%/pixmaps/flags18x12/pw.png -%%DATADIR%%/pixmaps/flags18x12/py.png -%%DATADIR%%/pixmaps/flags18x12/qa.png -%%DATADIR%%/pixmaps/flags18x12/re.png -%%DATADIR%%/pixmaps/flags18x12/ro.png -%%DATADIR%%/pixmaps/flags18x12/rs.png -%%DATADIR%%/pixmaps/flags18x12/ru.png -%%DATADIR%%/pixmaps/flags18x12/rw.png -%%DATADIR%%/pixmaps/flags18x12/sa.png -%%DATADIR%%/pixmaps/flags18x12/sb.png -%%DATADIR%%/pixmaps/flags18x12/sc.png -%%DATADIR%%/pixmaps/flags18x12/sd.png -%%DATADIR%%/pixmaps/flags18x12/se.png -%%DATADIR%%/pixmaps/flags18x12/sg.png -%%DATADIR%%/pixmaps/flags18x12/sh.png -%%DATADIR%%/pixmaps/flags18x12/si.png -%%DATADIR%%/pixmaps/flags18x12/sj.png -%%DATADIR%%/pixmaps/flags18x12/sk.png -%%DATADIR%%/pixmaps/flags18x12/sl.png -%%DATADIR%%/pixmaps/flags18x12/sm.png -%%DATADIR%%/pixmaps/flags18x12/sn.png -%%DATADIR%%/pixmaps/flags18x12/so.png -%%DATADIR%%/pixmaps/flags18x12/sr.png -%%DATADIR%%/pixmaps/flags18x12/st.png -%%DATADIR%%/pixmaps/flags18x12/sv.png -%%DATADIR%%/pixmaps/flags18x12/sy.png -%%DATADIR%%/pixmaps/flags18x12/sz.png -%%DATADIR%%/pixmaps/flags18x12/tc.png -%%DATADIR%%/pixmaps/flags18x12/td.png -%%DATADIR%%/pixmaps/flags18x12/tf.png -%%DATADIR%%/pixmaps/flags18x12/tg.png -%%DATADIR%%/pixmaps/flags18x12/th.png -%%DATADIR%%/pixmaps/flags18x12/tj.png -%%DATADIR%%/pixmaps/flags18x12/tk.png -%%DATADIR%%/pixmaps/flags18x12/tl.png -%%DATADIR%%/pixmaps/flags18x12/tm.png -%%DATADIR%%/pixmaps/flags18x12/tn.png -%%DATADIR%%/pixmaps/flags18x12/to.png -%%DATADIR%%/pixmaps/flags18x12/tp.png -%%DATADIR%%/pixmaps/flags18x12/tr.png -%%DATADIR%%/pixmaps/flags18x12/tt.png -%%DATADIR%%/pixmaps/flags18x12/tv.png -%%DATADIR%%/pixmaps/flags18x12/tw.png -%%DATADIR%%/pixmaps/flags18x12/tz.png -%%DATADIR%%/pixmaps/flags18x12/ua.png -%%DATADIR%%/pixmaps/flags18x12/ug.png -%%DATADIR%%/pixmaps/flags18x12/um.png -%%DATADIR%%/pixmaps/flags18x12/us.png -%%DATADIR%%/pixmaps/flags18x12/uy.png -%%DATADIR%%/pixmaps/flags18x12/uz.png -%%DATADIR%%/pixmaps/flags18x12/va.png -%%DATADIR%%/pixmaps/flags18x12/vc.png -%%DATADIR%%/pixmaps/flags18x12/ve.png -%%DATADIR%%/pixmaps/flags18x12/vg.png -%%DATADIR%%/pixmaps/flags18x12/vi.png -%%DATADIR%%/pixmaps/flags18x12/vn.png -%%DATADIR%%/pixmaps/flags18x12/vu.png -%%DATADIR%%/pixmaps/flags18x12/wf.png -%%DATADIR%%/pixmaps/flags18x12/ws.png -%%DATADIR%%/pixmaps/flags18x12/ye.png -%%DATADIR%%/pixmaps/flags18x12/yt.png -%%DATADIR%%/pixmaps/flags18x12/yu.png -%%DATADIR%%/pixmaps/flags18x12/za.png -%%DATADIR%%/pixmaps/flags18x12/zm.png -%%DATADIR%%/pixmaps/flags18x12/zw.png -%%DATADIR%%/pixmaps/flags25x15/ad.png -%%DATADIR%%/pixmaps/flags25x15/ae.png -%%DATADIR%%/pixmaps/flags25x15/af.png -%%DATADIR%%/pixmaps/flags25x15/ag.png -%%DATADIR%%/pixmaps/flags25x15/ai.png -%%DATADIR%%/pixmaps/flags25x15/al.png -%%DATADIR%%/pixmaps/flags25x15/am.png -%%DATADIR%%/pixmaps/flags25x15/an.png -%%DATADIR%%/pixmaps/flags25x15/ao.png -%%DATADIR%%/pixmaps/flags25x15/aq.png -%%DATADIR%%/pixmaps/flags25x15/ar.png -%%DATADIR%%/pixmaps/flags25x15/as.png -%%DATADIR%%/pixmaps/flags25x15/at.png -%%DATADIR%%/pixmaps/flags25x15/au.png -%%DATADIR%%/pixmaps/flags25x15/aw.png -%%DATADIR%%/pixmaps/flags25x15/ax.png -%%DATADIR%%/pixmaps/flags25x15/az.png -%%DATADIR%%/pixmaps/flags25x15/ba.png -%%DATADIR%%/pixmaps/flags25x15/bb.png -%%DATADIR%%/pixmaps/flags25x15/bd.png -%%DATADIR%%/pixmaps/flags25x15/be.png -%%DATADIR%%/pixmaps/flags25x15/bf.png -%%DATADIR%%/pixmaps/flags25x15/bg.png -%%DATADIR%%/pixmaps/flags25x15/bh.png -%%DATADIR%%/pixmaps/flags25x15/bi.png -%%DATADIR%%/pixmaps/flags25x15/bj.png -%%DATADIR%%/pixmaps/flags25x15/bm.png -%%DATADIR%%/pixmaps/flags25x15/bn.png -%%DATADIR%%/pixmaps/flags25x15/bo.png -%%DATADIR%%/pixmaps/flags25x15/br.png -%%DATADIR%%/pixmaps/flags25x15/bs.png -%%DATADIR%%/pixmaps/flags25x15/bt.png -%%DATADIR%%/pixmaps/flags25x15/bv.png -%%DATADIR%%/pixmaps/flags25x15/bw.png -%%DATADIR%%/pixmaps/flags25x15/by.png -%%DATADIR%%/pixmaps/flags25x15/bz.png -%%DATADIR%%/pixmaps/flags25x15/ca.png -%%DATADIR%%/pixmaps/flags25x15/cc.png -%%DATADIR%%/pixmaps/flags25x15/cd.png -%%DATADIR%%/pixmaps/flags25x15/cf.png -%%DATADIR%%/pixmaps/flags25x15/cg.png -%%DATADIR%%/pixmaps/flags25x15/ch.png -%%DATADIR%%/pixmaps/flags25x15/ci.png -%%DATADIR%%/pixmaps/flags25x15/ck.png -%%DATADIR%%/pixmaps/flags25x15/cl.png -%%DATADIR%%/pixmaps/flags25x15/cm.png -%%DATADIR%%/pixmaps/flags25x15/cn.png -%%DATADIR%%/pixmaps/flags25x15/co.png -%%DATADIR%%/pixmaps/flags25x15/cr.png -%%DATADIR%%/pixmaps/flags25x15/cs.png -%%DATADIR%%/pixmaps/flags25x15/cu.png -%%DATADIR%%/pixmaps/flags25x15/cv.png -%%DATADIR%%/pixmaps/flags25x15/cx.png -%%DATADIR%%/pixmaps/flags25x15/cy.png -%%DATADIR%%/pixmaps/flags25x15/cz.png -%%DATADIR%%/pixmaps/flags25x15/de.png -%%DATADIR%%/pixmaps/flags25x15/dj.png -%%DATADIR%%/pixmaps/flags25x15/dk.png -%%DATADIR%%/pixmaps/flags25x15/dm.png -%%DATADIR%%/pixmaps/flags25x15/do.png -%%DATADIR%%/pixmaps/flags25x15/dz.png -%%DATADIR%%/pixmaps/flags25x15/ec.png -%%DATADIR%%/pixmaps/flags25x15/ee.png -%%DATADIR%%/pixmaps/flags25x15/eg.png -%%DATADIR%%/pixmaps/flags25x15/eh.png -%%DATADIR%%/pixmaps/flags25x15/er.png -%%DATADIR%%/pixmaps/flags25x15/es.png -%%DATADIR%%/pixmaps/flags25x15/et.png -%%DATADIR%%/pixmaps/flags25x15/fi.png -%%DATADIR%%/pixmaps/flags25x15/fj.png -%%DATADIR%%/pixmaps/flags25x15/fk.png -%%DATADIR%%/pixmaps/flags25x15/fm.png -%%DATADIR%%/pixmaps/flags25x15/fo.png -%%DATADIR%%/pixmaps/flags25x15/fr.png -%%DATADIR%%/pixmaps/flags25x15/fx.png -%%DATADIR%%/pixmaps/flags25x15/ga.png -%%DATADIR%%/pixmaps/flags25x15/gb.png -%%DATADIR%%/pixmaps/flags25x15/gd.png -%%DATADIR%%/pixmaps/flags25x15/ge.png -%%DATADIR%%/pixmaps/flags25x15/gf.png -%%DATADIR%%/pixmaps/flags25x15/gg.png -%%DATADIR%%/pixmaps/flags25x15/gh.png -%%DATADIR%%/pixmaps/flags25x15/gi.png -%%DATADIR%%/pixmaps/flags25x15/gl.png -%%DATADIR%%/pixmaps/flags25x15/gm.png -%%DATADIR%%/pixmaps/flags25x15/gn.png -%%DATADIR%%/pixmaps/flags25x15/gp.png -%%DATADIR%%/pixmaps/flags25x15/gq.png -%%DATADIR%%/pixmaps/flags25x15/gr.png -%%DATADIR%%/pixmaps/flags25x15/gs.png -%%DATADIR%%/pixmaps/flags25x15/gt.png -%%DATADIR%%/pixmaps/flags25x15/gu.png -%%DATADIR%%/pixmaps/flags25x15/gw.png -%%DATADIR%%/pixmaps/flags25x15/gy.png -%%DATADIR%%/pixmaps/flags25x15/hk.png -%%DATADIR%%/pixmaps/flags25x15/hm.png -%%DATADIR%%/pixmaps/flags25x15/hn.png -%%DATADIR%%/pixmaps/flags25x15/hr.png -%%DATADIR%%/pixmaps/flags25x15/ht.png -%%DATADIR%%/pixmaps/flags25x15/hu.png -%%DATADIR%%/pixmaps/flags25x15/id.png -%%DATADIR%%/pixmaps/flags25x15/ie.png -%%DATADIR%%/pixmaps/flags25x15/il.png -%%DATADIR%%/pixmaps/flags25x15/in.png -%%DATADIR%%/pixmaps/flags25x15/io.png -%%DATADIR%%/pixmaps/flags25x15/iq.png -%%DATADIR%%/pixmaps/flags25x15/ir.png -%%DATADIR%%/pixmaps/flags25x15/is.png -%%DATADIR%%/pixmaps/flags25x15/it.png -%%DATADIR%%/pixmaps/flags25x15/je.png -%%DATADIR%%/pixmaps/flags25x15/jm.png -%%DATADIR%%/pixmaps/flags25x15/jo.png -%%DATADIR%%/pixmaps/flags25x15/jp.png -%%DATADIR%%/pixmaps/flags25x15/ke.png -%%DATADIR%%/pixmaps/flags25x15/kg.png -%%DATADIR%%/pixmaps/flags25x15/kh.png -%%DATADIR%%/pixmaps/flags25x15/ki.png -%%DATADIR%%/pixmaps/flags25x15/km.png -%%DATADIR%%/pixmaps/flags25x15/kn.png -%%DATADIR%%/pixmaps/flags25x15/kp.png -%%DATADIR%%/pixmaps/flags25x15/kr.png -%%DATADIR%%/pixmaps/flags25x15/kw.png -%%DATADIR%%/pixmaps/flags25x15/ky.png -%%DATADIR%%/pixmaps/flags25x15/kz.png -%%DATADIR%%/pixmaps/flags25x15/la.png -%%DATADIR%%/pixmaps/flags25x15/lb.png -%%DATADIR%%/pixmaps/flags25x15/lc.png -%%DATADIR%%/pixmaps/flags25x15/li.png -%%DATADIR%%/pixmaps/flags25x15/lk.png -%%DATADIR%%/pixmaps/flags25x15/lr.png -%%DATADIR%%/pixmaps/flags25x15/ls.png -%%DATADIR%%/pixmaps/flags25x15/lt.png -%%DATADIR%%/pixmaps/flags25x15/lu.png -%%DATADIR%%/pixmaps/flags25x15/lv.png -%%DATADIR%%/pixmaps/flags25x15/ly.png -%%DATADIR%%/pixmaps/flags25x15/ma.png -%%DATADIR%%/pixmaps/flags25x15/mc.png -%%DATADIR%%/pixmaps/flags25x15/md.png -%%DATADIR%%/pixmaps/flags25x15/me.png -%%DATADIR%%/pixmaps/flags25x15/mg.png -%%DATADIR%%/pixmaps/flags25x15/mh.png -%%DATADIR%%/pixmaps/flags25x15/mk.png -%%DATADIR%%/pixmaps/flags25x15/ml.png -%%DATADIR%%/pixmaps/flags25x15/mm.png -%%DATADIR%%/pixmaps/flags25x15/mn.png -%%DATADIR%%/pixmaps/flags25x15/mo.png -%%DATADIR%%/pixmaps/flags25x15/mp.png -%%DATADIR%%/pixmaps/flags25x15/mq.png -%%DATADIR%%/pixmaps/flags25x15/mr.png -%%DATADIR%%/pixmaps/flags25x15/ms.png -%%DATADIR%%/pixmaps/flags25x15/mt.png -%%DATADIR%%/pixmaps/flags25x15/mu.png -%%DATADIR%%/pixmaps/flags25x15/mv.png -%%DATADIR%%/pixmaps/flags25x15/mw.png -%%DATADIR%%/pixmaps/flags25x15/mx.png -%%DATADIR%%/pixmaps/flags25x15/my.png -%%DATADIR%%/pixmaps/flags25x15/mz.png -%%DATADIR%%/pixmaps/flags25x15/na.png -%%DATADIR%%/pixmaps/flags25x15/nc.png -%%DATADIR%%/pixmaps/flags25x15/ne.png -%%DATADIR%%/pixmaps/flags25x15/nf.png -%%DATADIR%%/pixmaps/flags25x15/ng.png -%%DATADIR%%/pixmaps/flags25x15/ni.png -%%DATADIR%%/pixmaps/flags25x15/nl.png -%%DATADIR%%/pixmaps/flags25x15/no.png -%%DATADIR%%/pixmaps/flags25x15/np.png -%%DATADIR%%/pixmaps/flags25x15/nr.png -%%DATADIR%%/pixmaps/flags25x15/nu.png -%%DATADIR%%/pixmaps/flags25x15/nz.png -%%DATADIR%%/pixmaps/flags25x15/om.png -%%DATADIR%%/pixmaps/flags25x15/pa.png -%%DATADIR%%/pixmaps/flags25x15/pe.png -%%DATADIR%%/pixmaps/flags25x15/pf.png -%%DATADIR%%/pixmaps/flags25x15/pg.png -%%DATADIR%%/pixmaps/flags25x15/ph.png -%%DATADIR%%/pixmaps/flags25x15/pk.png -%%DATADIR%%/pixmaps/flags25x15/pl.png -%%DATADIR%%/pixmaps/flags25x15/pm.png -%%DATADIR%%/pixmaps/flags25x15/pn.png -%%DATADIR%%/pixmaps/flags25x15/pr.png -%%DATADIR%%/pixmaps/flags25x15/ps.png -%%DATADIR%%/pixmaps/flags25x15/pt.png -%%DATADIR%%/pixmaps/flags25x15/pw.png -%%DATADIR%%/pixmaps/flags25x15/py.png -%%DATADIR%%/pixmaps/flags25x15/qa.png -%%DATADIR%%/pixmaps/flags25x15/re.png -%%DATADIR%%/pixmaps/flags25x15/ro.png -%%DATADIR%%/pixmaps/flags25x15/rs.png -%%DATADIR%%/pixmaps/flags25x15/ru.png -%%DATADIR%%/pixmaps/flags25x15/rw.png -%%DATADIR%%/pixmaps/flags25x15/sa.png -%%DATADIR%%/pixmaps/flags25x15/sb.png -%%DATADIR%%/pixmaps/flags25x15/sc.png -%%DATADIR%%/pixmaps/flags25x15/sd.png -%%DATADIR%%/pixmaps/flags25x15/se.png -%%DATADIR%%/pixmaps/flags25x15/sg.png -%%DATADIR%%/pixmaps/flags25x15/sh.png -%%DATADIR%%/pixmaps/flags25x15/si.png -%%DATADIR%%/pixmaps/flags25x15/sj.png -%%DATADIR%%/pixmaps/flags25x15/sk.png -%%DATADIR%%/pixmaps/flags25x15/sl.png -%%DATADIR%%/pixmaps/flags25x15/sm.png -%%DATADIR%%/pixmaps/flags25x15/sn.png -%%DATADIR%%/pixmaps/flags25x15/so.png -%%DATADIR%%/pixmaps/flags25x15/sr.png -%%DATADIR%%/pixmaps/flags25x15/st.png -%%DATADIR%%/pixmaps/flags25x15/sv.png -%%DATADIR%%/pixmaps/flags25x15/sy.png -%%DATADIR%%/pixmaps/flags25x15/sz.png -%%DATADIR%%/pixmaps/flags25x15/tc.png -%%DATADIR%%/pixmaps/flags25x15/td.png -%%DATADIR%%/pixmaps/flags25x15/tf.png -%%DATADIR%%/pixmaps/flags25x15/tg.png -%%DATADIR%%/pixmaps/flags25x15/th.png -%%DATADIR%%/pixmaps/flags25x15/tj.png -%%DATADIR%%/pixmaps/flags25x15/tk.png -%%DATADIR%%/pixmaps/flags25x15/tl.png -%%DATADIR%%/pixmaps/flags25x15/tm.png -%%DATADIR%%/pixmaps/flags25x15/tn.png -%%DATADIR%%/pixmaps/flags25x15/to.png -%%DATADIR%%/pixmaps/flags25x15/tp.png -%%DATADIR%%/pixmaps/flags25x15/tr.png -%%DATADIR%%/pixmaps/flags25x15/tt.png -%%DATADIR%%/pixmaps/flags25x15/tv.png -%%DATADIR%%/pixmaps/flags25x15/tw.png -%%DATADIR%%/pixmaps/flags25x15/tz.png -%%DATADIR%%/pixmaps/flags25x15/ua.png -%%DATADIR%%/pixmaps/flags25x15/ug.png -%%DATADIR%%/pixmaps/flags25x15/um.png -%%DATADIR%%/pixmaps/flags25x15/us.png -%%DATADIR%%/pixmaps/flags25x15/uy.png -%%DATADIR%%/pixmaps/flags25x15/uz.png -%%DATADIR%%/pixmaps/flags25x15/va.png -%%DATADIR%%/pixmaps/flags25x15/vc.png -%%DATADIR%%/pixmaps/flags25x15/ve.png -%%DATADIR%%/pixmaps/flags25x15/vg.png -%%DATADIR%%/pixmaps/flags25x15/vi.png -%%DATADIR%%/pixmaps/flags25x15/vn.png -%%DATADIR%%/pixmaps/flags25x15/vu.png -%%DATADIR%%/pixmaps/flags25x15/wf.png -%%DATADIR%%/pixmaps/flags25x15/ws.png -%%DATADIR%%/pixmaps/flags25x15/ye.png -%%DATADIR%%/pixmaps/flags25x15/yt.png -%%DATADIR%%/pixmaps/flags25x15/yu.png -%%DATADIR%%/pixmaps/flags25x15/za.png -%%DATADIR%%/pixmaps/flags25x15/zm.png -%%DATADIR%%/pixmaps/flags25x15/zw.png -%%DATADIR%%/pixmaps/inactive16.png -%%DATADIR%%/pixmaps/seeding16.png -%%DATADIR%%/plugins/BlocklistImport/__init__.py -%%DATADIR%%/plugins/BlocklistImport/listfile1.txt -%%DATADIR%%/plugins/BlocklistImport/listfile2.txt -%%DATADIR%%/plugins/BlocklistImport/nipfilter.dat.gz -%%DATADIR%%/plugins/BlocklistImport/peerguardian.py -%%DATADIR%%/plugins/BlocklistImport/pg.txt -%%DATADIR%%/plugins/BlocklistImport/splist.txt -%%DATADIR%%/plugins/BlocklistImport/test.py -%%DATADIR%%/plugins/BlocklistImport/text.py -%%DATADIR%%/plugins/BlocklistImport/ui.py -%%DATADIR%%/plugins/DesiredRatio/__init__.py -%%DATADIR%%/plugins/EventLogging/__init__.py -%%DATADIR%%/plugins/EventLogging/event_logging_preferences.glade -%%DATADIR%%/plugins/EventLogging/tab_log.py -%%DATADIR%%/plugins/FlexRSS/CalendarButton.py -%%DATADIR%%/plugins/FlexRSS/FlexRSS.glade -%%DATADIR%%/plugins/FlexRSS/FlexRSS.png -%%DATADIR%%/plugins/FlexRSS/FlexRSS.svg -%%DATADIR%%/plugins/FlexRSS/__init__.py -%%DATADIR%%/plugins/FlexRSS/feedparser.py -%%DATADIR%%/plugins/FlexRSS/plugin.py -%%DATADIR%%/plugins/MoveTorrent/__init__.py -%%DATADIR%%/plugins/MoveTorrent/movetorrent.glade -%%DATADIR%%/plugins/NetworkGraph/__init__.py -%%DATADIR%%/plugins/NetworkGraph/graph_preferences.glade -%%DATADIR%%/plugins/NetworkGraph/tab_graph.py -%%DATADIR%%/plugins/NetworkHealth/__init__.py -%%DATADIR%%/plugins/NetworkHealth/plugin.py -%%DATADIR%%/plugins/Scheduler/__init__.py -%%DATADIR%%/plugins/Scheduler/plugin.py -%%DATADIR%%/plugins/Search/__init__.py -%%DATADIR%%/plugins/Search/searchdlg.glade -%%DATADIR%%/plugins/SpeedLimiter/__init__.py -%%DATADIR%%/plugins/TorrentCreator/__init__.py -%%DATADIR%%/plugins/TorrentCreator/torrentcreator.glade -%%DATADIR%%/plugins/TorrentFiles/__init__.py -%%DATADIR%%/plugins/TorrentFiles/files_preferences.glade -%%DATADIR%%/plugins/TorrentFiles/tab_files.py -%%DATADIR%%/plugins/TorrentNotification/__init__.py -%%DATADIR%%/plugins/TorrentNotification/notification_preferences.glade -%%DATADIR%%/plugins/TorrentPeers/__init__.py -%%DATADIR%%/plugins/TorrentPeers/peers_preferences.glade -%%DATADIR%%/plugins/TorrentPeers/tab_peers.py -%%DATADIR%%/plugins/WebSeed/__init__.py -%%DATADIR%%/plugins/WebSeed/webseed.glade -%%DATADIR%%/plugins/WebUi/LICENSE -%%DATADIR%%/plugins/WebUi/TODO -%%DATADIR%%/plugins/WebUi/__init__.py -%%DATADIR%%/plugins/WebUi/dbus_interface.py -%%DATADIR%%/plugins/WebUi/debugerror.py -%%DATADIR%%/plugins/WebUi/deluge_webserver.py -%%DATADIR%%/plugins/WebUi/json_api.py -%%DATADIR%%/plugins/WebUi/lib/__init__.py -%%DATADIR%%/plugins/WebUi/lib/gtk_cherrypy_wsgiserver.py -%%DATADIR%%/plugins/WebUi/lib/pythonize.py -%%DATADIR%%/plugins/WebUi/lib/readme.txt -%%DATADIR%%/plugins/WebUi/lib/static_handler.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/Dependency-not-really part of webui.txt -%%DATADIR%%/plugins/WebUi/lib/webpy022/__init__.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/changes.txt -%%DATADIR%%/plugins/WebUi/lib/webpy022/cheetah.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/db.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/debugerror.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/form.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/http.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/httpserver.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/net.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/request.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/template.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/utils.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/webapi.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/wsgi.py -%%DATADIR%%/plugins/WebUi/lib/webpy022/wsgiserver/__init__.py -%%DATADIR%%/plugins/WebUi/revno -%%DATADIR%%/plugins/WebUi/run_webserver -%%DATADIR%%/plugins/WebUi/scripts/add_torrent_to_deluge_webui -%%DATADIR%%/plugins/WebUi/scripts/add_torrents_to_deluge.user.js -%%DATADIR%%/plugins/WebUi/scripts/build_webui_tarball.sh -%%DATADIR%%/plugins/WebUi/scripts/curl-example -%%DATADIR%%/plugins/WebUi/scripts/extract_template_strings.py -%%DATADIR%%/plugins/WebUi/scripts/template_strings.py -%%DATADIR%%/plugins/WebUi/ssl/deluge.key -%%DATADIR%%/plugins/WebUi/ssl/deluge.pem -%%DATADIR%%/plugins/WebUi/static/images/deluge_icon.gif -%%DATADIR%%/plugins/WebUi/static/images/downloading16.png -%%DATADIR%%/plugins/WebUi/static/images/inactive16.png -%%DATADIR%%/plugins/WebUi/static/images/seeding16.png -%%DATADIR%%/plugins/WebUi/static/images/simple_bg.jpg -%%DATADIR%%/plugins/WebUi/static/images/simple_line.jpg -%%DATADIR%%/plugins/WebUi/static/images/simple_logo.jpg -%%DATADIR%%/plugins/WebUi/static/images/tango/details.png -%%DATADIR%%/plugins/WebUi/static/images/tango/down.png -%%DATADIR%%/plugins/WebUi/static/images/tango/list-add.png -%%DATADIR%%/plugins/WebUi/static/images/tango/list-remove.png -%%DATADIR%%/plugins/WebUi/static/images/tango/pause.png -%%DATADIR%%/plugins/WebUi/static/images/tango/preferences-system.png -%%DATADIR%%/plugins/WebUi/static/images/tango/process-stop.png -%%DATADIR%%/plugins/WebUi/static/images/tango/queue-down.png -%%DATADIR%%/plugins/WebUi/static/images/tango/queue-up.png -%%DATADIR%%/plugins/WebUi/static/images/tango/start.png -%%DATADIR%%/plugins/WebUi/static/images/tango/stop.png -%%DATADIR%%/plugins/WebUi/static/images/tango/system-log-out.png -%%DATADIR%%/plugins/WebUi/static/images/tango/up.png -%%DATADIR%%/plugins/WebUi/static/images/tango/user-trash.png -%%DATADIR%%/plugins/WebUi/static/images/tango/view-refresh.png -%%DATADIR%%/plugins/WebUi/static/simple_site_style.css -%%DATADIR%%/plugins/WebUi/templates/advanced/header.html -%%DATADIR%%/plugins/WebUi/templates/advanced/index.html -%%DATADIR%%/plugins/WebUi/templates/advanced/part_categories.html -%%DATADIR%%/plugins/WebUi/templates/advanced/part_stats.html -%%DATADIR%%/plugins/WebUi/templates/advanced/part_tb_button.html -%%DATADIR%%/plugins/WebUi/templates/advanced/static/advanced.css -%%DATADIR%%/plugins/WebUi/templates/advanced/static/deluge.js -%%DATADIR%%/plugins/WebUi/templates/advanced/static/scrolling_table.css -%%DATADIR%%/plugins/WebUi/templates/advanced/torrent_info_inner.html -%%DATADIR%%/plugins/WebUi/templates/deluge/about.html -%%DATADIR%%/plugins/WebUi/templates/deluge/authors.txt -%%DATADIR%%/plugins/WebUi/templates/deluge/config.html -%%DATADIR%%/plugins/WebUi/templates/deluge/error.html -%%DATADIR%%/plugins/WebUi/templates/deluge/footer.html -%%DATADIR%%/plugins/WebUi/templates/deluge/header.html -%%DATADIR%%/plugins/WebUi/templates/deluge/index.html -%%DATADIR%%/plugins/WebUi/templates/deluge/login.html -%%DATADIR%%/plugins/WebUi/templates/deluge/part_button.html -%%DATADIR%%/plugins/WebUi/templates/deluge/part_stats.html -%%DATADIR%%/plugins/WebUi/templates/deluge/refresh_form.html -%%DATADIR%%/plugins/WebUi/templates/deluge/sort_column_head.html -%%DATADIR%%/plugins/WebUi/templates/deluge/tab_meta.html -%%DATADIR%%/plugins/WebUi/templates/deluge/torrent_add.html -%%DATADIR%%/plugins/WebUi/templates/deluge/torrent_delete.html -%%DATADIR%%/plugins/WebUi/templates/deluge/torrent_info.html -%%DATADIR%%/plugins/WebUi/templates/hacking-templates.txt -%%DATADIR%%/plugins/WebUi/tests/test_all.py -%%DATADIR%%/plugins/WebUi/version -%%DATADIR%%/plugins/WebUi/webserver_common.py -%%DATADIR%%/plugins/WebUi/webserver_framework.py -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -share/icons/hicolor/128x128/apps/deluge.png -share/icons/hicolor/16x16/apps/deluge.png -share/icons/hicolor/192x192/apps/deluge.png -share/icons/hicolor/22x22/apps/deluge.png -share/icons/hicolor/24x24/apps/deluge.png -share/icons/hicolor/256x256/apps/deluge.png -share/icons/hicolor/32x32/apps/deluge.png -share/icons/hicolor/36x36/apps/deluge.png -share/icons/hicolor/48x48/apps/deluge.png -share/icons/hicolor/64x64/apps/deluge.png -share/icons/hicolor/72x72/apps/deluge.png -share/icons/hicolor/96x96/apps/deluge.png -share/locale/ar/LC_MESSAGES/deluge.mo -share/locale/ast/LC_MESSAGES/deluge.mo -share/locale/bg/LC_MESSAGES/deluge.mo -share/locale/bs/LC_MESSAGES/deluge.mo -share/locale/ca/LC_MESSAGES/deluge.mo -share/locale/cs/LC_MESSAGES/deluge.mo -share/locale/cy/LC_MESSAGES/deluge.mo -share/locale/da/LC_MESSAGES/deluge.mo -share/locale/de/LC_MESSAGES/deluge.mo -share/locale/el/LC_MESSAGES/deluge.mo -share/locale/en_AU/LC_MESSAGES/deluge.mo -share/locale/en_CA/LC_MESSAGES/deluge.mo -share/locale/en_GB/LC_MESSAGES/deluge.mo -share/locale/eo/LC_MESSAGES/deluge.mo -share/locale/es/LC_MESSAGES/deluge.mo -share/locale/et/LC_MESSAGES/deluge.mo -share/locale/eu/LC_MESSAGES/deluge.mo -share/locale/fa/LC_MESSAGES/deluge.mo -share/locale/fi/LC_MESSAGES/deluge.mo -share/locale/fr/LC_MESSAGES/deluge.mo -share/locale/fy/LC_MESSAGES/deluge.mo -share/locale/gl/LC_MESSAGES/deluge.mo -share/locale/he/LC_MESSAGES/deluge.mo -share/locale/hi/LC_MESSAGES/deluge.mo -share/locale/hr/LC_MESSAGES/deluge.mo -share/locale/hu/LC_MESSAGES/deluge.mo -share/locale/id/LC_MESSAGES/deluge.mo -share/locale/is/LC_MESSAGES/deluge.mo -share/locale/it/LC_MESSAGES/deluge.mo -share/locale/iu/LC_MESSAGES/deluge.mo -share/locale/ja/LC_MESSAGES/deluge.mo -share/locale/ka/LC_MESSAGES/deluge.mo -share/locale/ko/LC_MESSAGES/deluge.mo -share/locale/ku/LC_MESSAGES/deluge.mo -share/locale/la/LC_MESSAGES/deluge.mo -share/locale/lt/LC_MESSAGES/deluge.mo -share/locale/lv/LC_MESSAGES/deluge.mo -share/locale/mk/LC_MESSAGES/deluge.mo -share/locale/ms/LC_MESSAGES/deluge.mo -share/locale/nb/LC_MESSAGES/deluge.mo -share/locale/nds/LC_MESSAGES/deluge.mo -share/locale/nl/LC_MESSAGES/deluge.mo -share/locale/pl/LC_MESSAGES/deluge.mo -share/locale/pms/LC_MESSAGES/deluge.mo -share/locale/pt/LC_MESSAGES/deluge.mo -share/locale/pt_BR/LC_MESSAGES/deluge.mo -share/locale/ro/LC_MESSAGES/deluge.mo -share/locale/ru/LC_MESSAGES/deluge.mo -share/locale/si/LC_MESSAGES/deluge.mo -share/locale/sk/LC_MESSAGES/deluge.mo -share/locale/sl/LC_MESSAGES/deluge.mo -share/locale/sr/LC_MESSAGES/deluge.mo -share/locale/sv/LC_MESSAGES/deluge.mo -share/locale/ta/LC_MESSAGES/deluge.mo -share/locale/th/LC_MESSAGES/deluge.mo -share/locale/tl/LC_MESSAGES/deluge.mo -share/locale/tlh/LC_MESSAGES/deluge.mo -share/locale/tr/LC_MESSAGES/deluge.mo -share/locale/uk/LC_MESSAGES/deluge.mo -share/locale/vi/LC_MESSAGES/deluge.mo -share/locale/zh_CN/LC_MESSAGES/deluge.mo -share/locale/zh_TW/LC_MESSAGES/deluge.mo -share/pixmaps/deluge.png -@dirrmtry share/locale/tlh/LC_MESSAGES -@dirrmtry share/locale/tlh -@dirrmtry share/locale/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/pms/LC_MESSAGES -@dirrmtry share/locale/pms -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/iu/LC_MESSAGES -@dirrmtry share/locale/iu -@dirrmtry share/locale/fy/LC_MESSAGES -@dirrmtry share/locale/fy -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/plugins/WebUi/tests -@dirrm %%DATADIR%%/plugins/WebUi/templates/deluge -@dirrm %%DATADIR%%/plugins/WebUi/templates/advanced/static -@dirrm %%DATADIR%%/plugins/WebUi/templates/advanced -@dirrm %%DATADIR%%/plugins/WebUi/templates -@dirrm %%DATADIR%%/plugins/WebUi/static/images/tango -@dirrm %%DATADIR%%/plugins/WebUi/static/images -@dirrm %%DATADIR%%/plugins/WebUi/static -@dirrm %%DATADIR%%/plugins/WebUi/ssl -@dirrm %%DATADIR%%/plugins/WebUi/scripts -@dirrm %%DATADIR%%/plugins/WebUi/lib/webpy022/wsgiserver -@dirrm %%DATADIR%%/plugins/WebUi/lib/webpy022 -@dirrm %%DATADIR%%/plugins/WebUi/lib -@dirrm %%DATADIR%%/plugins/WebUi -@dirrm %%DATADIR%%/plugins/WebSeed -@dirrm %%DATADIR%%/plugins/TorrentPeers -@dirrm %%DATADIR%%/plugins/TorrentNotification -@dirrm %%DATADIR%%/plugins/TorrentFiles -@dirrm %%DATADIR%%/plugins/TorrentCreator -@dirrm %%DATADIR%%/plugins/SpeedLimiter -@dirrm %%DATADIR%%/plugins/Search -@dirrm %%DATADIR%%/plugins/Scheduler -@dirrm %%DATADIR%%/plugins/NetworkHealth -@dirrm %%DATADIR%%/plugins/NetworkGraph -@dirrm %%DATADIR%%/plugins/MoveTorrent -@dirrm %%DATADIR%%/plugins/FlexRSS -@dirrm %%DATADIR%%/plugins/EventLogging -@dirrm %%DATADIR%%/plugins/DesiredRatio -@dirrm %%DATADIR%%/plugins/BlocklistImport -@dirrmtry %%DATADIR%%/plugins -@dirrm %%DATADIR%%/pixmaps/flags25x15 -@dirrm %%DATADIR%%/pixmaps/flags18x12 -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/scalable/apps -@dirrm %%DATADIR%%/icons/scalable -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrmtry %%DATADIR%% -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/deluge -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |