# Maintainer: Natanael Copa pkgname=garcon pkgver=0.6.1 pkgrel=1 pkgdesc="a freedesktop.org compliant menu implementation based on GLib and GIO" url="https://xfce.org/" arch="all" license="GPL-2.0" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" makedepends="glib-dev gtk+2.0-dev libxfce4ui-dev intltool libxfce4util-dev gtk-doc gobject-introspection-dev" source="https://archive.xfce.org/src/libs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" replaces="xfdesktop" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-introspection \ --enable-gtk-doc make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3 garcon-0.6.1.tar.bz2"