desktop/e16: Updated for version 1.0.19.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Josiah Boothby 2018-08-27 10:58:23 +01:00 committed by Willy Sudiarto Raharjo
parent 51f85f0b56
commit 51f298d2d8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 8 deletions

View file

@ -23,14 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=e16
VERSION=${VERSION:-1.0.18}
VERSION=${VERSION:-1.0.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Optional themes and documentation
THEMES=${THEMES:-1} # install themes by default
TNAME=e16-themes
TVERSION=${TVERSION:-1.0.1}
TVERSION=${TVERSION:-1.0.2}
DOCS=${DOCS:-1} # install documentation by default
DNAME=e16-docs
DVERSION=${DVERSION:-0.16.8.0.2}
@ -134,7 +134,6 @@ 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,11 +1,11 @@
PRGNAM="e16"
VERSION="1.0.18"
VERSION="1.0.19"
HOMEPAGE="https://sourceforge.net/projects/enlightenment"
DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.18/e16-1.0.18.tar.gz \
http://downloads.sourceforge.net/project/enlightenment/e16-themes/1.0.1/e16-themes-1.0.1.tar.gz \
DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.19/e16-1.0.19.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="fec7bddd0fa2a37d926b46a47f07ec8e \
bbd9cfd969610c29c7627c2ba1ce3094 \
MD5SUM="744287d396c7dea0abeb77cf854f9b2b \
124259d70237dfc47fa8bc0a1109f03b \
46bcdcc5cdad76159923671cfcea93f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""