mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/exo-notify: Updated for version 0.3.4
This commit is contained in:
parent
402a979baa
commit
3f83518910
3 changed files with 10 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=exo
|
||||
PKGNAME=exo-notify
|
||||
VERSION=0.3.2
|
||||
VERSION=0.3.4
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -38,6 +38,8 @@ if [ "$ARCH" = "i486" ]; then
|
|||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -67,7 +69,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-static=no \
|
||||
--enable-notifications \
|
||||
--enable-hal \
|
||||
--enable-debug=no
|
||||
--enable-debug=no \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="exo-notify"
|
||||
VERSION="0.3.2"
|
||||
VERSION="0.3.4"
|
||||
HOMEPAGE="http://www.xfce.org/"
|
||||
DOWNLOAD="http://thunar.xfce.org/download/sources/exo/0.3.2/exo-0.3.2.tar.bz2"
|
||||
MD5SUM="8b73acc98d0938d1193b31316823b6db"
|
||||
DOWNLOAD="http://thunar.xfce.org/download/sources/exo/0.3.4/exo-0.3.4.tar.bz2"
|
||||
MD5SUM="7a1af943b1df32b6f89ae91823118a22"
|
||||
MAINTAINER="Frank Caraballo"
|
||||
EMAIL="fecaraballo{at}gmail{dot}com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler---------------------------------------------------|
|
||||
exo-notify: exo-notify (exo-mount-notify binary)
|
||||
exo-notify:
|
||||
exo-notify: exo-notify contains the exo-mount-notify binary that is
|
||||
|
|
Loading…
Reference in a new issue