mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
11 lines
641 B
Diff
11 lines
641 B
Diff
# 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 ; }
|