void-packages/srcpkgs/garcon/template
2012-04-29 09:35:24 +02:00

24 lines
942 B
Text

# Template file for 'garcon'
pkgname=garcon
version=0.2.0
distfiles="http://archive.xfce.org/src/xfce/garcon/0.2/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wiki.xfce.org/dev/garcon"
license="LGPL-2.1"
checksum=02dea3edb9c0039eca4748e964c61b0e1cc10f2d7f9ce0c837287ac5fa9ef76c
long_desc="
This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO. It was started as a complete rewrite of the former
Xfce menu library called libxfce4menu, which, in contrast to garcon,
was lacking menu merging features essential for loading menus modified
with menu editors."
conf_files="/etc/xdg/menus/xfce-applications.menu"
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build glib-devel
Add_dependency build libxfce4util-devel