# Maintainer: Natanael Copa pkgname=garcon pkgver=0.6.2 pkgrel=0 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="7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1 garcon-0.6.2.tar.bz2"