From 7b1d78611fa7bfb7b3b469490d9156bcc623fdc5 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 18 Mar 2019 07:10:33 +0000 Subject: network/w3m: Update to 0.5.3_37 Change gdk-pixbuf -> gdk-pixbuf2 Remove suid bit from w3mimgdisplay *cough* --- network/w3m/README | 2 +- network/w3m/w3m.SlackBuild | 12 ++++++------ network/w3m/w3m.info | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/network/w3m/README b/network/w3m/README index fc085609e8..3230f813a3 100644 --- a/network/w3m/README +++ b/network/w3m/README @@ -13,7 +13,7 @@ the same manner as "more" or "less". w3m can display images in both the framebuffer, in supported terminals, and the X server. -Supported consoles for image display are urxvt +Supported consoles for image display are st, urxvt (rxvt-unicode) and termite (via a patch), including inside screen (untested with tmux). diff --git a/network/w3m/w3m.SlackBuild b/network/w3m/w3m.SlackBuild index 97bc53612b..ca8a3dec0e 100644 --- a/network/w3m/w3m.SlackBuild +++ b/network/w3m/w3m.SlackBuild @@ -24,9 +24,9 @@ # patched https://packages.debian.org/stretch/w3m PRGNAM=w3m -VERSION=${VERSION:-0.5.3_34} +VERSION=${VERSION:-0.5.3_37} +PATCHVERSION=${VERSION//_/-} SRCVERSION=${SRCVERSION:-0.5.3} -PATCHVERS=${PATCHVERS:-34+deb9u1.debian} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ rm -rf $PRGNAM-$SRCVERSION tar xvf $CWD/${PRGNAM}_${SRCVERSION}.orig.tar.gz cd $PRGNAM-$SRCVERSION # patches -tar xvf $CWD/${PRGNAM}_$SRCVERSION-$PATCHVERS.tar.xz +tar xvf $CWD/${PRGNAM}_$PATCHVERSION.debian.tar.xz # patches from debian while read patch; do @@ -98,13 +98,13 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-gc \ --with-ssl \ - --enable-image=x11,fb+s \ - --enable-keymap=w3m \ + --enable-image="x11,fb" \ + --enable-keymap="w3m" \ --enable-gopher \ --enable-unicode \ --enable-nls \ --enable-m17n \ - --with-imagelib="gtk2 gdk-pixbuf imlib2" \ + --with-imagelib="gtk2 gdk-pixbuf2 imlib2" \ --with-termlib="terminfo ncurses" \ $mouse \ $mailer \ diff --git a/network/w3m/w3m.info b/network/w3m/w3m.info index 814501337c..d28ff7f97a 100644 --- a/network/w3m/w3m.info +++ b/network/w3m/w3m.info @@ -1,10 +1,10 @@ PRGNAM="w3m" -VERSION="0.5.3_34" +VERSION="0.5.3_37" HOMEPAGE="http://w3m.sourceforge.net/" DOWNLOAD="http://deb.debian.org/debian/pool/main/w/w3m/w3m_0.5.3.orig.tar.gz \ - http://deb.debian.org/debian/pool/main/w/w3m/w3m_0.5.3-34+deb9u1.debian.tar.xz" + http://deb.debian.org/debian/pool/main/w/w3m/w3m_0.5.3-37.debian.tar.xz" MD5SUM="1b845a983a50b8dec0169ac48479eacc \ - 90be8b8cab3423677eb7e5a629d8539a" + 2d7fb8723f68a0dde14203e38a008a6e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" -- cgit v1.2.3