From 60e9ecaacc27ba77e78b30d210140586086167ca Mon Sep 17 00:00:00 2001 From: Brian Kysela Date: Fri, 17 Jun 2011 21:09:08 -0500 Subject: network/rtorrent: Updated for version 0.8.8. Signed-off-by: Robby Workman --- .../rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch | 10 ---------- network/rtorrent/rtorrent.SlackBuild | 7 +++---- network/rtorrent/rtorrent.info | 8 ++++---- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 network/rtorrent/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch (limited to 'network') diff --git a/network/rtorrent/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch b/network/rtorrent/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch deleted file mode 100644 index b9a09d47bf..0000000000 --- a/network/rtorrent/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- rtorrent-0.8.7/src/display/canvas.h 2011-03-01 14:56:25.000000000 +0800 -+++ rtorrent-0.8.7/src/display/canvas.h 2011-03-01 14:56:10.000000000 +0800 -@@ -48,7 +48,7 @@ class Canvas { - public: - typedef std::vector attributes_list; - -- Canvas(int x = 0, int y = 0, int width = 0, int height = 0) : -+ Canvas(int x = 0, int y = 0, int width = 1, int height = 1) : - m_window(newwin(height, width, y, x)) {} - ~Canvas() { delwin(m_window); } diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 2555844741..18d43e7dfb 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -6,10 +6,11 @@ # Updated to include rtorrent.rc 2010-04-20 # Updated to 0.8.7 by Brian Kysela 2010-10-27 # Patched for new ncurses in 13.37 by rworkman +# Updated to 0.8.8 by Brian Kysela 2011-05-09 PRGNAM=rtorrent -VERSION=0.8.7 -BUILD=${BUILD:-2} +VERSION=0.8.8 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -50,8 +51,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -patch -p1 < $CWD/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/network/rtorrent/rtorrent.info b/network/rtorrent/rtorrent.info index b80a281abb..6e758e8177 100644 --- a/network/rtorrent/rtorrent.info +++ b/network/rtorrent/rtorrent.info @@ -1,10 +1,10 @@ PRGNAM="rtorrent" -VERSION="0.8.7" +VERSION="0.8.8" HOMEPAGE="http://libtorrent.rakshasa.no/" -DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.7.tar.gz" -MD5SUM="d78f00dcf741c01254de72c0d3836761" +DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.8.tar.gz" +MD5SUM="e7927c513872f096c7d72d659ab54ef0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Brian Kysela" EMAIL="brian.kysela@gmail.com" -APPROVED="Erik Hanson" +APPROVED="rworkman" -- cgit v1.2.3