diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 22:23:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:23:38 +0200 |
commit | 3f83518910183a583ac19c2fa5c3a3ac545a618f (patch) | |
tree | dc344632f8ccd96fcaebcafdd1fed46d0d4f1614 | |
parent | 402a979baaf81b3400bc11805bbe27e8d5fca71e (diff) | |
download | slackbuilds-3f83518910183a583ac19c2fa5c3a3ac545a618f.tar.gz |
libraries/exo-notify: Updated for version 0.3.4
-rw-r--r-- | libraries/exo-notify/exo-notify.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/exo-notify/exo-notify.info | 6 | ||||
-rw-r--r-- | libraries/exo-notify/slack-desc | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/libraries/exo-notify/exo-notify.SlackBuild b/libraries/exo-notify/exo-notify.SlackBuild index b155e30d49..4a1e0923c1 100644 --- a/libraries/exo-notify/exo-notify.SlackBuild +++ b/libraries/exo-notify/exo-notify.SlackBuild @@ -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 diff --git a/libraries/exo-notify/exo-notify.info b/libraries/exo-notify/exo-notify.info index 84e9ab55b3..aaa2ccdb85 100644 --- a/libraries/exo-notify/exo-notify.info +++ b/libraries/exo-notify/exo-notify.info @@ -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" diff --git a/libraries/exo-notify/slack-desc b/libraries/exo-notify/slack-desc index 995ff523f6..87a0193982 100644 --- a/libraries/exo-notify/slack-desc +++ b/libraries/exo-notify/slack-desc @@ -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 |