From 01308a3413c3f33912e331c8d76a865f8f309f86 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 8 Nov 2011 00:27:49 -0600 Subject: desktop/xfce4-weather-plugin: Fix "Invalid License Key" errors This is a temporary fix at best due to the weather dot com folks deciding to stop offering the service for free; most likely the weather plugin (and some other weather applets) will need minor API changes (to use other provider(s)) as more permanent fixes. https://bugzilla.xfce.org/show_bug.cgi?id=8105 Signed-off-by: Robby Workman --- .../temporarily_fix_invalid_license_key.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch (limited to 'desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch') diff --git a/desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch b/desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch new file mode 100644 index 0000000000..1772b3c647 --- /dev/null +++ b/desktop/xfce4-weather-plugin/temporarily_fix_invalid_license_key.patch @@ -0,0 +1,16 @@ +See comment #9 at https://bugzilla.xfce.org/show_bug.cgi?id=8105 + +diff -Nur xfce4-weather-plugin-0.7.4.orig/panel-plugin/weather.h xfce4-weather-plugin-0.7.4/panel-plugin/weather.h +--- xfce4-weather-plugin-0.7.4.orig/panel-plugin/weather.h 2011-02-02 14:31:29.000000000 -0600 ++++ xfce4-weather-plugin-0.7.4/panel-plugin/weather.h 2011-11-08 00:23:54.948635564 -0600 +@@ -21,8 +21,8 @@ + #include + #include + #define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" +-#define PARTNER_ID "1121946239" +-#define LICENSE_KEY "3c4cd39ee5dec84f" ++#define PARTNER_ID "1003666583" ++#define LICENSE_KEY "4128909340a9b2fc" + + G_BEGIN_DECLS + -- cgit v1.2.3-65-gdbad