summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Hunter Sezen <orbea@fredslev.dk>2018-12-29 05:31:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-29 05:31:48 +0700
commit2f4162df14c644928838c2ffd74c9f16211c4340 (patch)
tree4077c190d456e09886d5cf9670db2c3c1dfb3ee6 /graphics
parent123d07af08192574a79bcb560e7d9b3f585f8e02 (diff)
downloadslackbuilds-2f4162df14c644928838c2ffd74c9f16211c4340.tar.gz
slackbuilds-2f4162df14c644928838c2ffd74c9f16211c4340.tar.xz
graphics/feh: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/feh/feh.SlackBuild7
-rw-r--r--graphics/feh/feh.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/feh/feh.SlackBuild b/graphics/feh/feh.SlackBuild
index acc33382f9..234c874c9b 100644
--- a/graphics/feh/feh.SlackBuild
+++ b/graphics/feh/feh.SlackBuild
@@ -24,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=feh
-VERSION=${VERSION:-2.28.1}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,6 +73,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
make \
PREFIX=/usr
+
make install \
DESTDIR=$PKG \
PREFIX=/usr \
@@ -80,8 +81,8 @@ make install \
doc_dir=$PKG/usr/doc/$PRGNAM-$VERSION \
example_dir=$PKG/usr/doc/$PRGNAM-$VERSION/examples
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
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
diff --git a/graphics/feh/feh.info b/graphics/feh/feh.info
index bac0a99a47..7f9a9714e1 100644
--- a/graphics/feh/feh.info
+++ b/graphics/feh/feh.info
@@ -1,8 +1,8 @@
PRGNAM="feh"
-VERSION="2.28.1"
+VERSION="3.1.1"
HOMEPAGE="https://feh.finalrewind.org"
-DOWNLOAD="https://feh.finalrewind.org/feh-2.28.1.tar.bz2"
-MD5SUM="791e25bd262e74d52cc5b2e5a331ceda"
+DOWNLOAD="https://feh.finalrewind.org/feh-3.1.1.tar.bz2"
+MD5SUM="124439c77bdfef52b2997922a482d36d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"