summaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-04-21 08:56:37 +0000
committerjperkin <jperkin@pkgsrc.org>2015-04-21 08:56:37 +0000
commit79d3242cef99cec8e8de668f9aa51fbb94bb4582 (patch)
treeae790a249f25dd74c81f5e89461d2643574091dc /misc/xfce4-weather-plugin
parent5a5be857f778521d8843411893666ab07567d5a4 (diff)
downloadpkgsrc-79d3242cef99cec8e8de668f9aa51fbb94bb4582.tar.gz
Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r--misc/xfce4-weather-plugin/Makefile14
-rw-r--r--misc/xfce4-weather-plugin/PLIST381
-rw-r--r--misc/xfce4-weather-plugin/buildlink3.mk16
-rw-r--r--misc/xfce4-weather-plugin/distinfo8
4 files changed, 339 insertions, 80 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile
index 9349fddf9f2..18c41d8b6f8 100644
--- a/misc/xfce4-weather-plugin/Makefile
+++ b/misc/xfce4-weather-plugin/Makefile
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.37 2014/05/05 00:48:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2015/04/21 08:56:39 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.6.2
-
-DISTNAME= xfce4-weather-plugin-${XFCE4_VERSION}
-PKGREVISION= 23
+VERSION= 0.8.5
+DISTNAME= xfce4-weather-plugin-${VERSION}
CATEGORIES= misc
-MASTER_SITES= http://goodies.xfce.org/releases/xfce4-weather-plugin/
+MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/
+
+HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
COMMENT= Xfce weather plugin
LDFLAGS.SunOS+= -lsocket -lnsl
+.include "../../net/libsoup24/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/xfce4-weather-plugin/PLIST b/misc/xfce4-weather-plugin/PLIST
index 84d8cb07f8b..9f09c9cce57 100644
--- a/misc/xfce4-weather-plugin/PLIST
+++ b/misc/xfce4-weather-plugin/PLIST
@@ -1,72 +1,345 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:07:32 joerg Exp $
-libexec/xfce4/panel-plugins/xfce4-weather-plugin
+@comment $NetBSD: PLIST,v 1.8 2015/04/21 08:56:39 jperkin Exp $
+lib/xfce4/panel/plugins/libweather.la
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/nb_NO/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/pt_PT/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/sl/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/0.png
-share/xfce4/weather/icons/liquid/1.png
-share/xfce4/weather/icons/liquid/10.png
-share/xfce4/weather/icons/liquid/11.png
-share/xfce4/weather/icons/liquid/12.png
-share/xfce4/weather/icons/liquid/13.png
-share/xfce4/weather/icons/liquid/14.png
-share/xfce4/weather/icons/liquid/15.png
-share/xfce4/weather/icons/liquid/16.png
-share/xfce4/weather/icons/liquid/17.png
-share/xfce4/weather/icons/liquid/18.png
-share/xfce4/weather/icons/liquid/19.png
-share/xfce4/weather/icons/liquid/2.png
-share/xfce4/weather/icons/liquid/20.png
-share/xfce4/weather/icons/liquid/21.png
-share/xfce4/weather/icons/liquid/22.png
-share/xfce4/weather/icons/liquid/23.png
-share/xfce4/weather/icons/liquid/24.png
-share/xfce4/weather/icons/liquid/25.png
-share/xfce4/weather/icons/liquid/26.png
-share/xfce4/weather/icons/liquid/27.png
-share/xfce4/weather/icons/liquid/28.png
-share/xfce4/weather/icons/liquid/29.png
-share/xfce4/weather/icons/liquid/3.png
-share/xfce4/weather/icons/liquid/30.png
-share/xfce4/weather/icons/liquid/31.png
-share/xfce4/weather/icons/liquid/32.png
-share/xfce4/weather/icons/liquid/33.png
-share/xfce4/weather/icons/liquid/34.png
-share/xfce4/weather/icons/liquid/35.png
-share/xfce4/weather/icons/liquid/36.png
-share/xfce4/weather/icons/liquid/37.png
-share/xfce4/weather/icons/liquid/38.png
-share/xfce4/weather/icons/liquid/39.png
-share/xfce4/weather/icons/liquid/4.png
-share/xfce4/weather/icons/liquid/40.png
-share/xfce4/weather/icons/liquid/41.png
-share/xfce4/weather/icons/liquid/42.png
-share/xfce4/weather/icons/liquid/43.png
-share/xfce4/weather/icons/liquid/44.png
-share/xfce4/weather/icons/liquid/45.png
-share/xfce4/weather/icons/liquid/46.png
-share/xfce4/weather/icons/liquid/47.png
-share/xfce4/weather/icons/liquid/5.png
-share/xfce4/weather/icons/liquid/6.png
-share/xfce4/weather/icons/liquid/7.png
-share/xfce4/weather/icons/liquid/8.png
-share/xfce4/weather/icons/liquid/9.png
-share/xfce4/weather/icons/liquid/99.png
+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
diff --git a/misc/xfce4-weather-plugin/buildlink3.mk b/misc/xfce4-weather-plugin/buildlink3.mk
deleted file mode 100644
index b71d254b8b5..00000000000
--- a/misc/xfce4-weather-plugin/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.37 2014/05/05 00:48:10 ryoon Exp $
-
-BUILDLINK_TREE+= xfce4-weather-plugin
-
-.if !defined(XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK)
-XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.xfce4-weather-plugin+= xfce4-weather-plugin>=0.6.2
-BUILDLINK_ABI_DEPENDS.xfce4-weather-plugin+= xfce4-weather-plugin>=0.6.2nb23
-BUILDLINK_PKGSRCDIR.xfce4-weather-plugin?= ../../misc/xfce4-weather-plugin
-
-.include "../../x11/xfce4-panel/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.endif # XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -xfce4-weather-plugin
diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo
index e582f4ead29..4532d70a1ff 100644
--- a/misc/xfce4-weather-plugin/distinfo
+++ b/misc/xfce4-weather-plugin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/12/05 07:48:46 martti Exp $
+$NetBSD: distinfo,v 1.8 2015/04/21 08:56:39 jperkin Exp $
-SHA1 (xfce4-weather-plugin-0.6.2.tar.bz2) = dbe7e6695cd647aaf843dc790d9bb37ea95c83ea
-RMD160 (xfce4-weather-plugin-0.6.2.tar.bz2) = d849b3e6dcc5b147bb9bd9b771dcc5d51da0e7e1
-Size (xfce4-weather-plugin-0.6.2.tar.bz2) = 555001 bytes
+SHA1 (xfce4-weather-plugin-0.8.5.tar.bz2) = 6b2c8dc8761c8475c5d45f8dbc194a2cbd804070
+RMD160 (xfce4-weather-plugin-0.8.5.tar.bz2) = 2ca162ba3e080c2b1b36f06a250457d3cd865e75
+Size (xfce4-weather-plugin-0.8.5.tar.bz2) = 2937333 bytes