From 5cb2f7c9574c7380f4ef4280b836ea9c231856d3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 11 May 2019 15:17:12 +0200 Subject: ktorrent: embed a local copy of the GeoIP database The online version of GeoIP has been discontinued in favor of a new API. The ktorrent code has not been updated for the new API and therefore the program spits out a download error for geoip.dat everytime it starts. By embedding a local copy of the database, a download is not attempted and the error is gone. --- kde/patch/ktorrent.patch | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kde/patch/ktorrent.patch (limited to 'kde/patch/ktorrent.patch') diff --git a/kde/patch/ktorrent.patch b/kde/patch/ktorrent.patch new file mode 100644 index 0000000..123f3af --- /dev/null +++ b/kde/patch/ktorrent.patch @@ -0,0 +1,3 @@ +# 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 ; } + -- cgit v1.2.3