diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-20 10:27:42 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-20 10:27:42 +0100 |
commit | 510e46e27a20e01134b2a7a8da3774336cf279aa (patch) | |
tree | f509ce61848fcfc0ef72c8dfe3528062e0045032 /extra/xfce4-weather-plugin | |
parent | 855edb52bd8eb32bb11173a398fa09c1341dc165 (diff) | |
parent | 1bd47d3e04c409582486ea3ec915d3b7899f6841 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/linux-tools/PKGBUILD
community/projectm/PKGBUILD
extra/gnome-themes-standard/PKGBUILD
libre/linux-libre-tools/PKGBUILD
Diffstat (limited to 'extra/xfce4-weather-plugin')
-rw-r--r-- | extra/xfce4-weather-plugin/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/xfce4-weather-plugin/PKGBUILD b/extra/xfce4-weather-plugin/PKGBUILD index a6853ace1..aeab19769 100644 --- a/extra/xfce4-weather-plugin/PKGBUILD +++ b/extra/xfce4-weather-plugin/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 166575 2012-09-12 13:41:32Z foutrelis $ +# $Id: PKGBUILD 178297 2013-02-19 15:32:54Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Suzy Williams <suzanne.williams3@verizon.net> pkgname=xfce4-weather-plugin -pkgver=0.8.2 -pkgrel=1 +pkgver=0.8.3 +pkgrel=2 pkgdesc="A weather plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" license=('GPL2') groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxml2' 'hicolor-icon-theme') +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=('9506a3b1c04992202790b1deac8bbef8ed4933a0becd5c8e61194118e7eb67fe') +sha256sums=('40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4') build() { cd "$srcdir/$pkgname-$pkgver" @@ -26,7 +26,8 @@ build() { --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ - --disable-debug + --disable-debug \ + --disable-upower make } |