From e10f6858c08d2cfcd9c6fcfd979adda6c61be708 Mon Sep 17 00:00:00 2001 From: Wayne Cuddy Date: Fri, 12 Apr 2019 22:04:57 +0700 Subject: development/xvile: Updated for version 9.8t. Signed-off-by: Willy Sudiarto Raharjo --- development/xvile/patches/inputhint.patch | 12 ------------ development/xvile/patches/sh-filt.patch | 12 ------------ development/xvile/xvile.SlackBuild | 7 ++----- development/xvile/xvile.info | 6 +++--- 4 files changed, 5 insertions(+), 32 deletions(-) delete mode 100644 development/xvile/patches/inputhint.patch delete mode 100644 development/xvile/patches/sh-filt.patch diff --git a/development/xvile/patches/inputhint.patch b/development/xvile/patches/inputhint.patch deleted file mode 100644 index 5d5ef0a1f4..0000000000 --- a/development/xvile/patches/inputhint.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru vile-9.8s.orig/x11.c vile-9.8s/x11.c ---- vile-9.8s.orig/x11.c 2014-03-30 14:53:19.000000000 -0400 -+++ vile-9.8s/x11.c 2018-10-13 13:47:53.093692915 -0400 -@@ -1819,7 +1819,7 @@ - hints = XAllocWMHints(); - - if (hints) { -- hints->flags = IconPixmapHint; -+ hints->flags |= IconPixmapHint; - hints->icon_pixmap = myIcon; - if (myMask) { - hints->flags |= IconMaskHint; diff --git a/development/xvile/patches/sh-filt.patch b/development/xvile/patches/sh-filt.patch deleted file mode 100644 index e5b8e0806c..0000000000 --- a/development/xvile/patches/sh-filt.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru vile-9.8s.orig/filters/sh-filt.l vile-9.8s/filters/sh-filt.l ---- vile-9.8s.orig/filters/sh-filt.l 2016-12-17 18:24:00.000000000 -0500 -+++ vile-9.8s/filters/sh-filt.l 2018-10-13 13:40:34.077559351 -0400 -@@ -198,7 +198,7 @@ - } - } - {KSH_TEST_UP} { if (!pop_backtic1(yytext, yyleng, LEN_KSH_TEST_DOWN)) { -- FLEX_PRINTF((stderr, "cannot pop '[[' level %d\n", stk_level)); -+ FLEX_PRINTF((stderr, "cannot pop '\[\[' level %d\n", stk_level)); - handle_parens(yytext, 1, 1, -1, NORMAL); - unput(R_BLOCK); - } diff --git a/development/xvile/xvile.SlackBuild b/development/xvile/xvile.SlackBuild index 54ad1ccaa3..3abe9701b9 100644 --- a/development/xvile/xvile.SlackBuild +++ b/development/xvile/xvile.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xvile -# Copyright 2010 Wayne Cuddy Fairfax, VA (USA) +# Copyright 2010-2019 Wayne Cuddy Fairfax, VA (USA) # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xvile -VERSION=${VERSION:-9.8s} +VERSION=${VERSION:-9.8t} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,9 +86,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-app-defaults=/etc/X11/app-defaults \ --build=$ARCH-slackware-linux -patch -p1 <$CWD/patches/inputhint.patch -patch -p1 <$CWD/patches/sh-filt.patch - make make DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION install install-doc diff --git a/development/xvile/xvile.info b/development/xvile/xvile.info index e7b6a31073..1b5e6a6d51 100644 --- a/development/xvile/xvile.info +++ b/development/xvile/xvile.info @@ -1,8 +1,8 @@ PRGNAM="xvile" -VERSION="9.8s" +VERSION="9.8t" HOMEPAGE="http://invisible-island.net/vile/" -DOWNLOAD="ftp://ftp.invisible-island.net/vile/current/vile-9.8s.tgz" -MD5SUM="001f42ecb8120d8e88c00779a6318f83" +DOWNLOAD="ftp://ftp.invisible-island.net/pub/vile/current/vile-9.8t.tgz" +MD5SUM="4a748c35844ae4b3e89352faaa6daaad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3