1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Xavier Devlamynck <magicrhesus@ouranos.be>
7 pkgdesc="Widgets library for the Xfce desktop environment"
9 url="https://www.xfce.org/"
11 depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
12 'libgtop' 'libepoxy' 'hicolor-icon-theme')
13 makedepends=('intltool' 'gobject-introspection' 'vala')
14 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('afa3a46eeed3ab612d2f7e1308edaf5819f6c33ccc16c13080efabd58f010abd')
23 --localstatedir=/var \
25 --with-vendor-info='Arch Linux'
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: