summaryrefslogtreecommitdiffstats
path: root/network/gtorrentviewer/gtorrentviewer.SlackBuild
diff options
context:
space:
mode:
author Binh Nguyen2010-12-15 23:01:05 +0100
committer Erik Hanson2010-12-17 14:56:47 +0100
commita077b3877a297caf47b92196f903167fdb28e96f (patch)
tree768ffdd2a9f09d8c1dc64aa6307604b801e81f64 /network/gtorrentviewer/gtorrentviewer.SlackBuild
parent228e54ebd0d16d253b3234a157602bbc66ab006c (diff)
downloadslackbuilds-a077b3877a297caf47b92196f903167fdb28e96f.tar.gz
network/gtorrentviewer: Included two patches.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/gtorrentviewer/gtorrentviewer.SlackBuild')
-rw-r--r--network/gtorrentviewer/gtorrentviewer.SlackBuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/gtorrentviewer/gtorrentviewer.SlackBuild b/network/gtorrentviewer/gtorrentviewer.SlackBuild
index a31e817ec3..171e6902cd 100644
--- a/network/gtorrentviewer/gtorrentviewer.SlackBuild
+++ b/network/gtorrentviewer/gtorrentviewer.SlackBuild
@@ -69,6 +69,15 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# The following 2 patches are from Fedora 13
+
+# Let drag and drop work with URIs as well as files
+patch -p1 < $CWD/patches/gtorrentviewer-0.2b-desktop.patch
+
+# Fix crash due to use of uninitialized GValue
+# Thanks to Niels Horn for pointing this out
+patch -p1 < $CWD/patches/GTorrentViewer-0.2b-tracker-details-refresh.patch
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \