diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:22:09 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:09 +0200 |
commit | b28a657345b4a9372cfb952df47ef71dd3651957 (patch) | |
tree | 438d9fad3212ed2d9e93835da44433da057bdbb7 /desktop | |
parent | 6d9e6ccf22be9c0befcfd402c7ce746ab0699a22 (diff) | |
download | slackbuilds-b28a657345b4a9372cfb952df47ef71dd3651957.tar.gz |
desktop/xfce4-notes-plugin: Updated for version 1.6.3
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-notes-plugin/README | 2 | ||||
-rw-r--r-- | desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/xfce4-notes-plugin/xfce4-notes-plugin.info | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/desktop/xfce4-notes-plugin/README b/desktop/xfce4-notes-plugin/README index 60182a54a7..d329f67f29 100644 --- a/desktop/xfce4-notes-plugin/README +++ b/desktop/xfce4-notes-plugin/README @@ -1,3 +1,5 @@ notes plugin for the Xfce panel The notes plugin provides 'sticky notes' for your desktop. + +This requires intltool, which is also available at SlackBuilds.org. diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild index 49963f2dfb..92b2ebe5ca 100644 --- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild +++ b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-notes-plugin -# Copyright 2006-2008 Robby Workman (http://rlworkman.net) +# Copyright 2006-2008 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-notes-plugin -VERSION=1.6.1 +VERSION=1.6.3 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -37,6 +37,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 @@ -60,7 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --enable-shared=yes \ --enable-static=no \ - --enable-debug=no + --enable-debug=no \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info index 49e3ce38e9..21da2cae4e 100644 --- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info +++ b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-notes-plugin" -VERSION="1.6.1" +VERSION="1.6.3" HOMEPAGE="http://goodies.xfce.org/" -DOWNLOAD="http://goodies.xfce.org/releases/xfce4-notes-plugin/xfce4-notes-plugin-1.6.1.tar.bz2" -MD5SUM="be2e9006e2a033c722243e4afc1cfc2a" +DOWNLOAD="http://goodies.xfce.org/releases/xfce4-notes-plugin/xfce4-notes-plugin-1.6.3.tar.bz2" +MD5SUM="8a54229eca70f2e2b349401284f920ca" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="Erik Hanson" +APPROVED="dsomero" |