mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/e_dbus: Updated for version 0.5.0.060
This commit is contained in:
parent
efb5110d44
commit
7874660738
3 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue