diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-17 14:48:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:10 +0700 |
commit | 7ee0aef33b08e1a283ce49809ce30c6f4103d458 (patch) | |
tree | d951bbdf49d52d93c2d4b9a3cddfd82a0ac5a4d1 /office/fbpdf/fbpdf.SlackBuild | |
parent | 4c0c6bb334a258def22ca743efe05f1a94c7d852 (diff) |
office/fbpdf: Updated for version 20220624_6276360.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fbpdf/fbpdf.SlackBuild')
-rw-r--r-- | office/fbpdf/fbpdf.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/office/fbpdf/fbpdf.SlackBuild b/office/fbpdf/fbpdf.SlackBuild index 90cec8c86bca4..a026dd0b852e2 100644 --- a/office/fbpdf/fbpdf.SlackBuild +++ b/office/fbpdf/fbpdf.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230117 bkw: update to latest git, 20220624_6276360. # 20210927 bkw: # - update to latest git (20200617_f590024). # - rework navigation.diff for this version. @@ -21,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fbpdf -VERSION=${VERSION:-20200617_f590024} +VERSION=${VERSION:-20220624_6276360} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -75,10 +76,8 @@ sed -i "s,-O2,$SLKCFLAGS," Makefile # The navigation patch has been sent upstream. In my opinion, fbpdf is # needlessly difficult to use without it. Upstream never responded to # my email (not even to say "no"). It's staying here though. -# The manpage patch explains the difference between fbpdf, fbpdf2, fjdjvu. if [ "${PRISTINE:-no}" != "yes" ]; then patch -p1 < $CWD/navigation.diff - patch -p1 < $CWD/manpage.diff fi mkdir -p $PKG/usr/bin |