libraries/efreet: Updated for version 0.5.0.060

This commit is contained in:
Aleksandar Samardzic 2010-05-12 17:40:30 +02:00 committed by David Somero
parent 5a18971ac0
commit ea83488e01
4 changed files with 13 additions and 8 deletions

View file

@ -3,3 +3,6 @@ Efreet is part of Enlightenment DR17 foundation libraries.
Efreet is an implementation of the following specifications from
freedesktop.org: Base Directory, Desktop Entries, Application Menus,
Icon Themes.
Requires eina and ecore both available at SlackBuilds.org

View file

@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=efreet
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

View file

@ -1,8 +1,8 @@
PRGNAM="efreet"
VERSION="0.5.0.050"
VERSION="0.5.0.060"
HOMEPAGE="http://www.enlightenment.org/"
DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/efreet-0.5.0.050.tar.bz2"
MD5SUM="029accd22bb5b014866dedc38269c82c"
DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/efreet-0.5.0.060.tar.bz2"
MD5SUM="5cf454944446041ca443a6b031421058"
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="Erik Hanson"
APPROVED="dsomero"

View file

@ -1,5 +1,5 @@
|---- Handy ruler -----------------------------------------------|
efreet: Efreet is one of Enlightenment DR17 foundation libraries.
efreet: Efreet (one of the Enlightenment DR17 foundation libraries)
efreet:
efreet: Efreet is an implementation of the following specifications
efreet: from freedesktop.org: Base Directory, Desktop Entries,