mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/w3m: Update to 0.5.3_37
Change gdk-pixbuf -> gdk-pixbuf2 Remove suid bit from w3mimgdisplay *cough*
This commit is contained in:
parent
714d3dee06
commit
7b1d78611f
3 changed files with 10 additions and 10 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue