[Lunar-commits] r25887 - moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Sep 19 22:45:21 CEST 2007


Author: v3rt1g0
Date: 2007-09-19 22:45:21 +0200 (Wed, 19 Sep 2007)
New Revision: 25887

Modified:
   moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/BUILD
   moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DEPENDS
   moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DETAILS
Log:
tidyed up BUILD

tweaked DEPENDS (and removed &&)

version bump, added description and more useful homepage


Modified: moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/BUILD	2007-09-19 16:45:00 UTC (rev 25886)
+++ moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/BUILD	2007-09-19 20:45:21 UTC (rev 25887)
@@ -1,13 +1,10 @@
 (
+
    [ -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_build
 
-   default_make
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DEPENDS	2007-09-19 16:45:00 UTC (rev 25886)
+++ moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DEPENDS	2007-09-19 20:45:21 UTC (rev 25887)
@@ -1,2 +1,4 @@
-depends xfce4-panel &&
-depends xmms
+depends  xfce4-panel
+
+optional_depends  "xmms"       ""  ""  "to control XMMS"
+optional_depends  "audacious"  ""  ""  "to control Audacious"

Modified: moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DETAILS	2007-09-19 16:45:00 UTC (rev 25886)
+++ moonbase/trunk/xfce4/goodies/xfce4-xmms-plugin/DETAILS	2007-09-19 20:45:21 UTC (rev 25887)
@@ -1,12 +1,15 @@
           MODULE=xfce4-xmms-plugin
-         VERSION=0.4.2
+         VERSION=0.5.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:75a392ae10a19db2e2cdc88bb1da7164cb42ebd4
+      SOURCE_VFY=sha1:8fa306b003935d1c54ed078c5f18cb61513df682
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
-        WEB_SITE=http://www.xfce.org
+        WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin
          ENTERED=20061124
-         UPDATED=20061124
-           SHORT=""
+         UPDATED=20070919
+           SHORT="panel plugin to control XMMS or Audacious"
+
 cat << EOF
+xfce4-xmms-plugin lets the user control XMMS or Audacious players from
+the xfce4 panel.
 EOF



More information about the Lunar-commits mailing list