# Maintainer: Natanael Copa pkgname=xfce4-appfinder pkgver=4.13.1 pkgrel=0 pkgdesc="Xfce application finder" url="https://xfce.org/" arch="all" license="GPL-2.0+" depends="hicolor-icon-theme" makedepends="thunar-dev gtk+3.0-dev libxfce4ui-dev garcon-dev" subpackages="$pkgname-lang" install= replaces="xfce-utils" source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="1be1508bea87e9ff7763dc6a8dd0a45b3e1ef39400486b9926de190e146c4c3fd96d08508d32c53a99ff92e98c4cc504e074f651273aac917a79e5df71022116 xfce4-appfinder-4.13.1.tar.bz2"