2010-11-08 15:03:04 +01:00
|
|
|
# Template file for 'garcon'
|
|
|
|
pkgname=garcon
|
2011-08-04 07:59:06 +02:00
|
|
|
version=0.1.8
|
2010-11-08 15:03:04 +01:00
|
|
|
distfiles="http://archive.xfce.org/src/libs/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-11-12 09:45:15 +01:00
|
|
|
revision=1
|
2010-11-08 15:03:04 +01:00
|
|
|
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-04 07:59:06 +02:00
|
|
|
homepage="http://wiki.xfce.org/dev/garcon"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=955a05e72ebbadc8207bb7b2c7349e71830dbdd596dbba3ea3665f0ecfb9cf63
|
2010-11-08 15:03:04 +01:00
|
|
|
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 gettext
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build glib-devel
|