# Maintainer: Evangelos Foutras # Contributor: Suzy Williams pkgname=xfce4-weather-plugin pkgver=0.11.1 pkgrel=1 pkgdesc="A weather plugin for the Xfce4 panel" arch=('x86_64') url="https://docs.xfce.org/panel-plugins/xfce4-weather-plugin" license=('GPL2') groups=('xfce4-goodies') depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme') makedepends=('intltool') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('a45146f9a0dcdc95d191c09c64ad279ae289cf8f811c4433e08e31a656845239') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-debug \ --disable-upower make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: