24 lines
958 B
Text
24 lines
958 B
Text
# Template file for 'menu-cache'
|
|
pkgname=menu-cache
|
|
version=0.3.2
|
|
revision=2
|
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
short_desc="LXDE freedesktop menu specification"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=6b7c1627b5102d8301a8a3e845f673a7181a71dde32f6455abf22d03e392b89f
|
|
long_desc="
|
|
menu-cache is a library creating and utilizing caches to speed up the
|
|
manipulation for freedesktop.org defined application menus. It can be used
|
|
as a replacement of libgnome-menu of gnome-menus.
|
|
|
|
* Shorten time for loading menu entries.
|
|
* Ease of use. (API is very similar to that of libgnome-menu)
|
|
* Lightweight runtime library. (Parsing of the menu definition files
|
|
are done by menu-cache-gen when the menus are really changed.)
|
|
* Less unnecessary and complicated file monitoring.
|
|
* Heavily reduced disk I/O."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build glib-devel
|