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/e16.SlackBuild | |
parent | 51f85f0b56f39be4f2f13bde8f160618210d2555 (diff) |
desktop/e16: Updated for version 1.0.19.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/e16/e16.SlackBuild')
-rw-r--r-- | desktop/e16/e16.SlackBuild | 5 |
1 files changed, 2 insertions, 3 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 |