diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-12-15 20:01:05 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-12-17 07:56:47 -0600 |
commit | a077b3877a297caf47b92196f903167fdb28e96f (patch) | |
tree | 768ffdd2a9f09d8c1dc64aa6307604b801e81f64 /network/gtorrentviewer/gtorrentviewer.SlackBuild | |
parent | 228e54ebd0d16d253b3234a157602bbc66ab006c (diff) | |
download | slackbuilds-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.SlackBuild | 9 |
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 \ |