desktop/e16: Updated for version 1.0.19.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Josiah Boothby 2020-02-15 09:02:55 +07:00 committed by Willy Sudiarto Raharjo
parent ee0a54ca37
commit 95af100d26
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Enlightenment DR16 (e16)
# Copyright 2015, Josiah Boothby, Seattle, USA
# Copyright 2020, Josiah Boothby, Seattle, USA
# 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=e16
VERSION=${VERSION:-1.0.19}
VERSION=${VERSION:-1.0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -134,6 +134,7 @@ fi
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
# Compress man pages
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

View file

@ -1,10 +1,10 @@
PRGNAM="e16"
VERSION="1.0.19"
HOMEPAGE="https://sourceforge.net/projects/enlightenment"
DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.19/e16-1.0.19.tar.gz \
DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.21/e16-1.0.21.tar.gz \
http://downloads.sourceforge.net/project/enlightenment/e16-themes/1.0.2/e16-themes-1.0.2.tar.gz \
http://downloads.sourceforge.net/project/enlightenment/e16-docs/0.16.8.0.2/e16-docs-0.16.8.0.2.tar.gz"
MD5SUM="744287d396c7dea0abeb77cf854f9b2b \
MD5SUM="28ed676b7d67c068052114dc775e747a \
124259d70237dfc47fa8bc0a1109f03b \
46bcdcc5cdad76159923671cfcea93f9"
DOWNLOAD_x86_64=""