[Lunar-commits] <moonbase> verve-plugin: rename the module xfce4-verve-plugin and bump the version to 0.3.6.
Florin Braescu
florin at lunar-linux.org
Mon Apr 27 12:35:10 CEST 2009
commit 7728e871a4a02f6fb3d7aa0f1a7eb9a1bd5beb78
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Apr 27 13:35:10 2009 +0300
verve-plugin: rename the module xfce4-verve-plugin and bump the version to 0.3.6.
---
xfce4/goodies/verve-plugin/BUILD | 13 -------------
xfce4/goodies/verve-plugin/DEPENDS | 4 ----
xfce4/goodies/verve-plugin/DETAILS | 21 ---------------------
xfce4/goodies/xfce4-verve-plugin/BUILD | 13 +++++++++++++
xfce4/goodies/xfce4-verve-plugin/DEPENDS | 4 ++++
xfce4/goodies/xfce4-verve-plugin/DETAILS | 21 +++++++++++++++++++++
6 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/xfce4/goodies/verve-plugin/BUILD b/xfce4/goodies/verve-plugin/BUILD
deleted file mode 100644
index 12e8e69..0000000
--- a/xfce4/goodies/verve-plugin/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
- [ -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}" &&
-
- ./configure --build=$BUILD \
- --prefix=${MODULE_PREFIX} \
- $OPTS &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/xfce4/goodies/verve-plugin/DEPENDS b/xfce4/goodies/verve-plugin/DEPENDS
deleted file mode 100644
index 791ab16..0000000
--- a/xfce4/goodies/verve-plugin/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends xfce4-panel &&
-depends exo &&
-
-optional_depends "dbus-glib" "" "" "focus grabbing support"
diff --git a/xfce4/goodies/verve-plugin/DETAILS b/xfce4/goodies/verve-plugin/DETAILS
deleted file mode 100644
index 9b256f0..0000000
--- a/xfce4/goodies/verve-plugin/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=verve-plugin
- VERSION=0.3.5
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
- SOURCE_VFY=sha1:889283a87ff275036293c1bbf29bf88506cd199b
- MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
- WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/verve-plugin
- ENTERED=20061124
- UPDATED=20070123
- SHORT="command line plugin for the Xfce panel"
-
-cat << EOF
-The Verve panel plugin is a comfortable command line plugin for the
-Xfce panel.
-It supports several nice features, such as:
- * Command history
- * Auto-completion (including command history)
- * Open URLs and eMail addresses in your favourite applications
- * Focus grabbing via D-BUS (so you can bind a shortcut to it)
- * Custom input field width
-EOF
diff --git a/xfce4/goodies/xfce4-verve-plugin/BUILD b/xfce4/goodies/xfce4-verve-plugin/BUILD
new file mode 100644
index 0000000..0a2dd59
--- /dev/null
+++ b/xfce4/goodies/xfce4-verve-plugin/BUILD
@@ -0,0 +1,13 @@
+(
+ [ -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}" &&
+
+ ./configure --build=$BUILD \
+ --prefix=${MODULE_PREFIX} \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/goodies/xfce4-verve-plugin/DEPENDS b/xfce4/goodies/xfce4-verve-plugin/DEPENDS
new file mode 100644
index 0000000..a061a39
--- /dev/null
+++ b/xfce4/goodies/xfce4-verve-plugin/DEPENDS
@@ -0,0 +1,4 @@
+depends xfce4-panel
+depends exo
+
+optional_depends "dbus-glib" "" "" "focus grabbing support"
diff --git a/xfce4/goodies/xfce4-verve-plugin/DETAILS b/xfce4/goodies/xfce4-verve-plugin/DETAILS
new file mode 100644
index 0000000..5ceb1f3
--- /dev/null
+++ b/xfce4/goodies/xfce4-verve-plugin/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=xfce4-verve-plugin
+ VERSION=0.3.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://goodies.xfce.org/releases/$MODULE
+ SOURCE_VFY=sha1:e9f6d6e90a21895d63f8c346f08cdc4232b56038
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/verve-plugin
+ ENTERED=20061124
+ UPDATED=20090427
+ SHORT="Command line plugin for the Xfce panel"
+
+cat << EOF
+The Verve panel plugin is a comfortable command line plugin for the
+Xfce panel.
+It supports several nice features, such as:
+ * Command history
+ * Auto-completion (including command history)
+ * Open URLs and eMail addresses in your favourite applications
+ * Focus grabbing via D-BUS (so you can bind a shortcut to it)
+ * Custom input field width
+EOF
More information about the Lunar-commits
mailing list