network/w3m: Update to 0.5.3_37

Change gdk-pixbuf -> gdk-pixbuf2
Remove suid bit from w3mimgdisplay *cough*
This commit is contained in:
Dave Woodfall 2019-03-18 07:10:33 +00:00 committed by Willy Sudiarto Raharjo
parent 714d3dee06
commit 7b1d78611f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 10 additions and 10 deletions

View file

@ -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).

View file

@ -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 \

View file

@ -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"