[Lunar-commits] xfce4-places-plugin: initial import in moonbase
Samuel Verstraete
elangelo at lunar-linux.org
Mon Dec 10 10:42:24 CET 2007
commit 740b956b8b55db9a8f3852304a4c5f5c27b98d18
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Mon Dec 10 10:42:24 2007 +0100
xfce4-places-plugin: initial import in moonbase
---
xfce4/goodies/xfce4-places-plugin/BUILD | 13 +++++++++++++
xfce4/goodies/xfce4-places-plugin/DEPENDS | 1 +
xfce4/goodies/xfce4-places-plugin/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/xfce4/goodies/xfce4-places-plugin/BUILD b/xfce4/goodies/xfce4-places-plugin/BUILD
new file mode 100644
index 0000000..12e8e69
--- /dev/null
+++ b/xfce4/goodies/xfce4-places-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-places-plugin/DEPENDS b/xfce4/goodies/xfce4-places-plugin/DEPENDS
new file mode 100644
index 0000000..cb293d3
--- /dev/null
+++ b/xfce4/goodies/xfce4-places-plugin/DEPENDS
@@ -0,0 +1 @@
+depends xfce4-panel
diff --git a/xfce4/goodies/xfce4-places-plugin/DETAILS b/xfce4/goodies/xfce4-places-plugin/DETAILS
new file mode 100644
index 0000000..9447a9d
--- /dev/null
+++ b/xfce4/goodies/xfce4-places-plugin/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=xfce4-places-plugin
+ VERSION=1.0.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
+ SOURCE_VFY=sha1:16cb0b7c3d869010f12656da64277e213bbb8de8
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20071210
+ UPDATED=20071210
+ SHORT="menu with quick access to folders"
+
+cat << EOF
+This plugin is a menu with quick access to folders, documents, and
+removable media.
+The plugin puts a simple button on the panel. Clicking on this button
+opens up a menu with the following:
+1) System-defined directories (home folder, trash, desktop, file system)
+2) Removable media (using thunar-vfs)
+3) User-defined bookmarks (reads ~/.gtk-bookmarks)
+4) Search program launcher (optional)
+5) Recent documents submenu (requires GTK+ v2.10 or greater)
+EOF
More information about the Lunar-commits
mailing list