# Maintainer: twa022 # Contributor: m4sk1n # Contributor: Evangelos Foutras # Contributor: tobias _pkgname=xfce4-panel pkgname=${_pkgname}-git pkgver=4.19.0+2+g7341b4c1 pkgrel=1 pkgdesc="Panel for the Xfce desktop environment - git checkout" arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="http://docs.xfce.org/xfce/xfce4-panel/start" license=('GPL2') groups=('xfce4-git') conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin') provides=("${_pkgname}=${pkgver%%+*}") depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libwnck3' 'hicolor-icon-theme' 'desktop-file-utils' 'xfconf' 'libxfce4util>=4.15.2' 'libdbusmenu-gtk3') makedepends=('intltool' 'gtk-doc' 'git' 'xfce4-dev-tools' 'gobject-introspection' 'vala') optdepends=('xfce4-panel-profiles') replaces=('xfce4-statusnotifier-plugin') source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}") sha256sums=('SKIP') pkgver() { cd "${_pkgname}" git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g" } build() { cd "${_pkgname}" ./autogen.sh \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-gio-unix \ --enable-gtk-doc \ --disable-debug make } package() { cd "${_pkgname}" make DESTDIR="$pkgdir" install }