From 4fc798c4ca2a975ab8af459a6c27ee592baf0605 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 5 Dec 2019 19:04:24 +0000 Subject: Thu Dec 5 19:04:24 UTC 2019 a/tcsh-6.22.02-x86_64-1.txz: Upgraded. ap/vim-8.1.2391-x86_64-1.txz: Upgraded. l/fuse3-3.8.0-x86_64-2.txz: Rebuilt. rc.fuse3: Don't source /lib/lsb/init-functions unless it exists. NOTE: FUSE seems to work fine without starting rc.fuse3, which it why it isn't actually called from anywhere during system startup. n/iw-5.4-x86_64-1.txz: Upgraded. n/php-7.4.0-x86_64-2.txz: Rebuilt. Rebuilt using --enable-gd=shared and --with-zip=shared. Thanks to Matteo Bernardini. xap/gv-3.7.4-x86_64-3.txz: Rebuilt. Patched to fix save/print features when used with the latest ghostscript. Added --enable-international build option. Fixed broken whitespace in the bounding-box patch. Thanks to Xsane. xap/vim-gvim-8.1.2391-x86_64-1.txz: Upgraded. --- source/xap/gv/gv.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/xap/gv/gv.SlackBuild') diff --git a/source/xap/gv/gv.SlackBuild b/source/xap/gv/gv.SlackBuild index f59d9c9c..1c49c547 100755 --- a/source/xap/gv/gv.SlackBuild +++ b/source/xap/gv/gv.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gv VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -82,6 +82,7 @@ zcat $CWD/gv-dat.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/gv-aarch64.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/gv-bounding-box.patch.gz | patch -p2 --verbose || exit 1 zcat $CWD/gv-bug1071238.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/gv-bz1536211.patch.gz | patch -p1 --verbose || exit 1 # Configure: CFLAGS="$SLKCFLAGS $(pkg-config --cflags xaw3d)" \ @@ -91,6 +92,7 @@ CFLAGS="$SLKCFLAGS $(pkg-config --cflags xaw3d)" \ --libdir=/etc/X11 \ --mandir=/usr/man \ --infodir=/usr/info \ + --enable-international \ --program-prefix= \ --program-suffix= \ --build=$ARCH-slackware-linux -- cgit v1.2.3