26 lines
996 B
Plaintext
26 lines
996 B
Plaintext
|
# Template file for 'menu-cache'
|
||
|
pkgname=menu-cache
|
||
|
version=0.2.6
|
||
|
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=fdaeba2126bf9860c05711f428ee1195aa549cf2c1a3390ecbe81179fee47d4d
|
||
|
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 run glibc
|
||
|
Add_dependency run glib
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency build glib-devel
|