[Lunar-commits] r14570 - in moonbase/trunk/xfce4: . xfce4-mount-plugin

Jasper Huysmans jasper at lunar-linux.org
Tue May 3 05:49:04 UTC 2005


Author: jasper
Date: 2005-05-03 05:49:02 +0000 (Tue, 03 May 2005)
New Revision: 14570

Added:
   moonbase/trunk/xfce4/xfce4-mount-plugin/
   moonbase/trunk/xfce4/xfce4-mount-plugin/BUILD
   moonbase/trunk/xfce4/xfce4-mount-plugin/DEPENDS
   moonbase/trunk/xfce4/xfce4-mount-plugin/DETAILS
Log:
Mount plugin module, contributed by Benoit Valiron.

Added: moonbase/trunk/xfce4/xfce4-mount-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/xfce4-mount-plugin/BUILD	2005-05-02 22:56:13 UTC (rev 14569)
+++ moonbase/trunk/xfce4/xfce4-mount-plugin/BUILD	2005-05-03 05:49:02 UTC (rev 14570)
@@ -0,0 +1,13 @@
+
+( 
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+   ./configure  --build=$BUILD					\
+                --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce4}	\
+                --disable-static				\
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/xfce4/xfce4-mount-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/xfce4-mount-plugin/DEPENDS	2005-05-02 22:56:13 UTC (rev 14569)
+++ moonbase/trunk/xfce4/xfce4-mount-plugin/DEPENDS	2005-05-03 05:49:02 UTC (rev 14570)
@@ -0,0 +1 @@
+depends xfce4-panel

Added: moonbase/trunk/xfce4/xfce4-mount-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/xfce4-mount-plugin/DETAILS	2005-05-02 22:56:13 UTC (rev 14569)
+++ moonbase/trunk/xfce4/xfce4-mount-plugin/DETAILS	2005-05-03 05:49:02 UTC (rev 14570)
@@ -0,0 +1,14 @@
+          MODULE=xfce4-mount-plugin
+         VERSION=0.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://download.berlios.de/xfce-goodies/
+     SOURCE_VFY=sha1:5d8441fa5641bf8e4325744c66861dcb38184189
+         WEBSITE=http://www.xfce.org
+         ENTERED=20050503
+         UPDATED=20050503
+           SHORT="mount/umount utility for the Xfce 4 panel"
+
+cat << EOF
+mount/umount utility for the Xfce 4 panel
+
+EOF



More information about the Lunar-commits mailing list