[Lunar-commits] r23028 - in moonbase/trunk/xfce4/goodies: . notification-daemon-xfce thunar-archive-plugin thunar-media-tags-plugin verve-plugin xfce4-battery-plugin xfce4-cellmodem-plugin xfce4-clipman-plugin xfce4-cpufreq-plugin xfce4-datetime-plugin xfce4-dict-plugin xfce4-diskperf-plugin xfce4-eyes-plugin xfce4-genmon-plugin xfce4-mount-plugin xfce4-mpc-plugin xfce4-notes-plugin xfce4-quicklauncher-plugin xfce4-radio-plugin xfce4-sensors-plugin xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-taskmanager xfce4-timer-plugin xfce4-weather-plugin xfce4-xfapplet-plugin xfce4-xkb-plugin

Samuel Verstraete elangelo at lunar-linux.org
Tue Jan 23 11:36:11 CET 2007


Author: elangelo
Date: 2007-01-23 11:36:11 +0100 (Tue, 23 Jan 2007)
New Revision: 23028

Added:
   moonbase/trunk/xfce4/goodies/thunar-archive-plugin/
   moonbase/trunk/xfce4/goodies/thunar-archive-plugin/BUILD
   moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/
   moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/
   moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/BUILD
   moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DETAILS
Removed:
   moonbase/trunk/xfce4/goodies/xfce4-cpu-freq-plugin/
Modified:
   moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DEPENDS
   moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DETAILS
   moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/verve-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/verve-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-battery-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-cellmodem-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-clipman-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-datetime-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-dict-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-diskperf-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-eyes-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-mount-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-notes-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-quicklauncher-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-sensors-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-smartbookmark-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-systemload-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DEPENDS
   moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-timer-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS
   moonbase/trunk/xfce4/goodies/xfce4-xfapplet-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/xfce4-xkb-plugin/DETAILS
Log:
some modifications, upgrades etc etc...
gr,S.


Modified: moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DEPENDS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,2 +1,3 @@
 depends xfce4-panel &&
-depends libsexy
+depends libsexy     &&
+depends dbus-glib

Modified: moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/notification-daemon-xfce/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -6,6 +6,9 @@
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="notification-daemon for the Xfce desktop"
+
 cat << EOF
+Notification-daemon-xfce is a port of Gnome's notification-daemon
+for the Xfce desktop
 EOF

Added: moonbase/trunk/xfce4/goodies/thunar-archive-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/thunar-archive-plugin/BUILD	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/thunar-archive-plugin/BUILD	2007-01-23 10:36:11 UTC (rev 23028)
@@ -0,0 +1,11 @@
+(
+   # 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}	\
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DEPENDS	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -0,0 +1 @@
+depends Thunar

Added: moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DETAILS	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/thunar-archive-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -0,0 +1,14 @@
+          MODULE=thunar-archive-plugin
+         VERSION=0.2.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://download.berlios.de/xfce-goodies
+      SOURCE_VFY=sha1:3dca5ce069f68a5ae732b81529051beb1d93726c
+        WEB_SITE=http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html
+         ENTERED=20070123
+         UPDATED=20070123
+           SHORT="create archives in Thunar"
+
+cat << EOF
+create and extract archive files using the file context menus in the 
+Thunar file manager
+EOF

Modified: moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DEPENDS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1 +1,2 @@
 depends Thunar
+depends taglib

Modified: moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/thunar-media-tags-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,21 @@
           MODULE=thunar-media-tags-plugin
-         VERSION=0.1.1
+         VERSION=0.1.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:1cd14857d4d6fbebec0469cbae48d09ca87df98f
+      SOURCE_VFY=sha1:5f7fab5e647a2678629cc297a367611715ad8a57
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="audio tagger plugin for Thunar"
+
 cat << EOF
+The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special 
+features for media files to the Thunar File Manager.
+Currently, these are:
+    * a so-called bulk renamer, which allows users to rename multiple 
+      audio files at once, based on their tags (e.g. ID3 or OGG/Vorbis),
+		* a special media file page for the file properties dialog, which 
+      displays detailed information about quality, length etc.,
+		* and finally, an audio tag editor which is reachable from both, 
+      renamer and the properties page.
 EOF

Modified: moonbase/trunk/xfce4/goodies/verve-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/verve-plugin/DEPENDS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/verve-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1 +1,3 @@
 depends xfce4-panel
+depends exo
+optional_depends "dbus-glib" "" "" "focus grabbing support"

Modified: moonbase/trunk/xfce4/goodies/verve-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/verve-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/verve-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,20 @@
           MODULE=verve-plugin
-         VERSION=0.3.4
+         VERSION=0.3.5
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:c47b0b2aee8cc56eb436be5b2c9ccd77c74787df
-        WEB_SITE=http://www.xfce.org
+      SOURCE_VFY=sha1:889283a87ff275036293c1bbf29bf88506cd199b
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/verve-plugin
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         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

Modified: moonbase/trunk/xfce4/goodies/xfce4-battery-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-battery-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-battery-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,11 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:293a48eed1c251083d53da78bc985689c9e8e3d5
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="battery monitor panel plugin for Xfce4"
+
 cat << EOF
+battery monitor panel plugin for Xfce4, compatible with APM and ACPI
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-cellmodem-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-cellmodem-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-cellmodem-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,16 @@
           MODULE=xfce4-cellmodem-plugin
-         VERSION=0.0.4
+         VERSION=0.0.5
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:8cf6ccf6e1a061697f127e9633029190e9e5bde6
-        WEB_SITE=http://www.xfce.org
+      SOURCE_VFY=sha1:abbfd359cf8b6eb7f9ec7a925f934f9e2503f298
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="monitoring plugin for cellular modems"
+
 cat << EOF
+The cellmodem plugin is a monitoring plugin for cellular modems. It 
+reports provider and signal quality for GPRS/UMTS(3G)/HSDPA(3.5G) modem
+cards. It works with (mostly) all cards which support an out-of-band 
+channel for monitoring purposes.
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-clipman-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-clipman-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-clipman-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,14 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:faa0d1b7ae2af0cd785e555eed680f4f94f9ddbb
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="clipboard plugin for the Xfce panel"
+
 cat << EOF
+Clipman allows you to keep several clipboard selections in memory 
+which you can then use to toggle. It can pull the clips from both 
+the selection and the copy buffer, restore your clipboard on login
+and prevent an empty clipboard.
 EOF

Copied: moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin (from rev 23016, moonbase/trunk/xfce4/goodies/xfce4-cpu-freq-plugin)

Modified: moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-cpu-freq-plugin/DEPENDS	2007-01-22 06:32:08 UTC (rev 23016)
+++ moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1 +1,2 @@
 depends xfce4-panel
+

Modified: moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-cpu-freq-plugin/DETAILS	2007-01-22 06:32:08 UTC (rev 23016)
+++ moonbase/trunk/xfce4/goodies/xfce4-cpufreq-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,17 @@
-          MODULE=xfce4-cpu-freq-plugin
+          MODULE=xfce4-cpufreq-plugin
          VERSION=0.0.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/xfce4-cpu-freq-plugin-$VERSION
       SOURCE_VFY=sha1:93a75282ecb169d90a55b1a27d3e3acd67b99367
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="CpuFreq Plugin for the Xfce panel"
+
 cat << EOF
+The CpuFreq Plugin shows in the Xfce Panel the following, chooseable 
+informations:
+ * current CPU frequency
+ * current used governor
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-datetime-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-datetime-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-datetime-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,14 @@
           MODULE=xfce4-datetime-plugin
-         VERSION=0.4.0
+         VERSION=0.4.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:57ca3b66a847a2a86fc3c5b65c5f43bf0ef03ff8
-        WEB_SITE=http://www.xfce.org
+      SOURCE_VFY=sha1:0d5057aef0933acd572e94fe4ac0e0b9384d4a6c
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="date and time in the panel"
+
 cat << EOF
+this plugin shows the date and time in the panel, and a calendar 
+appears when you left-click on it.
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-dict-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-dict-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-dict-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,15 @@
           MODULE=xfce4-dict-plugin
-         VERSION=0.1.0
+         VERSION=0.2.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:6cffbe7dfaffe4198b0304c12dc613914bbf30c6
-        WEB_SITE=http://www.xfce.org
+      SOURCE_VFY=sha1:bfaf060bf8491833640c65096c90e9473479388b
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="query a dictionary server for translation or explanation"
+
 cat << EOF
+With this plugin you can query a dictionary server(see RFC 2229) to 
+search for the translation or explanation of a word. You can also 
+choose a dictionary offered by the server to improve your search results
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-diskperf-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-diskperf-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-diskperf-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,14 @@
           MODULE=xfce4-diskperf-plugin
-         VERSION=2.0
+         VERSION=2.1.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:e5bf8526521ad7841001cad9ff5b9b1dc001001f
+      SOURCE_VFY=sha1:66db93af32f4a3ca0ce931fed312b267a3a3dece
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="disk/partition performance monitor"
+
 cat << EOF
+this plugin displays instant disk/partition performance (bytes 
+transfered per second)
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-eyes-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-eyes-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-eyes-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,12 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:9c5dcd3eab98e3b5ce7f3609fea45cf9805cc2c2
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="the eyes on your Xfce panel"
+
 cat << EOF
+Eyes is a xfce4 panel plugin that adds eyes which watch your every
+step. Scary!
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,12 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:764d9808aaf72416fe668abbdd379100b3ddddc1
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="script monitor"
+
 cat << EOF
+this plugin cyclically spawns the indicated script/program, captures 
+its output (stdout) and displays the resulting string into the panel.
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-mount-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-mount-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-mount-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,11 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:abe5f3200e3a579890c122ccb1435adf25e7ee05
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="mount/umount utility for the panel"
+
 cat << EOF
+mount/umount utility for the panel
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DEPENDS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1 +1,2 @@
 depends xfce4-panel
+depends mpd

Modified: moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-mpc-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,13 @@
           MODULE=xfce4-mpc-plugin
-         VERSION=0.2.0
+         VERSION=0.3.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:a67bb5665769abc6864e25c3ba45060a3d4c438e
+      SOURCE_VFY=sha1:76cab106db982ceaf779f5ac6cd6c5dc93004e10
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="simple client Xfce plugin for Music Player Daemon"
+
 cat << EOF
+This is a simple client plugin for Music Player Daemon. 
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-notes-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-notes-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-notes-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,13 @@
           MODULE=xfce4-notes-plugin
-         VERSION=1.3.99.1
+         VERSION=1.4.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:c24fddc6a3941f2de03f7f3e53686aa986cc9418
+      SOURCE_VFY=sha1:6cc99392e44e94a81731dbd585a075c195f2a9d8
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="notes plugin for the xfce panel"
+
 cat << EOF
+notes plugin for the xfce panel
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-quicklauncher-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-quicklauncher-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-quicklauncher-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,11 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:88e035799622a4b273b2b6b9c85d7cd4e42d74fe
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="launchers on one or more lines for the Xfce panel"
+
 cat << EOF
+Display your launchers on one or more lines so they don't waste space
 EOF

Added: moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/BUILD	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/BUILD	2007-01-23 10:36:11 UTC (rev 23028)
@@ -0,0 +1,11 @@
+(
+   # 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}	\
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DEPENDS	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -0,0 +1 @@
+depends xfce4-panel

Added: moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DETAILS	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/xfce4-radio-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -0,0 +1,13 @@
+          MODULE=xfce4-radio-plugin
+         VERSION=0.2.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
+      SOURCE_VFY=sha1:74ec7311aa3ac97f3ef4cada6a2cff22317239e5
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
+         ENTERED=20070123
+         UPDATED=20070123
+           SHORT="control your V4l radio device"
+
+cat << EOF
+a plugin to control your V4l radio device
+EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-sensors-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-sensors-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-sensors-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,11 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:5f99dd25d7f0030595d90fbd0ecfb1c43aee5b05
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="hardware sensors plugin for the Xfce panel"
+
 cat << EOF
+hardware sensors plugin for the panel
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-smartbookmark-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-smartbookmark-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-smartbookmark-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -3,9 +3,11 @@
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
       SOURCE_VFY=sha1:18ec35f91b244a07f663b3180baa129d75e2fb2b
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="search the web from your panel"
+
 cat << EOF
+send requests directly to your browser and perform a custom search
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-systemload-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-systemload-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-systemload-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,14 @@
           MODULE=xfce4-systemload-plugin
-         VERSION=0.4.0
+         VERSION=0.4.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:b81efed9265d5b3621ea708c2d0211cd1baddc50
+      SOURCE_VFY=sha1:517cc051633cc6f28147d5adeaf5db56219dddfb
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="system load plugin for the Xfce panel"
+
 cat << EOF
+displays the current CPU load, the memory in use, the swap space and 
+the system uptime
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DEPENDS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1 +1,2 @@
 depends libxfcegui4
+depends libxfce4util

Modified: moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-taskmanager/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,14 @@
           MODULE=xfce4-taskmanager
-         VERSION=0.3.1
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=0.3.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:05f4c17c743cfdf347a481ff466e9d2fcf2042fe
+      SOURCE_VFY=sha1:a7cce962550f8c3669c3709db9f7f3a0c18c534d
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="taskmanager for the Xfce Desktop Environment"
+
 cat << EOF
+Xfce4-taskmanager is a simple taskmanager for the Xfce Desktop 
+Environment.
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-timer-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-timer-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-timer-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,14 @@
           MODULE=xfce4-timer-plugin
-         VERSION=0.5
+         VERSION=0.5.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:6fa69a2a206f2b628a75dbea7ed8ab194daa6b0c
+      SOURCE_VFY=sha1:3d0d36139c1d757bd92d177c693071ca3599529a
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
          UPDATED=20061124
-           SHORT=""
+           SHORT="run an alarm at a specified time"
+
 cat << EOF
+This is a simple plugin that lets the user run an alarm at a 
+specified time or at the end of a specified countdown period.
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,14 @@
           MODULE=xfce4-weather-plugin
-         VERSION=0.5.99.1
+         VERSION=0.6.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:42585967486afcab636ef70917777ea97f16d0a2
-        WEB_SITE=http://www.xfce.org
+      SOURCE_VFY=sha1:5420955693338052b3b6ddca10609072d53aa2e3
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="shows current weather in your panel"
+
 cat << EOF
+this panel plugin shows the current temperature and weather condition,
+using weather data provided by xoap.weather.com.
 EOF

Modified: moonbase/trunk/xfce4/goodies/xfce4-xfapplet-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-xfapplet-plugin/DEPENDS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-xfapplet-plugin/DEPENDS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,2 +1 @@
 depends xfce4-panel
-depends libpanelapplet

Modified: moonbase/trunk/xfce4/goodies/xfce4-xkb-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-xkb-plugin/DETAILS	2007-01-23 04:44:40 UTC (rev 23027)
+++ moonbase/trunk/xfce4/goodies/xfce4-xkb-plugin/DETAILS	2007-01-23 10:36:11 UTC (rev 23028)
@@ -1,11 +1,15 @@
           MODULE=xfce4-xkb-plugin
-         VERSION=0.4.1
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=0.4.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:ab7444b2108cf6ac1df1e379b94fda611c117b1b
+      SOURCE_VFY=sha1:962f1fdc6b373fa5d8a886aaaa4d0fbb45c44234
         WEB_SITE=http://www.xfce.org
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070123
+           SHORT="keyboard layout switcher"
+
 cat << EOF
+displays the current keyboard layout, and refreshes when layout 
+changes. Also the layout can be switched by simply clicking on the 
+plugin.
 EOF



More information about the Lunar-commits mailing list