25 lines
943 B
Plaintext
25 lines
943 B
Plaintext
# Template file for 'garcon'
|
|
pkgname=garcon
|
|
version=0.1.12
|
|
distfiles="http://archive.xfce.org/src/xfce/garcon/0.1/$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=bb5145fff4f09fd20db114918d76212ce7b55bd8b0540e2bf26248e6af1902c8
|
|
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
|