[Lunar-commits] <moonbase> xfce4-mount-plugin: version bumped to 0.5.5.

Florin Braescu florin at lunar-linux.org
Sun Oct 11 20:36:26 CEST 2009


commit ae4daf6487821e207d9895dbc34ab1b6bc6cbc73
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 11 21:36:26 2009 +0300

    xfce4-mount-plugin: version bumped to 0.5.5.
    
    Version 0.5.5 now detects automatically mounted devices.
    Note that for unmounting  them, you might need to setup
    special commands, like "pmount", or "sudo umount".
    
    Also does it automatically map the rather long name
    "/dev/mapper/logvol1/volume2" to "LVM 1:2". Currently,
    you cannot disable this behavior, as its is more than
    strongly recommended. Upon thousands of requests, I
    might consider adding another switch in the already
    rather big options dialog.
---
 xfce4/goodies/xfce4-mount-plugin/BUILD   |    7 ++++---
 xfce4/goodies/xfce4-mount-plugin/DETAILS |   13 +++++++------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/xfce4/goodies/xfce4-mount-plugin/BUILD b/xfce4/goodies/xfce4-mount-plugin/BUILD
index 12e8e69..ee3c309 100644
--- a/xfce4/goodies/xfce4-mount-plugin/BUILD
+++ b/xfce4/goodies/xfce4-mount-plugin/BUILD
@@ -1,12 +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                                           &&
+   ./configure  --build=$BUILD             \
+                --prefix=${MODULE_PREFIX}  \
+                $OPTS                     &&
 
    default_make
 
diff --git a/xfce4/goodies/xfce4-mount-plugin/DETAILS b/xfce4/goodies/xfce4-mount-plugin/DETAILS
index 7f4d3e0..8abfa90 100644
--- a/xfce4/goodies/xfce4-mount-plugin/DETAILS
+++ b/xfce4/goodies/xfce4-mount-plugin/DETAILS
@@ -1,14 +1,15 @@
           MODULE=xfce4-mount-plugin
-         VERSION=0.4.8
+         VERSION=0.5.5
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:abe5f3200e3a579890c122ccb1435adf25e7ee05
+   SOURCE_URL[0]=http://goodies.xfce.org/releases/$MODULE
+   SOURCE_URL[1]=http://goodies.xfce.org/releases/$MODULE
+      SOURCE_VFY=sha1:1215093edd37e684542dc14375a1c349eee64a2c
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT="mount/umount utility for the panel"
+         UPDATED=20091011
+           SHORT="A mount/umount utility for the panel"
 
 cat << EOF
-mount/umount utility for the panel
+A mount/umount utility for the panel.
 EOF


More information about the Lunar-commits mailing list