summaryrefslogtreecommitdiff
path: root/extra/xfce4-weather-plugin/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-05 20:59:20 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-05 20:59:20 +0200
commitc6c2babeba94d2b11c98481d09ff4e9f403761dd (patch)
tree8002debe0b33ef12bc7ef915e2ff3d9f8faa37fa /extra/xfce4-weather-plugin/PKGBUILD
parent3bb7c2e9b57c32ae7c8d4d379f3ffb43a85cf7f3 (diff)
parent3c7a59bfd2b8340068df7dc196e0c9b612b9ef31 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/ettercap/PKGBUILD community/gmic/PKGBUILD extra/lm_sensors/PKGBUILD extra/lua/PKGBUILD
Diffstat (limited to 'extra/xfce4-weather-plugin/PKGBUILD')
-rw-r--r--extra/xfce4-weather-plugin/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/xfce4-weather-plugin/PKGBUILD b/extra/xfce4-weather-plugin/PKGBUILD
index aeab19769..f094c4cfd 100644
--- a/extra/xfce4-weather-plugin/PKGBUILD
+++ b/extra/xfce4-weather-plugin/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 178297 2013-02-19 15:32:54Z foutrelis $
+# $Id: PKGBUILD 181854 2013-04-04 14:49:51Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Suzy Williams <suzanne.williams3@verizon.net>
pkgname=xfce4-weather-plugin
pkgver=0.8.3
-pkgrel=2
+pkgrel=3
pkgdesc="A weather plugin for the Xfce4 panel"
arch=('i686' 'x86_64' 'mips64el')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
@@ -14,12 +14,16 @@ depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
makedepends=('intltool')
options=('!libtool')
install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2
+ fix-color-parsing-when-reading-config-file.patch)
+sha256sums=('40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4'
+ 'dbf1f938e656293daeac4c3ab55061c5f61d8e29e470453b4e956081ca4722c7')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -Np1 -i "$srcdir/fix-color-parsing-when-reading-config-file.patch"
+
./configure \
--prefix=/usr \
--sysconfdir=/etc \