diff options
author | Josiah Boothby <josiahb@gmail.com> | 2018-08-27 10:58:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:17 +0700 |
commit | 51f298d2d88423ab55d0c9a13478d43db686a2d9 (patch) | |
tree | 4b09a1f2a83267bf4407c61523573f117dc8f447 /desktop/e16 | |
parent | 51f85f0b56f39be4f2f13bde8f160618210d2555 (diff) |
desktop/e16: Updated for version 1.0.19.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/e16')
-rw-r--r-- | desktop/e16/e16.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/e16/e16.info | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild index 26555faefa92..b4e6701339e6 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 3d5b93d764d8..de5980d66fdc 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="" |