summaryrefslogtreecommitdiffstats
path: root/desktop/e16/e16.SlackBuild
diff options
context:
space:
mode:
author Josiah Boothby <josiahb@gmail.com>2020-02-15 09:02:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-15 09:02:55 +0700
commit95af100d266a208405d4086eb4b12d39920c9da8 (patch)
tree840d4fc2ffbb0b9ad50fc43e2e13675b43c096b9 /desktop/e16/e16.SlackBuild
parentee0a54ca37f3f12b2961a53f26f901d03ac7a53d (diff)
downloadslackbuilds-95af100d266a208405d4086eb4b12d39920c9da8.tar.gz
slackbuilds-95af100d266a208405d4086eb4b12d39920c9da8.tar.xz
desktop/e16: Updated for version 1.0.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/e16/e16.SlackBuild')
-rw-r--r--desktop/e16/e16.SlackBuild5
1 files changed, 3 insertions, 2 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