libraries/exo-notify: Updated for version 0.3.101

This commit is contained in:
Frank Caraballo 2010-05-13 00:29:22 +02:00 committed by Robby Workman
parent 71cdd47705
commit 791b9e13d4
3 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@ exo-notify contains the exo-mount-notify binary that is created when
compiling exo against libnotify. All other exo files are included in
the official Slackware Xfce package.
libnotify (available at SBo) is required to build exo-notify.
libnotify is required to build exo-notify.
NOTE: The version of exo used to build exo-notify must match the
version of exo included with Slackware's Xfce package.

View file

@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=exo-notify
VERSION=${VERSION:-0.3.4}
VERSION=${VERSION:-0.3.101}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -50,7 +50,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf exo-$VERSION
tar xvf $CWD/exo-$VERSION.tar.bz2
tar xvf $CWD/exo-$VERSION.tar.xz
cd exo-$VERSION
chown -R root:root .
find . \
@ -87,4 +87,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="exo-notify"
VERSION="0.3.4"
VERSION="0.3.101"
HOMEPAGE="http://www.xfce.org/"
DOWNLOAD="http://thunar.xfce.org/download/sources/exo/0.3.4/exo-0.3.4.tar.bz2"
MD5SUM="7a1af943b1df32b6f89ae91823118a22"
DOWNLOAD="http://slackware.osuosl.org/slackware-13.0/source/xap/xfce/src/exo-0.3.101.tar.xz"
DOWNLOAD_x86_64=""
MD5SUM="584d8322a93af18e1efc3eee99bcd171"
MD5SUM_x86_64=""
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
APPROVED="rworkman"