# Contributor: twa022 _pkgname=xfce4-panel pkgname=${_pkgname}-devel pkgver=4.17.3 pkgrel=1 pkgdesc="Panel for the Xfce desktop environment (development release)" arch=('i686' 'x86_64' 'armv7h' 'aarch64') url="https://www.xfce.org/" license=('GPL2') groups=('xfce4-devel') depends=('exo' 'garcon>=4.17.0' 'libxfce4ui>=4.17.1' 'libxfce4util>=4.17.2' 'xfconf' 'libwnck3' 'hicolor-icon-theme' 'desktop-file-utils' 'libdbusmenu-gtk3') makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'vala' 'python') #for gdbus-codegen provides=("${_pkgname}=${pkgver}") conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin') replaces=('xfce4-statusnotifier-plugin') source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2") sha256sums=('ee7c190d62c919afb91f91c798a5f804c5d2ff8833bb6fe352f24d129c801ba9') build() { cd "${_pkgname}-${pkgver}" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-gio-unix \ --enable-gtk-doc \ --disable-debug make } package() { cd "${_pkgname}-${pkgver}" make DESTDIR="$pkgdir" install }