summaryrefslogtreecommitdiffstats
path: root/source/ap/a2ps/a2ps.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-10 23:42:53 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-11 02:57:05 +0200
commit300ecc39f6631c24ed8b2633350225af5219ddd3 (patch)
treed1e55a16589de2c09ec60f257d3b885089135d53 /source/ap/a2ps/a2ps.SlackBuild
parenteccdc192761f24b99b2e496e3fb76303ea6333ca (diff)
downloadcurrent-300ecc39f6631c24ed8b2633350225af5219ddd3.tar.gz
current-300ecc39f6631c24ed8b2633350225af5219ddd3.tar.xz
Wed May 10 23:42:53 UTC 202320230510234253
ap/a2ps-4.15.4-x86_64-1.txz: Upgraded. l/fmt-10.0.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/harfbuzz-7.3.0-x86_64-1.txz: Upgraded. l/libpaper-2.1.0-x86_64-1.txz: Added. This is needed by a2ps. l/mozjs102-102.11.0esr-x86_64-1.txz: Upgraded. n/nghttp2-1.53.0-x86_64-1.txz: Upgraded. x/m17n-lib-1.8.2-x86_64-1.txz: Upgraded. x/xterm-380-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.11.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.11.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-18/ https://www.cve.org/CVERecord?id=CVE-2023-32206 https://www.cve.org/CVERecord?id=CVE-2023-32207 https://www.cve.org/CVERecord?id=CVE-2023-32211 https://www.cve.org/CVERecord?id=CVE-2023-32212 https://www.cve.org/CVERecord?id=CVE-2023-32213 https://www.cve.org/CVERecord?id=CVE-2023-32214 https://www.cve.org/CVERecord?id=CVE-2023-32215 (* Security fix *) xap/network-manager-applet-1.32.0-x86_64-2.txz: Rebuilt. [PATCH] c-e: fix crash in import_vpn_from_file_cb() when importing VPN profiles. Thanks to Daedra.
Diffstat (limited to 'source/ap/a2ps/a2ps.SlackBuild')
-rwxr-xr-xsource/ap/a2ps/a2ps.SlackBuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/source/ap/a2ps/a2ps.SlackBuild b/source/ap/a2ps/a2ps.SlackBuild
index 9620c9cdc..f07a94bbf 100755
--- a/source/ap/a2ps/a2ps.SlackBuild
+++ b/source/ap/a2ps/a2ps.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2017, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=a2ps
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-9}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -70,9 +70,6 @@ cd $PKGNAM-$VERSION || exit 1
zcat $CWD/a2ps.diff.gz | patch -p1 --verbose || exit 1
zcat $CWD/a2ps.a2ps_cfg.in.diff.gz | patch -p1 --verbose || exit 1
-zcat $CWD/a2ps-4.14-texinfo-nodes.patch.gz | patch -p1 --verbose || exit 1
-zcat $CWD/a2ps-texi-comments.patch.gz | patch -p1 --verbose || exit 1
-zcat $CWD/a2ps.texinfo-6.7.patch.gz | patch -p1 --verbose || exit 1
# Make sure ownerships and permissions are sane:
chown -R root:root .
@@ -82,17 +79,14 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Configure needs lispdir in case emacs is not installed at this moment:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-lispdir="/usr/share/emacs/site-lisp" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--infodir=/usr/info \
--mandir=/usr/man \
--sysconfdir=/etc \
- --with-medium=letter \
--build=$ARCH-slackware-linux || exit 1
# Build and install:
@@ -109,7 +103,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
# Add a documentation directory:
mkdir -p $PKG/usr/doc/a2ps-$VERSION
cp -a \
- ANNOUNCE AUTHORS COPYING* FAQ NEWS README* THANKS TODO \
+ ANNOUNCE* AUTHORS* COPYING* FAQ* NEWS* README* THANKS* TODO* \
$PKG/usr/doc/a2ps-$VERSION
# If there's a ChangeLog, installing at least part of the recent history