From b28a657345b4a9372cfb952df47ef71dd3651957 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 11 May 2010 22:22:09 +0200 Subject: desktop/xfce4-notes-plugin: Updated for version 1.6.3 --- desktop/xfce4-notes-plugin/README | 2 ++ desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild | 9 ++++++--- desktop/xfce4-notes-plugin/xfce4-notes-plugin.info | 8 ++++---- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'desktop/xfce4-notes-plugin') 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" -- cgit v1.2.3-65-gdbad