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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: menu-cache
Section: libs
Priority: optional
Maintainer: Debian LXDE Maintainers <pkg-lxde-maintainers@lists.alioth.debian.org>
Uploaders:
Andrew Lee (李健秋) <ajqlee@debian.org>, Andriy Grytsenko <andrej@rep.kiev.ua>
Build-Depends:
debhelper (>= 9), dh-autoreconf, libglib2.0-dev,
gtk-doc-tools, libglib2.0-doc, libfm-dev (>= 1.2.0)
Standards-Version: 3.9.8
Homepage: http://www.lxde.org/
Vcs-Browser: http://git.lxde.org/gitweb/?p=debian/menu-cache.git
Vcs-Git: git://git.lxde.org/git/debian/menu-cache.git
Package: libmenu-cache3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, libmenu-cache-bin (>= 0.7.0)
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:
${misc:Depends}, libmenu-cache3 (= ${binary:Version}), libglib2.0-dev
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-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libmenu-cache3 (= ${binary:Version})
Description: LXDE implementation of the freedesktop Menu's cache (debug)
Libmenu-cache is a library creating and utilizing caches to speed up
the access to freedesktop.org defined application menus.
.
This package contains the debug symbols.
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.
Package: libmenu-cache-bin-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libmenu-cache-bin (= ${binary:Version})
Description: LXDE implementation of the freedesktop Menu's cache (libexec debug)
Libmenu-cache is a library creating and utilizing caches to speed up
the access to freedesktop.org defined application menus.
.
This package contains the debug symbols for supplementary binaries.
|