Difference between revisions of "Weather"

From CBLFS
Jump to navigationJump to search
(32Bit)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Weather ==
+
{{Package-Introduction|This panel plugin shows the current temperature and weather condition worldwide.|http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin}}
 
 
This panel plugin shows the current temperature and weather condition worldwide.
 
 
 
<b>Package Homepage:</b> http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 21: Line 17:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  

Latest revision as of 15:14, 16 April 2007

Download Source: http://goodies.xfce.org/releases/xfce4-weather-plugin/xfce4-weather-plugin-0.6.0.tar.bz2

Introduction to Weather

This panel plugin shows the current temperature and weather condition worldwide.

Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Configuring

Find your location code at http://www.weather.com. Search from the homepage for the area you want weather information from. If you get a match the code will be in the URL. For example, searching for Portage, MI, United States results in:

http://www.weather.com/outlook/travel/vacationplanner/local/USMI0686?from=search_city

The location code is USMI0686. You can also use your zipcode as the location code.

Contents