# Maintainer: Natanael Copa pkgname=garcon pkgver=0.6.4 pkgrel=0 pkgdesc="a freedesktop.org compliant menu implementation based on GLib and GIO" url="https://xfce.org/" arch="all" license="GPL-2.0-or-later" 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() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-introspection \ --enable-gtk-doc make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510 garcon-0.6.4.tar.bz2"