From 7874660738abb82569fa14229018935d3e240e7f Mon Sep 17 00:00:00 2001 From: Aleksandar Samardzic Date: Wed, 12 May 2010 17:40:26 +0200 Subject: libraries/e_dbus: Updated for version 0.5.0.060 --- libraries/e_dbus/e_dbus.SlackBuild | 8 +++++--- libraries/e_dbus/e_dbus.info | 8 ++++---- libraries/e_dbus/slack-desc | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'libraries/e_dbus') 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 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. -- cgit v1.2.3