summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Erik Falor2018-03-22 12:09:13 +0100
committer David Spencer2018-03-22 12:09:13 +0100
commite841309ac64fa5352342cbecf896f6b4599476bb (patch)
treea299f249427d0455bc306eac04694f7b30b0dcff /desktop
parent7a49bdfb24366d7da289e25a50fb632429413fe6 (diff)
downloadslackbuilds-e841309ac64fa5352342cbecf896f6b4599476bb.tar.gz
desktop/enlightenment: Updated for version 0.22.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/enlightenment/doinst.sh8
-rw-r--r--desktop/enlightenment/enlightenment.SlackBuild6
-rw-r--r--desktop/enlightenment/enlightenment.info6
3 files changed, 14 insertions, 6 deletions
diff --git a/desktop/enlightenment/doinst.sh b/desktop/enlightenment/doinst.sh
index 1284de8456..b5948607c7 100644
--- a/desktop/enlightenment/doinst.sh
+++ b/desktop/enlightenment/doinst.sh
@@ -11,3 +11,11 @@ config() {
config etc/enlightenment/sysactions.conf.new
config etc/xdg/menus/e-applications.menu.new
config etc/X11/xinit/xinitrc.enlightenment.new
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi
diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild
index 1d659570a6..b4eb05d221 100644
--- a/desktop/enlightenment/enlightenment.SlackBuild
+++ b/desktop/enlightenment/enlightenment.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for Enlightenment
-# Copyright 2017 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
+# Copyright 2018 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
# All rights reserved.
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Originally by Aleksandar Samardzic <asamardzic@gmail.com>
@@ -24,7 +24,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=enlightenment
-VERSION=${VERSION:-0.22.1}
+VERSION=${VERSION:-0.22.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRC_VERSION
-tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.xz
+tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.?z*
cd $PRGNAM-$SRC_VERSION
chown -R root:root .
find -L . \
diff --git a/desktop/enlightenment/enlightenment.info b/desktop/enlightenment/enlightenment.info
index 8f61c5695f..52eb73c641 100644
--- a/desktop/enlightenment/enlightenment.info
+++ b/desktop/enlightenment/enlightenment.info
@@ -1,8 +1,8 @@
PRGNAM="enlightenment"
-VERSION="0.22.1"
+VERSION="0.22.2"
HOMEPAGE="https://www.enlightenment.org/"
-DOWNLOAD="https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.22.1.tar.xz"
-MD5SUM="b05b9eb4c167f4a65471a1a73d02f8ff"
+DOWNLOAD="https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.22.2.tar.xz"
+MD5SUM="d7f49575c319dc4f76dd077976c22d73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="efl"