Package Details: gkrellweather 2.0.8-8

Git Clone URL: https://aur.archlinux.org/gkrellweather.git (read-only, click to copy)
Package Base: gkrellweather
Description: A weather monitor plugin for gkrellm2
Upstream URL: http://gkrellm.srcbox.net/
Licenses: GPL
Submitter: None
Maintainer: biell
Last Packager: biell
Votes: 29
Popularity: 0.000000
First Submitted: 2007-05-30 01:33 (UTC)
Last Updated: 2020-07-24 01:31 (UTC)

Latest Comments

1 2 Next › Last »

biell commented on 2019-05-23 01:05 (UTC)

The code supports perl LWP::UserAgent or wget. The PKGBUILD depended on wget, but the code will attempt to use LWP::UserAgent if it exists, not checking for https support. I have switched the PKGBUILD to depend on perl-lwp-protocol-https instead of wget for your case.

jpkotta commented on 2019-05-20 21:33 (UTC)

I needed to install perl-lwp-protocol-https for GrabWeather to work. Otherwise I got the error "501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) at /usr/share/gkrellm/GrabWeather line 51." So that should be a dep.

biell commented on 2019-05-12 16:31 (UTC)

pkgrel 6 updated with suggested URL

jose1711 commented on 2019-05-12 10:42 (UTC)

thank you for maintaining this. also please consider this small patch:

--- gkrellweather.c.old 2019-05-12 12:41:36.489272518 +0200
+++ gkrellweather.c 2019-05-12 12:41:44.679279465 +0200
@@ -777,7 +777,7 @@
         " switch interval - number of seconds (0 = never)" \
         " between switching display\n")
     };
-    static gchar url[] = "http://www.nws.noaa.gov/tg/siteloc.shtml";
+    static gchar url[] = "https://aviationweather.gov/metar";
     laptop = gtk_notebook_new();
     gtk_notebook_set_tab_pos(GTK_NOTEBOOK(laptop), GTK_POS_TOP);
     gtk_box_pack_start(GTK_BOX(tab), laptop, TRUE, TRUE, 0);

<deleted-account> commented on 2016-11-23 14:35 (UTC)

Yes, please patch gkrellweather, it is a very good plugin, thank you!

biell commented on 2016-11-19 15:31 (UTC)

GrabWeather needs $WeatherSrc changed to 'http://tgftp.nws.noaa.gov/data/observations/metar/decoded/' Please add a patch or orphan and I will.

dreieck commented on 2015-12-29 13:50 (UTC)

PKGBUILD is out of date: Download link does not work (403: Forbidden): ==> --2015-12-29 14:50:24-- http://wwwcip.informatik.uni-erlangen.de/~sijojord/gkrellweather-2.0.8.tgz Resolving wwwcip.informatik.uni-erlangen.de (wwwcip.informatik.uni-erlangen.de)... 131.188.30.44, 2001:638:a000:4130:131:188:30:44 Connecting to wwwcip.informatik.uni-erlangen.de (wwwcip.informatik.uni-erlangen.de)|131.188.30.44|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2015-12-29 14:50:24 ERROR 403: Forbidden. <== Please correct!

jpkotta commented on 2015-11-13 20:13 (UTC) (edited on 2015-11-13 20:13 (UTC) by jpkotta)

URL has changed. Updated PKGBUILD at http://pastebin.com/mT0TvJhe