summaryrefslogtreecommitdiffstats
path: root/xfce4-weather-plugin
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-15 13:43:56 +0100
committertnut <tnut at nutyx dot com>2012-01-15 13:43:56 +0100
commite79e63112b077dcfd19847eb5809c75b3f9e75da (patch)
treecda85db8cd799bc71b56ca614c07af472a037806 /xfce4-weather-plugin
parent625f2ce545d62cec5db036efca711222f80c4897 (diff)
downloadnutyx-extra-e79e63112b077dcfd19847eb5809c75b3f9e75da.tar.gz
nutyx-extra-e79e63112b077dcfd19847eb5809c75b3f9e75da.tar.bz2
nutyx-extra-e79e63112b077dcfd19847eb5809c75b3f9e75da.tar.xz
nutyx-extra-e79e63112b077dcfd19847eb5809c75b3f9e75da.zip
xfce4-weather-plugin, correction certificat
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 \