[Lunar-commits] r26837 - moonbase/trunk/xfce4/goodies/xfce4-weather-plugin

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Nov 19 05:04:17 CET 2007


Author: v3rt1g0
Date: 2007-11-19 05:04:17 +0100 (Mon, 19 Nov 2007)
New Revision: 26837

Modified:
   moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/BUILD
   moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS
Log:
Bugfixes release
Simplified BUILD a bit


Modified: moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/BUILD	2007-11-18 23:42:48 UTC (rev 26836)
+++ moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/BUILD	2007-11-19 04:04:17 UTC (rev 26837)
@@ -4,10 +4,6 @@
    # 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-weather-plugin/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS	2007-11-18 23:42:48 UTC (rev 26836)
+++ moonbase/trunk/xfce4/goodies/xfce4-weather-plugin/DETAILS	2007-11-19 04:04:17 UTC (rev 26837)
@@ -1,15 +1,15 @@
           MODULE=xfce4-weather-plugin
-         VERSION=0.6.0
+         VERSION=0.6.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
-      SOURCE_VFY=sha1:5420955693338052b3b6ddca10609072d53aa2e3
+      SOURCE_VFY=sha1:dbe7e6695cd647aaf843dc790d9bb37ea95c83ea
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
          ENTERED=20061124
-         UPDATED=20070123
+         UPDATED=20071118
            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.
+xfce4-weather-panel is a panel plugin that shows the current temperature
+and weather condition, using weather data provided by xoap.weather.com.
 EOF



More information about the Lunar-commits mailing list