mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/enlightenment: Updated for version 0.22.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7a49bdfb24
commit
e841309ac6
3 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue