summaryrefslogtreecommitdiffstats
path: root/libraries/e_dbus
diff options
context:
space:
mode:
author Aleksandar Samardzic2010-05-12 17:40:26 +0200
committer David Somero2010-05-12 17:40:26 +0200
commit7874660738abb82569fa14229018935d3e240e7f (patch)
tree4471f1a8c87f8a7e54d366e960e3142658fb603b /libraries/e_dbus
parentefb5110d44dd123beadbd2ba11dc328273eeda4b (diff)
downloadslackbuilds-7874660738abb82569fa14229018935d3e240e7f.tar.gz
libraries/e_dbus: Updated for version 0.5.0.060
Diffstat (limited to 'libraries/e_dbus')
-rw-r--r--libraries/e_dbus/e_dbus.SlackBuild8
-rw-r--r--libraries/e_dbus/e_dbus.info8
-rw-r--r--libraries/e_dbus/slack-desc2
3 files changed, 10 insertions, 8 deletions
diff --git a/libraries/e_dbus/e_dbus.SlackBuild b/libraries/e_dbus/e_dbus.SlackBuild
index a8ae826285..8c5dc4b89b 100644
--- a/libraries/e_dbus/e_dbus.SlackBuild
+++ b/libraries/e_dbus/e_dbus.SlackBuild
@@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=e_dbus
-VERSION=${VERSION:-0.5.0.050}
+VERSION=${VERSION:-0.5.0.060}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,8 +51,10 @@ make
make install DESTDIR=$PKG
( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null || true
+ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/e_dbus/e_dbus.info b/libraries/e_dbus/e_dbus.info
index 73893feea7..52dd4a3c10 100644
--- a/libraries/e_dbus/e_dbus.info
+++ b/libraries/e_dbus/e_dbus.info
@@ -1,8 +1,8 @@
PRGNAM="e_dbus"
-VERSION="0.5.0.050"
+VERSION="0.5.0.060"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/e_dbus-0.5.0.050.tar.bz2"
-MD5SUM="7b1454d165f5cc42dd61d7acdd4719dd"
+DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/e_dbus-0.5.0.060.tar.bz2"
+MD5SUM="7e33fe8c0878b8e70a5e35674e677c9a"
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"
diff --git a/libraries/e_dbus/slack-desc b/libraries/e_dbus/slack-desc
index 46f01ec2b9..d5d88be61e 100644
--- a/libraries/e_dbus/slack-desc
+++ b/libraries/e_dbus/slack-desc
@@ -1,5 +1,5 @@
|----- Handy ruler ----------------------------------------------|
-e_dbus: E_dbus is one of Enlightenment DR17 foundation libraries.
+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.