summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/e16/e16.SlackBuild5
-rw-r--r--desktop/e16/e16.info10
2 files changed, 7 insertions, 8 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index 26555faefa..b4e6701339 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -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
diff --git a/desktop/e16/e16.info b/desktop/e16/e16.info
index 3d5b93d764..de5980d66f 100644
--- a/desktop/e16/e16.info
+++ b/desktop/e16/e16.info
@@ -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=""