aboutsummaryrefslogtreecommitdiff
path: root/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-11-08 00:27:49 -0600
committerRobby Workman <rworkman@slackbuilds.org>2011-11-08 00:27:49 -0600
commit01308a3413c3f33912e331c8d76a865f8f309f86 (patch)
tree3c6141edf3dc747a7580f4e4435fde61d1a191ee /desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
parentdec3bd3961a1e2897392e9658d5631df84380138 (diff)
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 <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild b/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
index 48e92d73f3189..6f56315d8777e 100644
--- a/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
+++ b/desktop/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=xfce4-weather-plugin
VERSION=0.7.4
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -71,6 +71,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# See https://bugzilla.xfce.org/show_bug.cgi?id=8105#c9
+patch -p1 < $CWD/temporarily_fix_invalid_license_key.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \