summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Josiah Boothby2013-06-03 18:21:00 +0200
committer Robby Workman2013-06-04 07:11:31 +0200
commitc27f41749625483c50e1befd9ec467c7036bfd96 (patch)
treec1ca8ea222c9bea6c676884b2420b56dacb2ba8b /desktop
parent8923ed73a4395056445d9eaa5fc237e8c76485f6 (diff)
downloadslackbuilds-c27f41749625483c50e1befd9ec467c7036bfd96.tar.gz
desktop/e16: Updated for version 1.0.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/e16/README12
-rw-r--r--desktop/e16/e16.SlackBuild10
-rw-r--r--desktop/e16/e16.info6
3 files changed, 14 insertions, 14 deletions
diff --git a/desktop/e16/README b/desktop/e16/README
index 9be37a9a4d..66e6474b8d 100644
--- a/desktop/e16/README
+++ b/desktop/e16/README
@@ -4,11 +4,11 @@ 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
+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=0
-or DOCS=0 as desired. 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.
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index d4b2c579be..dfb1dc8de7 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=e16
-VERSION=${VERSION:-1.0.11}
+VERSION=${VERSION:-1.0.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -94,7 +94,7 @@ make
make install DESTDIR=$PKG
# Optionally install the core themes
-if [[ -f $CWD/$TNAME-$TVERSION.tar.gz && $THEMES = "1" ]]; then
+if [[ -f $CWD/$TNAME-$TVERSION.tar.gz && $THEMES = "YES" ]]; then
cd $TMP
rm -rf $TNAME-$TVERSION
tar xzvf $CWD/$TNAME-$TVERSION.tar.gz
@@ -113,7 +113,7 @@ if [[ -f $CWD/$TNAME-$TVERSION.tar.gz && $THEMES = "1" ]]; then
fi
# Optionally install the official documentation
-if [[ -f $CWD/$DNAME-$DVERSION.tar.gz && $DOCS = "1" ]]; then
+if [[ -f $CWD/$DNAME-$DVERSION.tar.gz && $DOCS = "YES" ]]; then
cd $TMP
rm -rf $DNAME-$DVERSION
tar xzvf $CWD/$DNAME-$DVERSION.tar.gz
@@ -152,14 +152,14 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Additionally, if themes and documentation are installed, copy their
# documenation as well.
-if [ $THEMES == "1" ]; then
+if [ $THEMES == "YES" ]; then
cd $TMP/$TNAME-$TVERSION
for f in {AUTHORS,COPYING,ChangeLog}; do
cat $f > $PKG/usr/doc/$PRGNAM-$VERSION/$f.themes
done
fi
-if [ $DOCS == "1" ]; then
+if [ $DOCS == "YES" ]; then
cd $TMP/$DNAME-$DVERSION
for f in {AUTHORS,COPYING,ChangeLog,README}; do
cat $f > $PKG/usr/doc/$PRGNAM-$VERSION/$f.edocs
diff --git a/desktop/e16/e16.info b/desktop/e16/e16.info
index 256cb56ff9..63fac8d490 100644
--- a/desktop/e16/e16.info
+++ b/desktop/e16/e16.info
@@ -1,10 +1,10 @@
PRGNAM="e16"
-VERSION="1.0.11"
+VERSION="1.0.13"
HOMEPAGE="http://www.enlightenment.org/p.php?p=about/e16"
-DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.11/e16-1.0.11.tar.gz \
+DOWNLOAD="http://downloads.sourceforge.net/project/enlightenment/e16/1.0.13/e16-1.0.13.tar.gz \
http://downloads.sourceforge.net/project/enlightenment/e16-themes/1.0.1/e16-themes-1.0.1.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="80f9b5bffd4c7d98aad4718d4244c8ff \
+MD5SUM="9f33c0962ae8dd4f2a0091e031c54667 \
bbd9cfd969610c29c7627c2ba1ce3094 \
46bcdcc5cdad76159923671cfcea93f9"
DOWNLOAD_x86_64=""