summaryrefslogtreecommitdiffstats
path: root/libraries/jbig2dec
diff options
context:
space:
mode:
author B. Watson2018-09-04 22:55:12 +0200
committer Willy Sudiarto Raharjo2018-09-08 03:37:47 +0200
commit77adbf34084ee5f408a4b32b85d811695974fe67 (patch)
treefb5702aff14dcc88b931d35dd7d007e026c6e318 /libraries/jbig2dec
parentae47f4f2b1e11c35bf01df0b787888f03f6a3a53 (diff)
downloadslackbuilds-77adbf34084ee5f408a4b32b85d811695974fe67.tar.gz
libraries/jbig2dec: Updated for version 0.15.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/jbig2dec')
-rw-r--r--libraries/jbig2dec/jbig2dec.SlackBuild11
-rw-r--r--libraries/jbig2dec/jbig2dec.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild
index 36feb70d9c..908836152d 100644
--- a/libraries/jbig2dec/jbig2dec.SlackBuild
+++ b/libraries/jbig2dec/jbig2dec.SlackBuild
@@ -10,6 +10,8 @@
# licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
+# 20180904 bkw: update for v0.15
+
# 20180623 bkw:
# - upstream moved again (to github). use github url for source.
# the innards of the tarball are slightly different: none of the
@@ -35,7 +37,7 @@
# - Added 'how to edit' stuff to slack-desc
PRGNAM=jbig2dec
-VERSION=${VERSION:-0.14}
+VERSION=${VERSION:-0.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,11 +77,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# 20180623 bkw: configure & friends are now absent, generate them.
./autogen.sh
diff --git a/libraries/jbig2dec/jbig2dec.info b/libraries/jbig2dec/jbig2dec.info
index a0d99d58ba..6654065a50 100644
--- a/libraries/jbig2dec/jbig2dec.info
+++ b/libraries/jbig2dec/jbig2dec.info
@@ -1,8 +1,8 @@
PRGNAM="jbig2dec"
-VERSION="0.14"
+VERSION="0.15"
HOMEPAGE="https://github.com/ArtifexSoftware/jbig2dec"
-DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.14/jbig2dec-0.14.tar.gz"
-MD5SUM="69ca71817c2657e02c6e5822705eeae4"
+DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.15/jbig2dec-0.15.tar.gz"
+MD5SUM="14027e8886c594132da48c47c5376a03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""