summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/ktorrent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/ktorrent.patch')
-rw-r--r--source/kde/kde/patch/ktorrent.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/kde/kde/patch/ktorrent.patch b/source/kde/kde/patch/ktorrent.patch
index 0fdb4aacb..11538623c 100644
--- a/source/kde/kde/patch/ktorrent.patch
+++ b/source/kde/kde/patch/ktorrent.patch
@@ -1,10 +1,2 @@
# Embed a copy of the GeoIP database since the download link no longer works.
cat $CWD/patch/ktorrent/ktorrent.use.package.geoip.database.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix linking against taglib (ktorrent 5.2),
-# Thanks to Gentoo.
-cat $CWD/patch/ktorrent/ktorrent_taglib_linking.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix showing ktorrent in the system tray,
-# Thanks to Gentoo.
-cat $CWD/patch/ktorrent/ktorrent_systray.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }