libraries/e_dbus: Updated for version 1.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7ad19d4769
commit
01f5151782
|
@ -1,6 +1,6 @@
|
|||
E_dbus is part of Enlightenment DR17 foundation libraries.
|
||||
|
||||
E_dbus is the start of some basic convenience wrappers around D-Bus to
|
||||
ease integrating D-Bus with EFL based applications.
|
||||
E_dbus is the start of some basic convenience wrappers around D-Bus
|
||||
to ease integrating D-Bus with EFL based applications.
|
||||
|
||||
Requires: ecore, available at SlackBuilds.org.
|
||||
This requires ecore.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=e_dbus
|
||||
VERSION=${VERSION:-1.0.0.beta}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="e_dbus"
|
||||
VERSION="1.0.0.beta"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.enlightenment.org/"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/e_dbus-1.0.0.beta.tar.bz2"
|
||||
MD5SUM="b5e3a0d5793289f3b2886d74bfb2a95a"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/e_dbus-1.0.0.tar.bz2"
|
||||
MD5SUM="a5c3e2fbbd1dd16da76d50e649e5f3e7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -10,7 +10,7 @@ e_dbus: E_dbus (one of the Enlightenment DR17 foundation libraries)
|
|||
e_dbus:
|
||||
e_dbus: E_dbus is the start of some basic convenience wrappers around
|
||||
e_dbus: D-Bus to ease integrating D-Bus with EFL based applications.
|
||||
e_dbus:
|
||||
e_dbus:
|
||||
e_dbus: E_dbus home page is: http://www.enlightenment.org/
|
||||
e_dbus:
|
||||
e_dbus:
|
||||
|
|
Loading…
Reference in New Issue