# Maintainer: Igor # Contributor: GordonGR # Contributor: Pablo Lezaeta (I tryed) # Contributor: jyantis # Contributor: Diego Principe # Contributor: Jan Jezek # Contributor: Berseker _pkgname=exo pkgname=${_pkgname}-git pkgver=4.19.0+11+g66004671 pkgrel=1 pkgdesc="Extensions to Xfce originally developed by os-cillation." arch=('i686' 'x86_64') license=('GPL2' 'LGPL') url="https://gitlab.xfce.org/xfce/exo/" groups=('xfce4-git') #provides=("exo=${pkgver}") provides=("${_pkgname}=${pkgver%%+*}") depends=('libxfce4ui') makedepends=('git' 'xfce4-dev-tools') conflicts=('exo') source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}.git") options=('!libtool') md5sums=('SKIP') epoch=1 pkgver(){ cd "${_pkgname}" git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^exo-//;s/-/+/g" # git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd "${_pkgname}" #./autogen.sh --help=recursive ./autogen.sh \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static \ --enable-gtk-doc \ --enable-debug=minimum \ --enable-maintainer-mode make } package() { cd "${_pkgname}" make DESTDIR=$pkgdir install }