aboutsummaryrefslogtreecommitdiff
path: root/graphics/nsxiv
diff options
context:
space:
mode:
authorEugene M <damagedone@gmx.com>2023-01-29 13:12:57 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-30 14:24:02 +0700
commitd30e9cdad0d9372985771b0e1a903d4162da64a9 (patch)
tree650d11743c206e407a355f3022e4b6e8db5c71ec /graphics/nsxiv
parent17e3c29bbd390ce2586089c00df02af01b8b4f33 (diff)
graphics/nsxiv: Updated for version 31.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/nsxiv')
-rw-r--r--graphics/nsxiv/nsxiv.SlackBuild7
-rw-r--r--graphics/nsxiv/nsxiv.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/nsxiv/nsxiv.SlackBuild b/graphics/nsxiv/nsxiv.SlackBuild
index d291c756afdc..12512756d7ef 100644
--- a/graphics/nsxiv/nsxiv.SlackBuild
+++ b/graphics/nsxiv/nsxiv.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for nsxiv
-# Copyright 2022 Eugene M.
+# Copyright 2022-2023 Eugene M.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nsxiv
-VERSION=${VERSION:-30}
+VERSION=${VERSION:-31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,6 +77,7 @@ find -L . \
make install-all \
PREFIX=/usr \
MANPREFIX=/usr/man \
+ EGPREFIX=/usr/share/nsxiv/examples \
CFLAGS="-std=c99 -Wall -pedantic $SLKCFLAGS -I/usr/include -DHAVE_GIFLIB" \
DESTDIR=$PKG
@@ -87,7 +88,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md CHANGELOG.md CONTRIBUTING.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/graphics/nsxiv/nsxiv.info b/graphics/nsxiv/nsxiv.info
index 2a76a4334f31..ae921b1ff807 100644
--- a/graphics/nsxiv/nsxiv.info
+++ b/graphics/nsxiv/nsxiv.info
@@ -1,8 +1,8 @@
PRGNAM="nsxiv"
-VERSION="30"
+VERSION="31"
HOMEPAGE="https://github.com/nsxiv/"
-DOWNLOAD="https://github.com/nsxiv/nsxiv/archive/refs/tags/v30/nsxiv-30.tar.gz"
-MD5SUM="4cd9c45cc1c2bbf3950bfe413e214bd2"
+DOWNLOAD="https://github.com/nsxiv/nsxiv/archive/refs/tags/v31/nsxiv-31.tar.gz"
+MD5SUM="78ac47f6ed17255921e2d5c0a32acea7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"