mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/enlightenment: Updated for version 0.16.999.76819.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
54bf098144
commit
3da2564a8d
3 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
Enlightenment DR17 is the next generation of UNIX graphical
|
||||
environments. It is not just a window manager, but it is also a desktop
|
||||
shell. A desktop shell means a window manager plus a file manager plus
|
||||
configuration utilities all in one.
|
||||
environments. It is not just a window manager, but it is also a
|
||||
desktop shell. A desktop shell means a window manager plus a file
|
||||
manager plus configuration utilities all in one.
|
||||
|
||||
The complete build order is: eina, embryo, eet, evas, ecore, lua, edje,
|
||||
e_dbus, efreet, eeze, enlightenment.
|
||||
The complete build order is: lua, eina, eet, evas, ecore, eio, embryo,
|
||||
edje, efreet, e_dbus, enlightenment.
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=enlightenment
|
||||
VERSION=${VERSION:-0.16.999.70492}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.16.999.76819}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="enlightenment"
|
||||
VERSION="0.16.999.70492"
|
||||
VERSION="0.16.999.76819"
|
||||
HOMEPAGE="http://www.enlightenment.org/"
|
||||
DOWNLOAD="http://download.enlightenment.org/snapshots/2012-04-26/enlightenment-0.16.999.70492.tar.bz2"
|
||||
MD5SUM="5c9e114eb8f444100f3a58279b73a29c"
|
||||
DOWNLOAD="http://download.enlightenment.org/snapshots/2012-09-18/enlightenment-0.16.999.76819.tar.bz2"
|
||||
MD5SUM="5a79f3c871b0860b5a3add83a7a2118e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="edje e_dbus efreet eeze"
|
||||
REQUIRES="e_dbus edje efreet eio"
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue