desktop/e16: Fix README, VERSION in .info.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 17:03:53 -04:00 committed by Willy Sudiarto Raharjo
parent a70e06df5b
commit 88c8026417
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 16 additions and 15 deletions

View file

@ -1,14 +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 menu-editing packages.
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
menu-editing packages.

View file

@ -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

View file

@ -1,5 +1,5 @@
PRGNAM="e16"
VERSION="1.0.19"
VERSION="1.0.21"
HOMEPAGE="https://sourceforge.net/projects/enlightenment"
DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.21/e16-1.0.21.tar.gz \
http://downloads.sourceforge.net/project/enlightenment/e16-themes/1.0.2/e16-themes-1.0.2.tar.gz \