[Lunar-commits] <moonbase> xfce4-clipman-plugin: version bump to 1.1.1
Paul Bredbury
brebs at lunar-linux.org
Sun Oct 4 09:11:03 CEST 2009
commit 6155887f0c6d159db9b35a84adf75f99d312451d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Oct 4 14:11:03 2009 +0700
xfce4-clipman-plugin: version bump to 1.1.1
Added dependency on "unique".
---
xfce4/goodies/xfce4-clipman-plugin/BUILD | 13 ++++++-------
xfce4/goodies/xfce4-clipman-plugin/DEPENDS | 3 +++
xfce4/goodies/xfce4-clipman-plugin/DETAILS | 11 ++++++-----
3 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/xfce4/goodies/xfce4-clipman-plugin/BUILD b/xfce4/goodies/xfce4-clipman-plugin/BUILD
index 12e8e69..431db77 100644
--- a/xfce4/goodies/xfce4-clipman-plugin/BUILD
+++ b/xfce4/goodies/xfce4-clipman-plugin/BUILD
@@ -1,13 +1,12 @@
(
- [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
- # make sure proper PKG_CONFIG_PATH is set
- export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+ [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
- ./configure --build=$BUILD \
- --prefix=${MODULE_PREFIX} \
- $OPTS &&
+ # Make sure proper PKG_CONFIG_PATH is set
+ export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
- default_make
+ OPTS+=" --disable-static" &&
+
+ default_build
) > $C_FIFO 2>&1
diff --git a/xfce4/goodies/xfce4-clipman-plugin/DEPENDS b/xfce4/goodies/xfce4-clipman-plugin/DEPENDS
index cb293d3..3093a38 100644
--- a/xfce4/goodies/xfce4-clipman-plugin/DEPENDS
+++ b/xfce4/goodies/xfce4-clipman-plugin/DEPENDS
@@ -1 +1,4 @@
+# Who would *not* want unique?
+depends unique
+
depends xfce4-panel
diff --git a/xfce4/goodies/xfce4-clipman-plugin/DETAILS b/xfce4/goodies/xfce4-clipman-plugin/DETAILS
index 681cf12..9dfa85c 100644
--- a/xfce4/goodies/xfce4-clipman-plugin/DETAILS
+++ b/xfce4/goodies/xfce4-clipman-plugin/DETAILS
@@ -1,12 +1,13 @@
MODULE=xfce4-clipman-plugin
- VERSION=0.5.99.1
+ MAJOR=1.1
+ VERSION=1.1.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
- SOURCE_VFY=sha1:faa0d1b7ae2af0cd785e555eed680f4f94f9ddbb
+ SOURCE_URL=http://archive.xfce.org/src/panel-plugins/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:9c4017087ba21a9460a74df970efda05fdc25b0a
MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
- WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
+ WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
ENTERED=20061124
- UPDATED=20061124
+ UPDATED=20091002
SHORT="clipboard plugin for the Xfce panel"
cat << EOF
More information about the Lunar-commits
mailing list