1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: menu-cache
Section: libs
Priority: optional
Maintainer: Debian LXDE Maintainers <team+lxde@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Andriy Grytsenko <andrej@rep.kiev.ua>
Build-Depends: debhelper-compat (= 13),
gtk-doc-tools,
libfm-extra-dev,
libglib2.0-dev,
libglib2.0-doc
Standards-Version: 4.7.0
Homepage: http://www.lxde.org/
Vcs-Browser: https://salsa.debian.org/lxde-team/menu-cache
Vcs-Git: https://salsa.debian.org/lxde-team/menu-cache.git
Package: libmenu-cache3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmenu-cache-bin (>= 0.7.0), ${misc:Depends}, ${shlibs:Depends}
Conflicts: libmenu-cache1
Description: LXDE implementation of the freedesktop Menu's cache
Libmenu-cache is a library creating and utilizing caches to speed up
the access to 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.
Package: libmenu-cache-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev, libmenu-cache3 (= ${binary:Version}), ${misc:Depends}
Conflicts: libmenu-cache1-dev
Replaces: libmenu-cache1-dev
Suggests: libmenu-cache-doc
Description: LXDE implementation of the freedesktop Menu's cache (devel)
Libmenu-cache is a library creating and utilizing caches to speed up
the access to freedesktop.org defined application menus.
.
This package contains the development files.
Package: libmenu-cache-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libglib2.0-doc
Description: LXDE implementation of the freedesktop Menu's cache (docs)
Libmenu-cache is a library creating and utilizing caches to speed up
the access to freedesktop.org defined application menus.
.
This package contains the development documentation.
Package: libmenu-cache-bin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libmenu-cache1, libmenu-cache3 (<< 0.6.0)
Replaces: libmenu-cache1
Description: LXDE implementation of the freedesktop Menu's cache (libexec)
Libmenu-cache is a library creating and utilizing caches to speed up
the access to freedesktop.org defined application menus.
.
This package contains the binaries required to use libmenu-cache library.
|