diff --git a/net/Makefile b/net/Makefile index ef4a144d8c0..024193e6821 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1052 2018/02/17 14:10:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.1053 2018/02/19 17:09:40 rsadowski Exp $ SUBDIR = SUBDIR += GeoIP @@ -183,7 +183,6 @@ SUBDIR += kissd SUBDIR += knot SUBDIR += konversation - SUBDIR += ktorrent-kde4 SUBDIR += ladvd SUBDIR += ldns SUBDIR += lftp diff --git a/net/ktorrent-kde4/Makefile b/net/ktorrent-kde4/Makefile deleted file mode 100644 index b0568cb8d89..00000000000 --- a/net/ktorrent-kde4/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $OpenBSD: Makefile,v 1.11 2017/11/21 00:13:02 naddy Exp $ - -CATEGORIES = net -COMMENT = torrent client for KDE 4 -V = 4.3.1 -DISTNAME = ktorrent-$V -HOMEPAGE = http://ktorrent.pwsp.net/ -REVISION = 6 - -EXTRACT_SUFX = .tar.bz2 - -SHARED_LIBS = ktcore 0.0 - -WANTLIB = c iconv intl m pthread ${COMPILER_LIBCXX} -WANTLIB += lib/qt4/Qt3Support lib/qt4/QtDBus lib/qt4/QtGui -WANTLIB += lib/qt4/QtNetwork lib/qt4/QtScript lib/qt4/QtSql -WANTLIB += lib/qt4/QtSvg lib/qt4/QtWebKit lib/qt4/QtXml -WANTLIB += ${KDE4LIB}/kcmutils ${KDE4LIB}/kdeui ${KDE4LIB}/kdewebkit -WANTLIB += ${KDE4LIB}/kdnssd ${KDE4LIB}/kemoticons ${KDE4LIB}/kidletime -WANTLIB += ${KDE4LIB}/kio ${KDE4LIB}/knotifyconfig ${KDE4LIB}/kparts -WANTLIB += ${KDE4LIB}/kprintutils ${KDE4LIB}/krosscore ${KDE4LIB}/ktorrent -WANTLIB += ${KDE4LIB}/kutils ${KDE4LIB}/kworkspace ${KDE4LIB}/nepomuk -WANTLIB += ${KDE4LIB}/nepomukutils ${KDE4LIB}/plasma ${KDE4LIB}/solid -WANTLIB += soprano syndication tag - -MASTER_SITES = ${HOMEPAGE}downloads/$V/ - -# GPLv2+ -PERMIT_PACKAGE_CDROM = Yes - -MODULES = x11/kde4 multimedia/phonon -MODKDE4_USE = pim workspace - -BUILD_DEPENDS = devel/gettext-tools - -RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+3,-guic - -LIB_DEPENDS = audio/taglib \ - STEM->=${V:C/^./1/}:net/libktorrent - -.include diff --git a/net/ktorrent-kde4/distinfo b/net/ktorrent-kde4/distinfo deleted file mode 100644 index 60675012a47..00000000000 --- a/net/ktorrent-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktorrent-4.3.1.tar.bz2) = ZglPaDM0evsMSeMy8OwV7EjbZSy+ZkdoQIRv/Vyg5KE= -SIZE (ktorrent-4.3.1.tar.bz2) = 2943708 diff --git a/net/ktorrent-kde4/patches/patch-CMakeLists_txt b/net/ktorrent-kde4/patches/patch-CMakeLists_txt deleted file mode 100644 index de97e30393a..00000000000 --- a/net/ktorrent-kde4/patches/patch-CMakeLists_txt +++ /dev/null @@ -1,10 +0,0 @@ -$OpenBSD: patch-CMakeLists_txt,v 1.1 2014/12/26 00:17:30 zhuk Exp $ -Unbreak with CMake 3.1+. ---- CMakeLists.txt.orig Fri Dec 26 03:14:58 2014 -+++ CMakeLists.txt Fri Dec 26 03:15:05 2014 -@@ -1,4 +1,5 @@ - project(KTORRENT) -+cmake_minimum_required(VERSION 2.8) - find_package(Qt4 4.7.0 REQUIRED) - find_package(KDE4 4.4.0 REQUIRED) - find_package(KTorrent REQUIRED) diff --git a/net/ktorrent-kde4/patches/patch-plugins_ipfilter_tests_CMakeLists_txt b/net/ktorrent-kde4/patches/patch-plugins_ipfilter_tests_CMakeLists_txt deleted file mode 100644 index 1c29770aa57..00000000000 --- a/net/ktorrent-kde4/patches/patch-plugins_ipfilter_tests_CMakeLists_txt +++ /dev/null @@ -1,8 +0,0 @@ -$OpenBSD: patch-plugins_ipfilter_tests_CMakeLists_txt,v 1.1.1.1 2014/07/09 20:55:35 zhuk Exp $ ---- plugins/ipfilter/tests/CMakeLists.txt.orig Sat Feb 9 23:55:19 2013 -+++ plugins/ipfilter/tests/CMakeLists.txt Sat Feb 9 23:55:33 2013 -@@ -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} ${LIBKTORRENT_LIBRARIES}) diff --git a/net/ktorrent-kde4/pkg/DESCR b/net/ktorrent-kde4/pkg/DESCR deleted file mode 100644 index ab7146e7114..00000000000 --- a/net/ktorrent-kde4/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -KTorrent is a bittorrent application for KDE which allows you to -download files using the BitTorrent protocol. It enables you to run -multiple torrents at the same time and comes with extended features -to make it a full-featured client for BitTorrent. diff --git a/net/ktorrent-kde4/pkg/PLIST b/net/ktorrent-kde4/pkg/PLIST deleted file mode 100644 index d6a28f90567..00000000000 --- a/net/ktorrent-kde4/pkg/PLIST +++ /dev/null @@ -1,302 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2014/07/09 20:55:35 zhuk Exp $ -@bin bin/ktmagnetdownloader -@bin bin/ktorrent -@bin bin/ktupnptest -lib/kde4/ktbwschedulerplugin.so -lib/kde4/ktdownloadorderplugin.so -lib/kde4/ktinfowidgetplugin.so -lib/kde4/ktipfilterplugin.so -lib/kde4/ktlogviewerplugin.so -lib/kde4/ktmagnetgeneratorplugin.so -lib/kde4/ktmediaplayerplugin.so -lib/kde4/ktscanfolderplugin.so -lib/kde4/ktscriptingplugin.so -lib/kde4/ktsearchplugin.so -lib/kde4/ktshutdownplugin.so -lib/kde4/ktstatsplugin.so -lib/kde4/ktsyndicationplugin.so -lib/kde4/ktupnpplugin.so -lib/kde4/ktwebinterfaceplugin.so -lib/kde4/ktzeroconfplugin.so -lib/kde4/plasma_applet_ktorrent.so -lib/kde4/plasma_engine_ktorrent.so -@lib lib/libktcore.so.${LIBktcore_VERSION} -share/applications/kde4/ktorrent.desktop -share/apps/ktorrent/ -share/apps/ktorrent/ktbwschedulerpluginui.rc -share/apps/ktorrent/ktdownloadorderpluginui.rc -share/apps/ktorrent/ktmagnetgeneratorpluginui.rc -share/apps/ktorrent/ktmediaplayerpluginui.rc -share/apps/ktorrent/ktorrent.notifyrc -share/apps/ktorrent/ktorrentui.rc -share/apps/ktorrent/ktscriptingpluginui.rc -share/apps/ktorrent/ktsearchpluginui.rc -share/apps/ktorrent/ktshutdownpluginui.rc -share/apps/ktorrent/ktsyndicationpluginui.rc -share/apps/ktorrent/kttorrentactivityui.rc -share/apps/ktorrent/opensearch/ -share/apps/ktorrent/opensearch/bitenova/ -share/apps/ktorrent/opensearch/bitenova/opensearch.xml -share/apps/ktorrent/opensearch/bittorrent/ -share/apps/ktorrent/opensearch/bittorrent/opensearch.xml -share/apps/ktorrent/opensearch/btjunkie/ -share/apps/ktorrent/opensearch/btjunkie/opensearch.xml -share/apps/ktorrent/opensearch/ktorrents/ -share/apps/ktorrent/opensearch/ktorrents/opensearch.xml -share/apps/ktorrent/opensearch/legittorrents/ -share/apps/ktorrent/opensearch/legittorrents/opensearch.xml -share/apps/ktorrent/opensearch/mininova/ -share/apps/ktorrent/opensearch/mininova/opensearch.xml -share/apps/ktorrent/opensearch/thepiratebay/ -share/apps/ktorrent/opensearch/thepiratebay/opensearch.xml -share/apps/ktorrent/scripts/ -share/apps/ktorrent/scripts/auto_remove/ -share/apps/ktorrent/scripts/auto_remove/auto_remove.desktop -share/apps/ktorrent/scripts/auto_remove/auto_remove.py -share/apps/ktorrent/scripts/auto_remove/auto_remove.ui -share/apps/ktorrent/scripts/auto_resume/ -share/apps/ktorrent/scripts/auto_resume/auto_resume.desktop -share/apps/ktorrent/scripts/auto_resume/auto_resume.py -share/apps/ktorrent/scripts/auto_resume/auto_resume.ui -share/apps/ktorrent/scripts/email_notifications/ -share/apps/ktorrent/scripts/email_notifications/email_notifications.desktop -share/apps/ktorrent/scripts/email_notifications/email_notifications.py -share/apps/ktorrent/scripts/email_notifications/emailconfig.ui -share/apps/ktorrent/scripts/tracker_groups/ -share/apps/ktorrent/scripts/tracker_groups/tracker_groups.desktop -share/apps/ktorrent/scripts/tracker_groups/tracker_groups.py -share/apps/ktorrent/search/ -share/apps/ktorrent/search/home/ -share/apps/ktorrent/search/home/body-background.jpg -share/apps/ktorrent/search/home/box-bottom-left.png -share/apps/ktorrent/search/home/box-bottom-middle.png -share/apps/ktorrent/search/home/box-bottom-right.png -share/apps/ktorrent/search/home/box-center.png -share/apps/ktorrent/search/home/box-middle-left.png -share/apps/ktorrent/search/home/box-middle-right.png -share/apps/ktorrent/search/home/box-top-left.png -share/apps/ktorrent/search/home/box-top-middle.png -share/apps/ktorrent/search/home/box-top-right.png -share/apps/ktorrent/search/home/home.css -share/apps/ktorrent/search/home/home.html -share/apps/ktorrent/search/home/ktorrent-icon.png -share/apps/ktorrent/search/home/ktorrent_infopage.css -share/apps/ktorrent/www/ -share/apps/ktorrent/www/coldmilk/ -share/apps/ktorrent/www/coldmilk/coldmilk.js -share/apps/ktorrent/www/coldmilk/interface.html -share/apps/ktorrent/www/coldmilk/login.html -share/apps/ktorrent/www/coldmilk/page_update.js -share/apps/ktorrent/www/coldmilk/style.css -share/apps/ktorrent/www/common/ -share/apps/ktorrent/www/common/action.js -share/apps/ktorrent/www/common/favicon.ico -share/apps/ktorrent/www/common/fetch_xml.js -share/apps/ktorrent/www/common/high_priority.png -share/apps/ktorrent/www/common/icon.png -share/apps/ktorrent/www/common/ktorrentwebinterfacelogo.png -share/apps/ktorrent/www/common/login.js -share/apps/ktorrent/www/common/low_priority.png -share/apps/ktorrent/www/common/normal_priority.png -share/apps/ktorrent/www/common/only_seed.png -share/apps/ktorrent/www/common/remove.png -share/apps/ktorrent/www/common/settings.js -share/apps/ktorrent/www/common/sha1.js -share/apps/ktorrent/www/common/start.png -share/apps/ktorrent/www/common/stop.png -share/apps/ktorrent/www/common/torrent_details.js -share/apps/ktorrent/www/common/torrent_list.js -share/apps/ktorrent/www/default/ -share/apps/ktorrent/www/default/grad1.jpg -share/apps/ktorrent/www/default/grad2.jpg -share/apps/ktorrent/www/default/header.jpg -share/apps/ktorrent/www/default/header_tile.png -share/apps/ktorrent/www/default/interface.html -share/apps/ktorrent/www/default/interface.js -share/apps/ktorrent/www/default/login.html -share/apps/ktorrent/www/default/menu_bg.png -share/apps/ktorrent/www/default/sidebar.gif -share/apps/ktorrent/www/default/style.css -share/apps/ktorrent/www/default/wz_tooltip.js -share/apps/ktorrent/www/mobile/ -share/apps/ktorrent/www/mobile/interface.html -share/apps/ktorrent/www/mobile/login.html -share/apps/ktorrent/www/mobile/mobile.css -share/apps/ktorrent/www/mobile/mobile.js -share/doc/HTML/en/ktorrent/ -share/doc/HTML/en/ktorrent/common -share/doc/HTML/en/ktorrent/index.cache.bz2 -share/doc/HTML/en/ktorrent/index.docbook -share/icons/hicolor/128x128/apps/ktorrent.png -share/icons/hicolor/16x16/actions/kt-add-feeds.png -share/icons/hicolor/16x16/actions/kt-add-filters.png -share/icons/hicolor/16x16/actions/kt-change-tracker.png -share/icons/hicolor/16x16/actions/kt-check-data.png -share/icons/hicolor/16x16/actions/kt-chunks.png -share/icons/hicolor/16x16/actions/kt-info-widget.png -share/icons/hicolor/16x16/actions/kt-magnet.png -share/icons/hicolor/16x16/actions/kt-pause.png -share/icons/hicolor/16x16/actions/kt-queue-manager.png -share/icons/hicolor/16x16/actions/kt-remove-feeds.png -share/icons/hicolor/16x16/actions/kt-remove-filters.png -share/icons/hicolor/16x16/actions/kt-remove.png -share/icons/hicolor/16x16/actions/kt-restore-defaults.png -share/icons/hicolor/16x16/actions/kt-set-max-download-speed.png -share/icons/hicolor/16x16/actions/kt-set-max-upload-speed.png -share/icons/hicolor/16x16/actions/kt-show-hide.png -share/icons/hicolor/16x16/actions/kt-show-statusbar.png -share/icons/hicolor/16x16/actions/kt-speed-limits.png -share/icons/hicolor/16x16/actions/kt-start-all.png -share/icons/hicolor/16x16/actions/kt-start.png -share/icons/hicolor/16x16/actions/kt-stop-all.png -share/icons/hicolor/16x16/actions/kt-stop.png -share/icons/hicolor/16x16/actions/kt-upnp.png -share/icons/hicolor/16x16/apps/ktorrent.png -share/icons/hicolor/22x22/actions/kt-add-feeds.png -share/icons/hicolor/22x22/actions/kt-add-filters.png -share/icons/hicolor/22x22/actions/kt-encrypted.png -share/icons/hicolor/22x22/actions/kt-magnet.png -share/icons/hicolor/22x22/actions/kt-pause.png -share/icons/hicolor/22x22/actions/kt-remove-feeds.png -share/icons/hicolor/22x22/actions/kt-remove-filters.png -share/icons/hicolor/22x22/actions/kt-remove.png -share/icons/hicolor/22x22/actions/kt-set-max-download-speed.png -share/icons/hicolor/22x22/actions/kt-set-max-upload-speed.png -share/icons/hicolor/22x22/actions/kt-speed-limits.png -share/icons/hicolor/22x22/actions/kt-start-all.png -share/icons/hicolor/22x22/actions/kt-start.png -share/icons/hicolor/22x22/actions/kt-stop-all.png -share/icons/hicolor/22x22/actions/kt-stop.png -share/icons/hicolor/22x22/apps/ktorrent.png -share/icons/hicolor/32x32/actions/kt-add-feeds.png -share/icons/hicolor/32x32/actions/kt-add-filters.png -share/icons/hicolor/32x32/actions/kt-info-widget.png -share/icons/hicolor/32x32/actions/kt-magnet.png -share/icons/hicolor/32x32/actions/kt-pause.png -share/icons/hicolor/32x32/actions/kt-queue-manager.png -share/icons/hicolor/32x32/actions/kt-remove-feeds.png -share/icons/hicolor/32x32/actions/kt-remove-filters.png -share/icons/hicolor/32x32/actions/kt-remove.png -share/icons/hicolor/32x32/actions/kt-set-max-download-speed.png -share/icons/hicolor/32x32/actions/kt-set-max-upload-speed.png -share/icons/hicolor/32x32/actions/kt-speed-limits.png -share/icons/hicolor/32x32/actions/kt-start-all.png -share/icons/hicolor/32x32/actions/kt-start.png -share/icons/hicolor/32x32/actions/kt-stop-all.png -share/icons/hicolor/32x32/actions/kt-stop.png -share/icons/hicolor/32x32/actions/kt-upnp.png -share/icons/hicolor/32x32/apps/ktorrent.png -share/icons/hicolor/48x48/actions/kt-bandwidth-scheduler.png -share/icons/hicolor/48x48/actions/kt-change-tracker.png -share/icons/hicolor/48x48/actions/kt-check-data.png -share/icons/hicolor/48x48/actions/kt-chunks.png -share/icons/hicolor/48x48/actions/kt-info-widget.png -share/icons/hicolor/48x48/actions/kt-magnet.png -share/icons/hicolor/48x48/actions/kt-pause.png -share/icons/hicolor/48x48/actions/kt-plugins.png -share/icons/hicolor/48x48/actions/kt-queue-manager.png -share/icons/hicolor/48x48/actions/kt-remove.png -share/icons/hicolor/48x48/actions/kt-restore-defaults.png -share/icons/hicolor/48x48/actions/kt-set-max-download-speed.png -share/icons/hicolor/48x48/actions/kt-set-max-upload-speed.png -share/icons/hicolor/48x48/actions/kt-show-hide.png -share/icons/hicolor/48x48/actions/kt-show-statusbar.png -share/icons/hicolor/48x48/actions/kt-speed-limits.png -share/icons/hicolor/48x48/actions/kt-start-all.png -share/icons/hicolor/48x48/actions/kt-start.png -share/icons/hicolor/48x48/actions/kt-stop-all.png -share/icons/hicolor/48x48/actions/kt-stop.png -share/icons/hicolor/48x48/actions/kt-upnp.png -share/icons/hicolor/48x48/apps/ktorrent.png -share/icons/hicolor/64x64/actions/kt-magnet.png -share/icons/hicolor/64x64/apps/ktorrent.png -share/icons/hicolor/scalable/actions/kt-add-feeds.svgz -share/icons/hicolor/scalable/actions/kt-add-filters.svgz -share/icons/hicolor/scalable/actions/kt-magnet.svgz -share/icons/hicolor/scalable/actions/kt-remove-feeds.svgz -share/icons/hicolor/scalable/actions/kt-remove-filters.svgz -share/icons/hicolor/scalable/actions/kt-set-max-download-speed.svgz -share/icons/hicolor/scalable/actions/kt-set-max-upload-speed.svgz -share/icons/hicolor/scalable/actions/kt-speed-limits.svgz -share/kde4/services/ktbwschedulerplugin.desktop -share/kde4/services/ktdownloadorderplugin.desktop -share/kde4/services/ktinfowidgetplugin.desktop -share/kde4/services/ktipfilterplugin.desktop -share/kde4/services/ktlogviewerplugin.desktop -share/kde4/services/ktmagnetgeneratorplugin.desktop -share/kde4/services/ktmediaplayerplugin.desktop -share/kde4/services/ktscanfolderplugin.desktop -share/kde4/services/ktscriptingplugin.desktop -share/kde4/services/ktsearchplugin.desktop -share/kde4/services/ktshutdownplugin.desktop -share/kde4/services/ktstatsplugin.desktop -share/kde4/services/ktsyndicationplugin.desktop -share/kde4/services/ktupnpplugin.desktop -share/kde4/services/ktwebinterfaceplugin.desktop -share/kde4/services/ktzeroconfplugin.desktop -share/kde4/services/magnet.protocol -share/kde4/services/plasma-applet-ktorrent.desktop -share/kde4/services/plasma-dataengine-ktorrent.desktop -share/kde4/servicetypes/ktorrentplugin.desktop -share/locale/ar/LC_MESSAGES/ktorrent.mo -share/locale/ast/LC_MESSAGES/ktorrent.mo -share/locale/be/LC_MESSAGES/ktorrent.mo -share/locale/bg/LC_MESSAGES/ktorrent.mo -share/locale/bs/LC_MESSAGES/ktorrent.mo -share/locale/ca/LC_MESSAGES/ktorrent.mo -share/locale/ca@valencia/LC_MESSAGES/ktorrent.mo -share/locale/cs/LC_MESSAGES/ktorrent.mo -share/locale/da/LC_MESSAGES/ktorrent.mo -share/locale/de/LC_MESSAGES/ktorrent.mo -share/locale/el/LC_MESSAGES/ktorrent.mo -share/locale/en_GB/LC_MESSAGES/ktorrent.mo -share/locale/eo/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/fi/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/hi/LC_MESSAGES/ktorrent.mo -share/locale/hne/LC_MESSAGES/ktorrent.mo -share/locale/hr/LC_MESSAGES/ktorrent.mo -share/locale/hu/LC_MESSAGES/ktorrent.mo -share/locale/is/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/ku/LC_MESSAGES/ktorrent.mo -share/locale/lt/LC_MESSAGES/ktorrent.mo -share/locale/lv/LC_MESSAGES/ktorrent.mo -share/locale/mai/LC_MESSAGES/ktorrent.mo -share/locale/ms/LC_MESSAGES/ktorrent.mo -share/locale/nb/LC_MESSAGES/ktorrent.mo -share/locale/nds/LC_MESSAGES/ktorrent.mo -share/locale/nl/LC_MESSAGES/ktorrent.mo -share/locale/nn/LC_MESSAGES/ktorrent.mo -share/locale/oc/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/ro/LC_MESSAGES/ktorrent.mo -share/locale/ru/LC_MESSAGES/ktorrent.mo -share/locale/se/LC_MESSAGES/ktorrent.mo -share/locale/si/LC_MESSAGES/ktorrent.mo -share/locale/sk/LC_MESSAGES/ktorrent.mo -share/locale/sl/LC_MESSAGES/ktorrent.mo -share/locale/sq/LC_MESSAGES/ktorrent.mo -share/locale/sr/LC_MESSAGES/ktorrent.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktorrent.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktorrent.mo -share/locale/sr@latin/LC_MESSAGES/ktorrent.mo -share/locale/sv/LC_MESSAGES/ktorrent.mo -share/locale/tr/LC_MESSAGES/ktorrent.mo -share/locale/ug/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 -@exec %D/bin/update-desktop-database -@unexec-delete %D/bin/update-desktop-database -@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor -@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor