summaryrefslogtreecommitdiffstats
path: root/xfce4-weather-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-weather-plugin')
-rw-r--r--xfce4-weather-plugin/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/xfce4-weather-plugin/Pkgfile b/xfce4-weather-plugin/Pkgfile
index 7621014d2..685beb675 100644
--- a/xfce4-weather-plugin/Pkgfile
+++ b/xfce4-weather-plugin/Pkgfile
@@ -7,11 +7,14 @@
name=xfce4-weather-plugin
version=0.7.4
-release=1
+release=2
source=(http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.7/$name-$version.tar.bz2)
build() {
cd $name-$version
+ sed -i -e 's/^#define PARTNER_ID.*/#define PARTNER_ID "1003666583"/' \
+ -e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY "4128909340a9b2fc"/' \
+ panel-plugin/weather.h
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \