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
|
PRGNAM=exo
|
||||||
PKGNAME=exo-notify
|
PKGNAME=exo-notify
|
||||||
VERSION=0.3.2
|
VERSION=0.3.4
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -38,6 +38,8 @@ if [ "$ARCH" = "i486" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -67,7 +69,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--enable-notifications \
|
--enable-notifications \
|
||||||
--enable-hal \
|
--enable-hal \
|
||||||
--enable-debug=no
|
--enable-debug=no \
|
||||||
|
--build=$ARCH-slackware-linux \
|
||||||
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="exo-notify"
|
PRGNAM="exo-notify"
|
||||||
VERSION="0.3.2"
|
VERSION="0.3.4"
|
||||||
HOMEPAGE="http://www.xfce.org/"
|
HOMEPAGE="http://www.xfce.org/"
|
||||||
DOWNLOAD="http://thunar.xfce.org/download/sources/exo/0.3.2/exo-0.3.2.tar.bz2"
|
DOWNLOAD="http://thunar.xfce.org/download/sources/exo/0.3.4/exo-0.3.4.tar.bz2"
|
||||||
MD5SUM="8b73acc98d0938d1193b31316823b6db"
|
MD5SUM="7a1af943b1df32b6f89ae91823118a22"
|
||||||
MAINTAINER="Frank Caraballo"
|
MAINTAINER="Frank Caraballo"
|
||||||
EMAIL="fecaraballo{at}gmail{dot}com"
|
EMAIL="fecaraballo{at}gmail{dot}com"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler---------------------------------------------------|
|
||||||
exo-notify: exo-notify (exo-mount-notify binary)
|
exo-notify: exo-notify (exo-mount-notify binary)
|
||||||
exo-notify:
|
exo-notify:
|
||||||
exo-notify: exo-notify contains the exo-mount-notify binary that is
|
exo-notify: exo-notify contains the exo-mount-notify binary that is
|
||||||
|
|
Loading…
Reference in a new issue