1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Suzy Williams <suzanne.williams3@verizon.net>
4 pkgname=xfce4-weather-plugin
7 pkgdesc="A weather plugin for the Xfce4 panel"
9 url="https://docs.xfce.org/panel-plugins/xfce4-weather-plugin"
11 groups=('xfce4-goodies')
12 depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
13 makedepends=('intltool')
14 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('a45146f9a0dcdc95d191c09c64ad279ae289cf8f811c4433e08e31a656845239')
23 --localstatedir=/var \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: