summaryrefslogtreecommitdiffstats
path: root/kde/patch/ktorrent.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:41:16 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:41:16 +0200
commit795b2d4f905cf30365bc4b674ba03bf52e866a9d (patch)
tree8cc54f37c2ad0917af3f9cde0bdba466f4523939 /kde/patch/ktorrent.patch
parent3ab3b29afb8d0e1e952cf5605b74bc4a7fac3aab (diff)
downloadktown-795b2d4f905cf30365bc4b674ba03bf52e866a9d.tar.gz
ktown-795b2d4f905cf30365bc4b674ba03bf52e866a9d.tar.xz
Ktorrent: fix linking error and fix systray icon visibility
Diffstat (limited to 'kde/patch/ktorrent.patch')
-rw-r--r--kde/patch/ktorrent.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/kde/patch/ktorrent.patch b/kde/patch/ktorrent.patch
index 123f3af..0fdb4aa 100644
--- a/kde/patch/ktorrent.patch
+++ b/kde/patch/ktorrent.patch
@@ -1,3 +1,10 @@
# 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 ; }