Index: head/misc/xfce4-weather-plugin/files/patch-configure =================================================================== --- head/misc/xfce4-weather-plugin/files/patch-configure (revision 372116) +++ head/misc/xfce4-weather-plugin/files/patch-configure (nonexistent) @@ -1,45 +0,0 @@ ---- configure.orig 2012-08-06 11:16:36.000000000 +0000 -+++ configure 2012-08-12 14:57:44.000000000 +0000 -@@ -14468,13 +14468,13 @@ - fi - - --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_query in -lresolv" >&5 --$as_echo_n "checking for res_query in -lresolv... " >&6; } --if ${ac_cv_lib_resolv_res_query+:} false; then : -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_query in -lc" >&5 -+$as_echo_n "checking for res_query in -lc... " >&6; } -+if ${ac_cv_lib_c_res_query+:} false; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lresolv $LIBS" -+LIBS="-lc $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -14494,18 +14494,18 @@ - } - _ACEOF - if ac_fn_c_try_link "$LINENO"; then : -- ac_cv_lib_resolv_res_query=yes -+ ac_cv_lib_c_res_query=yes - else -- ac_cv_lib_resolv_res_query=no -+ ac_cv_lib_c_res_query=no - fi - rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_query" >&5 --$as_echo "$ac_cv_lib_resolv_res_query" >&6; } --if test "x$ac_cv_lib_resolv_res_query" = xyes; then : -- LIBRESOLV=-lresolv -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_query" >&5 -+$as_echo "$ac_cv_lib_c_res_query" >&6; } -+if test "x$ac_cv_lib_c_res_query" = xyes; then : -+ LIBRESOLV=-lc - fi - - Property changes on: head/misc/xfce4-weather-plugin/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-parsers.c =================================================================== --- head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-parsers.c (revision 372116) +++ head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-parsers.c (nonexistent) @@ -1,22 +0,0 @@ -Make plugin ready for met.no locationforecast-1.2 API (bug #10916). - ---- panel-plugin/weather-parsers.c.orig 2013-02-01 15:18:50 UTC -+++ panel-plugin/weather-parsers.c -@@ -28,6 +28,7 @@ - #define _XOPEN_SOURCE - #define _XOPEN_SOURCE_EXTENDED 1 - #include "weather-parsers.h" -+#include "weather-translate.h" - #include "weather-debug.h" - - #include -@@ -196,8 +197,8 @@ - } - if (NODE_IS_TYPE(child_node, "symbol")) { - g_free(loc->symbol); -- loc->symbol = PROP(child_node, "id"); - loc->symbol_id = strtol(PROP(child_node, "number"), NULL, 10); -+ loc->symbol = g_strdup(get_symbol_for_id(loc->symbol_id)); - } - } - Property changes on: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-parsers.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.c =================================================================== --- head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.c (revision 372116) +++ head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.c (nonexistent) @@ -1,95 +0,0 @@ -Make plugin ready for met.no locationforecast-1.2 API (bug #10916). - ---- panel-plugin/weather-translate.c.orig 2013-01-24 14:45:10 UTC -+++ panel-plugin/weather-translate.c -@@ -29,6 +29,7 @@ - #include "weather-translate.h" - - #define DAY_LOC_N (sizeof(gchar) * 100) -+#define NODATA "NODATA" - - - static const gchar *wdirs[] = { -@@ -169,7 +170,7 @@ - - { 15, "FOG", N_("Fog"), N_("Fog") }, - -- /* Symbols 16-19 are used for polar days */ -+ /* Symbols 16-19 are used for polar days (unused beginning with API version 1.2) */ - { 16, "SUN", N_("Sunny"), N_("Clear") }, - { 17, "LIGHTCLOUD", N_("Lightly cloudy"), N_("Lightly cloudy") }, - { 18, "LIGHTRAINSUN", N_("Rain showers"), N_("Rain showers") }, -@@ -185,6 +186,73 @@ - #define NUM_SYMBOLS (sizeof(symbol_to_desc) / sizeof(symbol_to_desc[0])) - - -+/* -+ * API version 1.2, published in May 2014, introduced new symbols. We -+ * try to match these with existing symbols, in order to be compatible -+ * with existing icon themes and to maintain translation completeness. -+ * -+ * See http://api.met.no/weatherapi/weathericon/1.1/documentation -+ * for a list of symbols. For a list of symbols with descriptions, -+ * see http://om.yr.no/forklaring/symbol. -+ */ -+gint -+replace_symbol_id(gint id) -+{ -+ /* Symbol ids greater than 100 are used for indicating polar -+ * night. These ids are over the ordinary id + 100. Since we -+ * don't support polar icons, we can simply subtract 100 to -+ * get the non-polar symbol ids. -+ */ -+ if (id > 100) -+ id -= 100; -+ -+ switch (id) { -+ case 24: return 22; /* Light rain showers and thunder */ -+ case 25: return 6; /* Heavy rain showers and thunder */ -+ case 26: return 20; /* Light sleet showers and thunder */ -+ case 27: return 20; /* Heavy sleet showers and thunder */ -+ case 28: return 21; /* Light snow showers and thunder */ -+ case 29: return 21; /* Heavy snow showers and thunder */ -+ case 30: return 22; /* Light rain and thunder */ -+ case 31: return 23; /* Light sleet and thunder */ -+ case 32: return 23; /* Heavy sleet and thunder */ -+ case 33: return 14; /* Light snow and thunder */ -+ case 34: return 14; /* Heavy snow and thunder */ -+ -+ /* symbols 35-39 are unused */ -+ -+ case 40: return 5; /* Light rain showers */ -+ case 41: return 5; /* Heavy rain showers */ -+ case 42: return 7; /* Light sleet showers */ -+ case 43: return 7; /* Heavy sleet showers */ -+ case 44: return 8; /* Light snow showers */ -+ case 45: return 8; /* Heavy snow showers */ -+ case 46: return 9; /* Light rain */ -+ case 47: return 12; /* Light sleet */ -+ case 48: return 12; /* Heavy sleet */ -+ case 49: return 13; /* Light snow */ -+ case 50: return 13; /* Heavy snow */ -+ default: return id; -+ } -+} -+ -+ -+const gchar * -+get_symbol_for_id(gint id) -+{ -+ if (G_UNLIKELY(id < 1)) -+ return NODATA; -+ -+ if (id >= NUM_SYMBOLS) -+ id = replace_symbol_id(id); -+ -+ if (id < NUM_SYMBOLS) -+ return symbol_to_desc[id-1].symbol; -+ -+ return NODATA; -+} -+ -+ - const gchar * - translate_desc(const gchar *desc, - const gboolean nighttime) Property changes on: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.h =================================================================== --- head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.h (revision 372116) +++ head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.h (nonexistent) @@ -1,13 +0,0 @@ -Make plugin ready for met.no locationforecast-1.2 API (bug #10916). - ---- panel-plugin/weather-translate.h.orig 2013-01-24 14:45:10 UTC -+++ panel-plugin/weather-translate.h -@@ -24,6 +24,8 @@ - - G_BEGIN_DECLS - -+const gchar *get_symbol_for_id(gint id); -+ - const gchar *translate_desc(const gchar *desc, - gboolean nighttime); - Property changes on: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather-translate.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather.c =================================================================== --- head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather.c (revision 372116) +++ head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather.c (nonexistent) @@ -1,13 +0,0 @@ -Make plugin ready for met.no locationforecast-1.2 API (bug #10916). - ---- panel-plugin/weather.c.orig 2013-02-18 10:21:00 UTC -+++ panel-plugin/weather.c -@@ -638,7 +638,7 @@ - /* build url */ - url = - g_strdup_printf("http://api.yr.no/weatherapi" -- "/locationforecastlts/1.1/?lat=%s;lon=%s;msl=%d", -+ "/locationforecastlts/1.2/?lat=%s;lon=%s;msl=%d", - data->lat, data->lon, data->msl); - - /* start receive thread */ Property changes on: head/misc/xfce4-weather-plugin/files/patch-panel-plugin__weather.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xfce4-weather-plugin/Makefile =================================================================== --- head/misc/xfce4-weather-plugin/Makefile (revision 372116) +++ head/misc/xfce4-weather-plugin/Makefile (revision 372117) @@ -1,38 +1,32 @@ # Created by: Filippo Natali # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.3 -PORTREVISION= 4 +PORTVERSION= 0.8.4 CATEGORIES= misc xfce geography MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Weather plugin for the Xfce panel LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack libxml2 USE_XFCE= configenv libmenu libutil panel OPTIONS_DEFINE= UPOWER UPOWER_DESC= Power management tasks -.include - -.if ${PORT_OPTIONS:MUPOWER} -LIB_DEPENDS+= libupower-glib.so:${PORTSDIR}/sysutils/upower -CONFIGURE_ARGS+=--enable-upower -.else -CONFIGURE_ARGS+=--disable-upower -.endif +UPOWER_LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower +UPOWER_CONFIGURE_ENABLE= upower .include Index: head/misc/xfce4-weather-plugin/distinfo =================================================================== --- head/misc/xfce4-weather-plugin/distinfo (revision 372116) +++ head/misc/xfce4-weather-plugin/distinfo (revision 372117) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-weather-plugin-0.8.3.tar.bz2) = 40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4 -SIZE (xfce4/xfce4-weather-plugin-0.8.3.tar.bz2) = 2786473 +SHA256 (xfce4/xfce4-weather-plugin-0.8.4.tar.bz2) = 56f6883f7b0e61e4fced57086dfb5a714afbb3d4ec33b1c433186c9a7d86fe3f +SIZE (xfce4/xfce4-weather-plugin-0.8.4.tar.bz2) = 2910251 Index: head/misc/xfce4-weather-plugin/pkg-plist =================================================================== --- head/misc/xfce4-weather-plugin/pkg-plist (revision 372116) +++ head/misc/xfce4-weather-plugin/pkg-plist (revision 372117) @@ -1,337 +1,343 @@ lib/xfce4/panel/plugins/libweather.so share/icons/hicolor/48x48/apps/xfce4-weather.png share/locale/ar/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ast/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/be/LC_MESSAGES/xfce4-weather-plugin.mo +share/locale/bg/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ca/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/da/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/de/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/el/LC_MESSAGES/xfce4-weather-plugin.mo +share/locale/en_AU/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/en_GB/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/es/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/eu/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/fi/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/gl/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/he/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/hr/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/id/LC_MESSAGES/xfce4-weather-plugin.mo +share/locale/is/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/it/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/lt/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/lv/LC_MESSAGES/xfce4-weather-plugin.mo +share/locale/ms/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/nb/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/nl/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/nn/LC_MESSAGES/xfce4-weather-plugin.mo +share/locale/oc/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/pa/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/pt/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/sk/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/sq/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/sr/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/sv/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/te/LC_MESSAGES/xfce4-weather-plugin.mo +share/locale/th/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/tr/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ug/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/uk/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ur/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ur_PK/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/zh_CN/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-weather-plugin.mo share/xfce4/panel/plugins/weather.desktop share/xfce4/weather/icons/liquid-dark/128/cloud.png share/xfce4/weather/icons/liquid-dark/128/fog.png share/xfce4/weather/icons/liquid-dark/128/lightcloud-night.png share/xfce4/weather/icons/liquid-dark/128/lightcloud.png share/xfce4/weather/icons/liquid-dark/128/lightrain.png share/xfce4/weather/icons/liquid-dark/128/lightrainsun-night.png share/xfce4/weather/icons/liquid-dark/128/lightrainsun.png share/xfce4/weather/icons/liquid-dark/128/lightrainthunder.png share/xfce4/weather/icons/liquid-dark/128/lightrainthundersun-night.png share/xfce4/weather/icons/liquid-dark/128/lightrainthundersun.png share/xfce4/weather/icons/liquid-dark/128/nodata.png share/xfce4/weather/icons/liquid-dark/128/partlycloud-night.png share/xfce4/weather/icons/liquid-dark/128/partlycloud.png share/xfce4/weather/icons/liquid-dark/128/rain.png share/xfce4/weather/icons/liquid-dark/128/rainthunder.png share/xfce4/weather/icons/liquid-dark/128/sleet.png share/xfce4/weather/icons/liquid-dark/128/sleetsun-night.png share/xfce4/weather/icons/liquid-dark/128/sleetsun.png share/xfce4/weather/icons/liquid-dark/128/sleetsunthunder-night.png share/xfce4/weather/icons/liquid-dark/128/sleetsunthunder.png share/xfce4/weather/icons/liquid-dark/128/sleetthunder.png share/xfce4/weather/icons/liquid-dark/128/snow.png share/xfce4/weather/icons/liquid-dark/128/snowsun-night.png share/xfce4/weather/icons/liquid-dark/128/snowsun.png share/xfce4/weather/icons/liquid-dark/128/snowsunthunder-night.png share/xfce4/weather/icons/liquid-dark/128/snowsunthunder.png share/xfce4/weather/icons/liquid-dark/128/snowthunder.png share/xfce4/weather/icons/liquid-dark/128/sun-night.png share/xfce4/weather/icons/liquid-dark/128/sun.png share/xfce4/weather/icons/liquid-dark/22/cloud.png share/xfce4/weather/icons/liquid-dark/22/fog.png share/xfce4/weather/icons/liquid-dark/22/lightcloud-night.png share/xfce4/weather/icons/liquid-dark/22/lightcloud.png share/xfce4/weather/icons/liquid-dark/22/lightrain.png share/xfce4/weather/icons/liquid-dark/22/lightrainsun-night.png share/xfce4/weather/icons/liquid-dark/22/lightrainsun.png share/xfce4/weather/icons/liquid-dark/22/lightrainthunder.png share/xfce4/weather/icons/liquid-dark/22/lightrainthundersun-night.png share/xfce4/weather/icons/liquid-dark/22/lightrainthundersun.png share/xfce4/weather/icons/liquid-dark/22/nodata.png share/xfce4/weather/icons/liquid-dark/22/partlycloud-night.png share/xfce4/weather/icons/liquid-dark/22/partlycloud.png share/xfce4/weather/icons/liquid-dark/22/rain.png share/xfce4/weather/icons/liquid-dark/22/rainthunder.png share/xfce4/weather/icons/liquid-dark/22/sleet.png share/xfce4/weather/icons/liquid-dark/22/sleetsun-night.png share/xfce4/weather/icons/liquid-dark/22/sleetsun.png share/xfce4/weather/icons/liquid-dark/22/sleetsunthunder-night.png share/xfce4/weather/icons/liquid-dark/22/sleetsunthunder.png share/xfce4/weather/icons/liquid-dark/22/sleetthunder.png share/xfce4/weather/icons/liquid-dark/22/snow.png share/xfce4/weather/icons/liquid-dark/22/snowsun-night.png share/xfce4/weather/icons/liquid-dark/22/snowsun.png share/xfce4/weather/icons/liquid-dark/22/snowsunthunder-night.png share/xfce4/weather/icons/liquid-dark/22/snowsunthunder.png share/xfce4/weather/icons/liquid-dark/22/snowthunder.png share/xfce4/weather/icons/liquid-dark/22/sun-night.png share/xfce4/weather/icons/liquid-dark/22/sun.png share/xfce4/weather/icons/liquid-dark/48/cloud.png share/xfce4/weather/icons/liquid-dark/48/fog.png share/xfce4/weather/icons/liquid-dark/48/lightcloud-night.png share/xfce4/weather/icons/liquid-dark/48/lightcloud.png share/xfce4/weather/icons/liquid-dark/48/lightrain.png share/xfce4/weather/icons/liquid-dark/48/lightrainsun-night.png share/xfce4/weather/icons/liquid-dark/48/lightrainsun.png share/xfce4/weather/icons/liquid-dark/48/lightrainthunder.png share/xfce4/weather/icons/liquid-dark/48/lightrainthundersun-night.png share/xfce4/weather/icons/liquid-dark/48/lightrainthundersun.png share/xfce4/weather/icons/liquid-dark/48/nodata.png share/xfce4/weather/icons/liquid-dark/48/partlycloud-night.png share/xfce4/weather/icons/liquid-dark/48/partlycloud.png share/xfce4/weather/icons/liquid-dark/48/rain.png share/xfce4/weather/icons/liquid-dark/48/rainthunder.png share/xfce4/weather/icons/liquid-dark/48/sleet.png share/xfce4/weather/icons/liquid-dark/48/sleetsun-night.png share/xfce4/weather/icons/liquid-dark/48/sleetsun.png share/xfce4/weather/icons/liquid-dark/48/sleetsunthunder-night.png share/xfce4/weather/icons/liquid-dark/48/sleetsunthunder.png share/xfce4/weather/icons/liquid-dark/48/sleetthunder.png share/xfce4/weather/icons/liquid-dark/48/snow.png share/xfce4/weather/icons/liquid-dark/48/snowsun-night.png share/xfce4/weather/icons/liquid-dark/48/snowsun.png share/xfce4/weather/icons/liquid-dark/48/snowsunthunder-night.png share/xfce4/weather/icons/liquid-dark/48/snowsunthunder.png share/xfce4/weather/icons/liquid-dark/48/snowthunder.png share/xfce4/weather/icons/liquid-dark/48/sun-night.png share/xfce4/weather/icons/liquid-dark/48/sun.png share/xfce4/weather/icons/liquid-dark/theme.info share/xfce4/weather/icons/liquid/128/cloud.png share/xfce4/weather/icons/liquid/128/fog.png share/xfce4/weather/icons/liquid/128/lightcloud-night.png share/xfce4/weather/icons/liquid/128/lightcloud.png share/xfce4/weather/icons/liquid/128/lightrain.png share/xfce4/weather/icons/liquid/128/lightrainsun-night.png share/xfce4/weather/icons/liquid/128/lightrainsun.png share/xfce4/weather/icons/liquid/128/lightrainthunder.png share/xfce4/weather/icons/liquid/128/lightrainthundersun-night.png share/xfce4/weather/icons/liquid/128/lightrainthundersun.png share/xfce4/weather/icons/liquid/128/nodata.png share/xfce4/weather/icons/liquid/128/partlycloud-night.png share/xfce4/weather/icons/liquid/128/partlycloud.png share/xfce4/weather/icons/liquid/128/rain.png share/xfce4/weather/icons/liquid/128/rainthunder.png share/xfce4/weather/icons/liquid/128/sleet.png share/xfce4/weather/icons/liquid/128/sleetsun-night.png share/xfce4/weather/icons/liquid/128/sleetsun.png share/xfce4/weather/icons/liquid/128/sleetsunthunder-night.png share/xfce4/weather/icons/liquid/128/sleetsunthunder.png share/xfce4/weather/icons/liquid/128/sleetthunder.png share/xfce4/weather/icons/liquid/128/snow.png share/xfce4/weather/icons/liquid/128/snowsun-night.png share/xfce4/weather/icons/liquid/128/snowsun.png share/xfce4/weather/icons/liquid/128/snowsunthunder-night.png share/xfce4/weather/icons/liquid/128/snowsunthunder.png share/xfce4/weather/icons/liquid/128/snowthunder.png share/xfce4/weather/icons/liquid/128/sun-night.png share/xfce4/weather/icons/liquid/128/sun.png share/xfce4/weather/icons/liquid/22/cloud.png share/xfce4/weather/icons/liquid/22/fog.png share/xfce4/weather/icons/liquid/22/lightcloud-night.png share/xfce4/weather/icons/liquid/22/lightcloud.png share/xfce4/weather/icons/liquid/22/lightrain.png share/xfce4/weather/icons/liquid/22/lightrainsun-night.png share/xfce4/weather/icons/liquid/22/lightrainsun.png share/xfce4/weather/icons/liquid/22/lightrainthunder.png share/xfce4/weather/icons/liquid/22/lightrainthundersun-night.png share/xfce4/weather/icons/liquid/22/lightrainthundersun.png share/xfce4/weather/icons/liquid/22/nodata.png share/xfce4/weather/icons/liquid/22/partlycloud-night.png share/xfce4/weather/icons/liquid/22/partlycloud.png share/xfce4/weather/icons/liquid/22/rain.png share/xfce4/weather/icons/liquid/22/rainthunder.png share/xfce4/weather/icons/liquid/22/sleet.png share/xfce4/weather/icons/liquid/22/sleetsun-night.png share/xfce4/weather/icons/liquid/22/sleetsun.png share/xfce4/weather/icons/liquid/22/sleetsunthunder-night.png share/xfce4/weather/icons/liquid/22/sleetsunthunder.png share/xfce4/weather/icons/liquid/22/sleetthunder.png share/xfce4/weather/icons/liquid/22/snow.png share/xfce4/weather/icons/liquid/22/snowsun-night.png share/xfce4/weather/icons/liquid/22/snowsun.png share/xfce4/weather/icons/liquid/22/snowsunthunder-night.png share/xfce4/weather/icons/liquid/22/snowsunthunder.png share/xfce4/weather/icons/liquid/22/snowthunder.png share/xfce4/weather/icons/liquid/22/sun-night.png share/xfce4/weather/icons/liquid/22/sun.png share/xfce4/weather/icons/liquid/48/cloud.png share/xfce4/weather/icons/liquid/48/fog.png share/xfce4/weather/icons/liquid/48/lightcloud-night.png share/xfce4/weather/icons/liquid/48/lightcloud.png share/xfce4/weather/icons/liquid/48/lightrain.png share/xfce4/weather/icons/liquid/48/lightrainsun-night.png share/xfce4/weather/icons/liquid/48/lightrainsun.png share/xfce4/weather/icons/liquid/48/lightrainthunder.png share/xfce4/weather/icons/liquid/48/lightrainthundersun-night.png share/xfce4/weather/icons/liquid/48/lightrainthundersun.png share/xfce4/weather/icons/liquid/48/nodata.png share/xfce4/weather/icons/liquid/48/partlycloud-night.png share/xfce4/weather/icons/liquid/48/partlycloud.png share/xfce4/weather/icons/liquid/48/rain.png share/xfce4/weather/icons/liquid/48/rainthunder.png share/xfce4/weather/icons/liquid/48/sleet.png share/xfce4/weather/icons/liquid/48/sleetsun-night.png share/xfce4/weather/icons/liquid/48/sleetsun.png share/xfce4/weather/icons/liquid/48/sleetsunthunder-night.png share/xfce4/weather/icons/liquid/48/sleetsunthunder.png share/xfce4/weather/icons/liquid/48/sleetthunder.png share/xfce4/weather/icons/liquid/48/snow.png share/xfce4/weather/icons/liquid/48/snowsun-night.png share/xfce4/weather/icons/liquid/48/snowsun.png share/xfce4/weather/icons/liquid/48/snowsunthunder-night.png share/xfce4/weather/icons/liquid/48/snowsunthunder.png share/xfce4/weather/icons/liquid/48/snowthunder.png share/xfce4/weather/icons/liquid/48/sun-night.png share/xfce4/weather/icons/liquid/48/sun.png share/xfce4/weather/icons/liquid/theme.info share/xfce4/weather/icons/simplistic/128/cloud.png share/xfce4/weather/icons/simplistic/128/fog-night.png share/xfce4/weather/icons/simplistic/128/fog.png share/xfce4/weather/icons/simplistic/128/lightcloud-night.png share/xfce4/weather/icons/simplistic/128/lightcloud.png share/xfce4/weather/icons/simplistic/128/lightrain-night.png share/xfce4/weather/icons/simplistic/128/lightrain.png share/xfce4/weather/icons/simplistic/128/lightrainsun-night.png share/xfce4/weather/icons/simplistic/128/lightrainsun.png share/xfce4/weather/icons/simplistic/128/lightrainthunder-night.png share/xfce4/weather/icons/simplistic/128/lightrainthunder.png share/xfce4/weather/icons/simplistic/128/lightrainthundersun-night.png share/xfce4/weather/icons/simplistic/128/lightrainthundersun.png share/xfce4/weather/icons/simplistic/128/nodata.png share/xfce4/weather/icons/simplistic/128/partlycloud-night.png share/xfce4/weather/icons/simplistic/128/partlycloud.png share/xfce4/weather/icons/simplistic/128/rain-night.png share/xfce4/weather/icons/simplistic/128/rain.png share/xfce4/weather/icons/simplistic/128/rainthunder-night.png share/xfce4/weather/icons/simplistic/128/rainthunder.png share/xfce4/weather/icons/simplistic/128/sleet-night.png share/xfce4/weather/icons/simplistic/128/sleet.png share/xfce4/weather/icons/simplistic/128/sleetsun-night.png share/xfce4/weather/icons/simplistic/128/sleetsun.png share/xfce4/weather/icons/simplistic/128/sleetsunthunder-night.png share/xfce4/weather/icons/simplistic/128/sleetsunthunder.png share/xfce4/weather/icons/simplistic/128/sleetthunder-night.png share/xfce4/weather/icons/simplistic/128/sleetthunder.png share/xfce4/weather/icons/simplistic/128/snow-night.png share/xfce4/weather/icons/simplistic/128/snow.png share/xfce4/weather/icons/simplistic/128/snowsun-night.png share/xfce4/weather/icons/simplistic/128/snowsun.png share/xfce4/weather/icons/simplistic/128/snowsunthunder-night.png share/xfce4/weather/icons/simplistic/128/snowsunthunder.png share/xfce4/weather/icons/simplistic/128/snowthunder-night.png share/xfce4/weather/icons/simplistic/128/snowthunder.png share/xfce4/weather/icons/simplistic/128/sun-night.png share/xfce4/weather/icons/simplistic/128/sun.png share/xfce4/weather/icons/simplistic/22/cloud.png share/xfce4/weather/icons/simplistic/22/fog-night.png share/xfce4/weather/icons/simplistic/22/fog.png share/xfce4/weather/icons/simplistic/22/lightcloud-night.png share/xfce4/weather/icons/simplistic/22/lightcloud.png share/xfce4/weather/icons/simplistic/22/lightrain-night.png share/xfce4/weather/icons/simplistic/22/lightrain.png share/xfce4/weather/icons/simplistic/22/lightrainsun-night.png share/xfce4/weather/icons/simplistic/22/lightrainsun.png share/xfce4/weather/icons/simplistic/22/lightrainthunder-night.png share/xfce4/weather/icons/simplistic/22/lightrainthunder.png share/xfce4/weather/icons/simplistic/22/lightrainthundersun-night.png share/xfce4/weather/icons/simplistic/22/lightrainthundersun.png share/xfce4/weather/icons/simplistic/22/nodata.png share/xfce4/weather/icons/simplistic/22/partlycloud-night.png share/xfce4/weather/icons/simplistic/22/partlycloud.png share/xfce4/weather/icons/simplistic/22/rain-night.png share/xfce4/weather/icons/simplistic/22/rain.png share/xfce4/weather/icons/simplistic/22/rainthunder-night.png share/xfce4/weather/icons/simplistic/22/rainthunder.png share/xfce4/weather/icons/simplistic/22/sleet-night.png share/xfce4/weather/icons/simplistic/22/sleet.png share/xfce4/weather/icons/simplistic/22/sleetsun-night.png share/xfce4/weather/icons/simplistic/22/sleetsun.png share/xfce4/weather/icons/simplistic/22/sleetsunthunder-night.png share/xfce4/weather/icons/simplistic/22/sleetsunthunder.png share/xfce4/weather/icons/simplistic/22/sleetthunder-night.png share/xfce4/weather/icons/simplistic/22/sleetthunder.png share/xfce4/weather/icons/simplistic/22/snow-night.png share/xfce4/weather/icons/simplistic/22/snow.png share/xfce4/weather/icons/simplistic/22/snowsun-night.png share/xfce4/weather/icons/simplistic/22/snowsun.png share/xfce4/weather/icons/simplistic/22/snowsunthunder-night.png share/xfce4/weather/icons/simplistic/22/snowsunthunder.png share/xfce4/weather/icons/simplistic/22/snowthunder-night.png share/xfce4/weather/icons/simplistic/22/snowthunder.png share/xfce4/weather/icons/simplistic/22/sun-night.png share/xfce4/weather/icons/simplistic/22/sun.png share/xfce4/weather/icons/simplistic/48/cloud.png share/xfce4/weather/icons/simplistic/48/fog-night.png share/xfce4/weather/icons/simplistic/48/fog.png share/xfce4/weather/icons/simplistic/48/lightcloud-night.png share/xfce4/weather/icons/simplistic/48/lightcloud.png share/xfce4/weather/icons/simplistic/48/lightrain-night.png share/xfce4/weather/icons/simplistic/48/lightrain.png share/xfce4/weather/icons/simplistic/48/lightrainsun-night.png share/xfce4/weather/icons/simplistic/48/lightrainsun.png share/xfce4/weather/icons/simplistic/48/lightrainthunder-night.png share/xfce4/weather/icons/simplistic/48/lightrainthunder.png share/xfce4/weather/icons/simplistic/48/lightrainthundersun-night.png share/xfce4/weather/icons/simplistic/48/lightrainthundersun.png share/xfce4/weather/icons/simplistic/48/nodata.png share/xfce4/weather/icons/simplistic/48/partlycloud-night.png share/xfce4/weather/icons/simplistic/48/partlycloud.png share/xfce4/weather/icons/simplistic/48/rain-night.png share/xfce4/weather/icons/simplistic/48/rain.png share/xfce4/weather/icons/simplistic/48/rainthunder-night.png share/xfce4/weather/icons/simplistic/48/rainthunder.png share/xfce4/weather/icons/simplistic/48/sleet-night.png share/xfce4/weather/icons/simplistic/48/sleet.png share/xfce4/weather/icons/simplistic/48/sleetsun-night.png share/xfce4/weather/icons/simplistic/48/sleetsun.png share/xfce4/weather/icons/simplistic/48/sleetsunthunder-night.png share/xfce4/weather/icons/simplistic/48/sleetsunthunder.png share/xfce4/weather/icons/simplistic/48/sleetthunder-night.png share/xfce4/weather/icons/simplistic/48/sleetthunder.png share/xfce4/weather/icons/simplistic/48/snow-night.png share/xfce4/weather/icons/simplistic/48/snow.png share/xfce4/weather/icons/simplistic/48/snowsun-night.png share/xfce4/weather/icons/simplistic/48/snowsun.png share/xfce4/weather/icons/simplistic/48/snowsunthunder-night.png share/xfce4/weather/icons/simplistic/48/snowsunthunder.png share/xfce4/weather/icons/simplistic/48/snowthunder-night.png share/xfce4/weather/icons/simplistic/48/snowthunder.png share/xfce4/weather/icons/simplistic/48/sun-night.png share/xfce4/weather/icons/simplistic/48/sun.png share/xfce4/weather/icons/simplistic/theme.info