Add gdesklets-goodweather, a gdesklet weather forecast thingy.

This desklet (sensor/display) shows the current temperature, humidity, sky,
windchill temperature and a forecast of the next 4 days on your desktop.

The data is retrieved from Weather XML Data Feed project at weather.com.

The desklet is a hack based on the code of the original weather desklet, the
Liquid Weather++ module for Karamba and some very nice artwork.

PR:		ports/59407
Submitted by:	Jeremy Messenger <mezz7@cox.net>
This commit is contained in:
Adam Weinberger 2003-11-18 07:30:13 +00:00
parent 071d790785
commit e6c3c652ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94233
6 changed files with 380 additions and 0 deletions

View File

@ -7,6 +7,7 @@
SUBDIR += dgpsip
SUBDIR += ephem
SUBDIR += fooseti
SUBDIR += gdesklets-goodweather
SUBDIR += gkrellmearth
SUBDIR += gkrellmoon
SUBDIR += gkrellmseti

View File

@ -0,0 +1,51 @@
# New ports collection makefile for: gdesklets-goodweather
# Date created: 17 November 2003
# Whom: Mezz <mezz7@cox.net>
#
# $FreeBSD$
#
PORTNAME= goodweather
PORTVERSION= 0.1
CATEGORIES= astro gnome
MASTER_SITES= http://people.roqe.org/kr/misc/
PKGNAMEPREFIX= gdesklets-
DISTNAME= GoodWeather-${PORTVERSION}
MAINTAINER= mezz7@cox.net
COMMENT= A desklet that displays current weather condition and forecast
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdesklets-core.pc:${PORTSDIR}/deskutils/gdesklets
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
NAME= GoodWeather
DATADIR= ${PREFIX}/share/gnome
SKINS= liquid um weather.com
do-build:
@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
do-install:
@${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx
.for ii in ${SKINS}
@${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME}/${ii}/large_icons
@${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME}/${ii}/small_icons
@${INSTALL_DATA} ${WRKSRC}/${NAME}/${ii}/large_icons/*.png \
${DATADIR}/gdesklets/Sensors/${NAME}/${ii}/large_icons/
@${INSTALL_DATA} ${WRKSRC}/${NAME}/${ii}/small_icons/*.png \
${DATADIR}/gdesklets/Sensors/${NAME}/${ii}/small_icons/
.endfor
@${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/
@${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/gdesklets/Displays/${NAME}/
@${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${DATADIR}/gdesklets/Displays/${NAME}/gfx/
@${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/gdesklets/Displays/${NAME}/
@${LN} -s ${DATADIR}/gdesklets/Displays/${NAME}/README \
${DATADIR}/gdesklets/Sensors/${NAME}/README
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (GoodWeather-0.1.tar.bz2) = 035ad488e7385ee4aacacc96ab8a283c

View File

@ -0,0 +1,9 @@
This desklet (sensor/display) shows the current temperature, humidity, sky,
windchill temperature and a forecast of the next 4 days on your desktop.
The data is retrieved from Weather XML Data Feed project at weather.com.
The desklet is a hack based on the code of the original weather desklet, the
Liquid Weather++ module for Karamba and some very nice artwork.
WWW: http://people.roqe.org/kr/

View File

@ -0,0 +1,19 @@
##
To view the README:
cat ${PREFIX}/share/gnome/gdesklets/Displays/${name}/README
cat ${PREFIX}/share/gnome/gdesklets/Sensors/${name}/README
To view the installed applets:
ls ${PREFIX}/share/gnome/gdesklets/Displays
To use those applets:
gdesklets ${PREFIX}/share/gnome/gdesklets/Displays/${name}/${name}.display
Replace the ${name} with the correct name to what you want to use applets.
NOTE: Be sure to login as your user when you use the gdesklets command,
as the configuration will be stored in the ~/.gdesklets/ directory.
##

View File

@ -0,0 +1,299 @@
share/gnome/gdesklets/Displays/GoodWeather/GoodWeather.display
share/gnome/gdesklets/Displays/GoodWeather/README
share/gnome/gdesklets/Displays/GoodWeather/gfx/bg-bar.png
share/gnome/gdesklets/Displays/GoodWeather/gfx/bg-left.png
share/gnome/gdesklets/Displays/GoodWeather/gfx/bg-right.png
share/gnome/gdesklets/Displays/GoodWeather/gfx/bg-weather.png
share/gnome/gdesklets/Sensors/GoodWeather/README
share/gnome/gdesklets/Sensors/GoodWeather/__init__.py
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/1.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/10.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/11.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/12.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/13.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/14.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/15.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/16.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/17.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/18.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/19.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/2.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/20.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/21.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/22.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/23.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/24.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/25.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/26.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/27.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/28.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/29.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/3.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/30.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/31.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/32.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/33.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/34.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/35.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/36.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/37.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/38.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/39.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/4.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/40.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/41.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/42.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/43.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/44.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/5.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/6.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/7.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/8.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons/9.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/1.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/10.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/11.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/12.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/13.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/14.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/15.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/16.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/17.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/18.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/19.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/2.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/20.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/21.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/22.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/23.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/24.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/25.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/26.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/27.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/28.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/29.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/3.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/30.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/31.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/32.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/33.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/34.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/35.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/36.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/37.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/38.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/39.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/4.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/40.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/41.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/42.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/43.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/44.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/5.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/6.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/7.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/8.png
share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons/9.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/1.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/10.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/11.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/12.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/13.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/14.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/15.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/16.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/17.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/18.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/19.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/2.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/20.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/21.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/22.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/23.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/24.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/25.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/26.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/27.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/28.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/29.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/3.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/30.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/31.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/32.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/33.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/34.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/35.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/36.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/37.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/38.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/39.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/4.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/40.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/41.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/42.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/43.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/44.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/45.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/47.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/5.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/6.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/7.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/8.png
share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons/9.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/1.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/10.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/11.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/12.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/13.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/14.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/15.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/16.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/17.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/18.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/19.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/2.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/20.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/21.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/22.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/23.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/24.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/25.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/26.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/27.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/28.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/29.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/3.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/30.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/31.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/32.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/33.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/34.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/35.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/36.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/37.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/38.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/39.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/4.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/40.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/41.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/42.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/43.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/44.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/45.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/47.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/5.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/6.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/7.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/8.png
share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons/9.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/0.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/1.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/10.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/11.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/12.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/13.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/14.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/15.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/16.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/17.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/18.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/19.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/2.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/20.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/21.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/22.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/23.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/24.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/25.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/26.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/27.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/28.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/29.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/3.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/30.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/31.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/32.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/33.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/34.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/35.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/36.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/37.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/38.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/39.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/4.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/40.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/41.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/42.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/43.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/44.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/45.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/46.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/47.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/5.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/6.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/7.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/8.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/9.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons/na.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/0.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/1.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/10.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/11.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/12.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/13.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/14.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/15.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/16.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/17.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/18.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/19.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/2.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/20.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/21.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/22.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/23.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/24.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/25.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/26.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/27.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/28.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/29.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/3.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/30.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/31.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/32.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/33.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/34.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/35.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/36.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/37.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/38.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/39.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/4.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/40.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/41.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/42.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/43.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/44.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/45.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/46.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/47.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/5.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/6.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/7.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/8.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/9.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons/na.png
share/gnome/gdesklets/Sensors/GoodWeather/weather.py
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/weather.com/small_icons
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/weather.com/large_icons
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/weather.com
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/um/small_icons
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/um/large_icons
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/um
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/liquid/small_icons
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/liquid/large_icons
@dirrm share/gnome/gdesklets/Sensors/GoodWeather/liquid
@dirrm share/gnome/gdesklets/Sensors/GoodWeather
@dirrm share/gnome/gdesklets/Displays/GoodWeather/gfx
@dirrm share/gnome/gdesklets/Displays/GoodWeather