summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Josiah Boothby2021-01-02 01:41:21 +0100
committer Willy Sudiarto Raharjo2021-01-02 04:48:29 +0100
commit1b2401039d233c4900f68aae1e8ba42dadf7a122 (patch)
tree7661d386ebf35a0ba852b292011b11447615a064 /desktop
parentbdc5e5fd2e1eceb2917fb8dca07ccf8a908a9eb6 (diff)
downloadslackbuilds-1b2401039d233c4900f68aae1e8ba42dadf7a122.tar.gz
desktop/e16: Updated for version 1.0.22.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/e16/README26
-rw-r--r--desktop/e16/e16.SlackBuild9
-rw-r--r--desktop/e16/e16.info6
3 files changed, 21 insertions, 20 deletions
diff --git a/desktop/e16/README b/desktop/e16/README
index c5ccab5494..05b3864251 100644
--- a/desktop/e16/README
+++ b/desktop/e16/README
@@ -1,16 +1,16 @@
-The Enlightenment DR16 Window Manager is a robust, flexible,
-highly configurable, graphically rich, yet unobtrusive desktop
-environment for the X11 windowing system. It is fully themable and
-easily configured. There are a wide range of configuration options to
-suit any taste. The menu system is flexible, providing easy access to
-applications, theme selection, documentation, settings, and background
-selection. Enlightenment DR16 integrates well with other desktop
-environments, such as Gnome, KDE, and LXDE. Replace the default window
-managers with E16 and you'll have the power to leverage the best
-of those desktop environments, while at the same time enjoying the
-superior windowing interface that Enlightenment provides.
+The Enlightenment DR16 Window Manager is a robust, flexible, highly
+configurable, graphically rich, yet unobtrusive desktop environment for
+the X11 windowing system. It is fully themable and easily configured.
+There are a wide range of configuration options to suit any taste. The
+menu system is flexible, providing easy access to applications, theme
+selection, documentation, settings, and background selection.
+Enlightenment DR16 integrates well with other desktop environments, such
+as Gnome, KDE, and LXDE. Replace the default window managers with E16
+and you'll have the power to leverage the best of those desktop
+environments, while at the same time enjoying the superior windowing
+interface that Enlightenment provides.
To disable building and installing the core themes or the E-docs, set
-$THEMES (for themes) or $DOCS (for documentation) to anything other
-than "YES". This SlackBuild does not install Epplets, or the key- or
+$THEMES (for themes) or $DOCS (for documentation) to anything other than
+"YES". This SlackBuild does not install Epplets, or the key- or
menu-editing packages.
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index 9c1a988b7d..e6882c0984 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -23,15 +23,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=e16
-VERSION=${VERSION:-1.0.21}
+VERSION=${VERSION:-1.0.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Optional themes and documentation
-THEMES=${THEMES:-1} # install themes by default
+THEMES=${THEMES:-YES} # install themes by default
TNAME=e16-themes
TVERSION=${TVERSION:-1.0.2}
-DOCS=${DOCS:-1} # install documentation by default
+DOCS=${DOCS:-YES} # install documentation by default
DNAME=e16-docs
DVERSION=${DVERSION:-0.16.8.0.2}
@@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -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 fafa13da11..8f67add2c9 100644
--- a/desktop/e16/e16.info
+++ b/desktop/e16/e16.info
@@ -1,10 +1,10 @@
PRGNAM="e16"
-VERSION="1.0.21"
+VERSION="1.0.22"
HOMEPAGE="https://sourceforge.net/projects/enlightenment"
-DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.21/e16-1.0.21.tar.gz \
+DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.22/e16-1.0.22.tar.xz \
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="28ed676b7d67c068052114dc775e747a \
+MD5SUM="d95643d671b138359842794d54f86e12 \
124259d70237dfc47fa8bc0a1109f03b \
46bcdcc5cdad76159923671cfcea93f9"
DOWNLOAD_x86_64=""