summaryrefslogtreecommitdiffstats
path: root/desktop/e16
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/e16')
-rw-r--r--desktop/e16/e16.SlackBuild5
-rw-r--r--desktop/e16/e16.info4
2 files changed, 5 insertions, 4 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index b4e6701339..cfff8afa29 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -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
diff --git a/desktop/e16/e16.info b/desktop/e16/e16.info
index de5980d66f..54de2ab155 100644
--- a/desktop/e16/e16.info
+++ b/desktop/e16/e16.info
@@ -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=""