You've already forked ukui-menus
mirror of
https://github.com/ukui/ukui-menus.git
synced 2026-03-09 09:22:26 -07:00
96 lines
2.9 KiB
Plaintext
96 lines
2.9 KiB
Plaintext
Source: ukui-menus
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Kylin Team <ukui@kylinos.cn>
|
|
Uploaders: Hebing <hebing@kylinos.cn>
|
|
Build-Depends: debhelper (>= 9),
|
|
dh-python,
|
|
dpkg-dev (>= 1.16.1.1),
|
|
gobject-introspection,
|
|
intltool,
|
|
libgirepository1.0-dev,
|
|
libglib2.0-dev,
|
|
ukui-common,
|
|
python-all-dev (>= 2.7),
|
|
Standards-Version: 3.9.8
|
|
Homepage: http://www.ukui.org/
|
|
X-Python-Version: >= 2.7
|
|
|
|
Package: ukui-menus
|
|
Architecture: any
|
|
Depends: python-ukui-menu (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${python:Depends},
|
|
Breaks: ukui-control-center,
|
|
Description: implementation of the freedesktop menu specification for UKUI
|
|
The package contains an implementation of the draft
|
|
"Desktop Menu Specification" from freedesktop.org:
|
|
.
|
|
http://www.freedesktop.org/Standards/menu-spec
|
|
.
|
|
Also contained here are the UKUI menu layout configuration files, .directory
|
|
files and assorted menu related utility programs.
|
|
|
|
Package: libukui-menu2
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
Breaks: libukuimenu,
|
|
ukui-menus,
|
|
Replaces: libukuimenu,
|
|
ukui-menus,
|
|
Provides: libukuimenu,
|
|
Description: implementation of the freedesktop menu specification for UKUI (library)
|
|
The package contains an implementation of the draft
|
|
"Desktop Menu Specification" from freedesktop.org:
|
|
.
|
|
http://www.freedesktop.org/Standards/menu-spec
|
|
.
|
|
This package contains the actual library files.
|
|
|
|
Package: libukui-menu-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Section: libdevel
|
|
Depends: libglib2.0-dev,
|
|
libukui-menu2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Breaks: libukuimenu-dev,
|
|
Replaces: libukuimenu-dev,
|
|
Provides: libukuimenu-dev,
|
|
Description: implementation of the freedesktop menu specification for UKUI (development files)
|
|
The package contains an implementation of the draft
|
|
"Desktop Menu Specification" from freedesktop.org:
|
|
.
|
|
http://www.freedesktop.org/Standards/menu-spec
|
|
.
|
|
This package contains the development files.
|
|
|
|
Package: gir1.2-ukui-menu
|
|
Section: introspection
|
|
Architecture: any
|
|
Depends: ${gir:Depends},
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: GObject introspection data for the UKUI menu specification
|
|
This package contains introspection data for UKUI menu specification, an
|
|
an implementation of the draft "Desktop Menu Specification" from
|
|
freedesktop.org
|
|
.
|
|
It can be used by packages using the GIRepository format to generate dynamic
|
|
bindings.
|
|
|
|
Package: python-ukui-menu
|
|
Section: python
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${python:Depends},
|
|
${shlibs:Depends},
|
|
Description: implementation of the freedesktop menu specification for UKUI (Python bindings)
|
|
The package contains an implementation of the draft
|
|
"Desktop Menu Specification" from freedesktop.org.
|
|
.
|
|
This package contains the Python bindings.
|