desktop/xfce4-notes-plugin: Updated for version 1.6.3

This commit is contained in:
Robby Workman 2010-05-11 22:22:09 +02:00 committed by David Somero
parent 6d9e6ccf22
commit b28a657345
3 changed files with 12 additions and 7 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"