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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Source: appmenu-gtk-module
Priority: optional
Maintainer: Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Jeremy Bicha <jbicha@debian.org>,
Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Build-Depends: meson (>= 0.49.0),
debhelper-compat (= 13),
dpkg-dev (>= 1.16.1.1~),
libx11-dev,
libglib2.0-dev (>= 2.50.0),
libgtk-3-dev (>= 3.22.0),
gtk-doc-tools,
systemd-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Section: libs
Homepage: https://github.com/rilian-la-te/vala-panel-appmenu/tree/master/subprojects/appmenu-gtk-module
Vcs-Git: https://salsa.debian.org/debian-ayatana-team/appmenu-gtk-module.git
Vcs-Browser: https://salsa.debian.org/debian-ayatana-team/appmenu-gtk-module
Package: libappmenu-gtk-parser-dev-common
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Common header files for GtkMenuShell to GMenuModel parser
GTK+ module for exporting old-style menus as GMenuModels.
.
Many applications implement menus as GtkMenuShells and GtkMenuItems and
aren't looking to migrate to the newer GMenuModel API.
.
The AppMenu GTK+ module watches for these types of menus and exports the
appropriate GMenuModel implementation.
.
This package contains common header files.
Package: libappmenu-gtk3-parser0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
Description: GtkMenuShell to GMenuModel parser (GTK+3.0)
GTK+ module for exporting old-style menus as GMenuModels.
.
Many applications implement menus as GtkMenuShells and GtkMenuItems and
aren't looking to migrate to the newer GMenuModel API.
.
The AppMenu GTK+ module watches for these types of menus and exports the
appropriate GMenuModel implementation.
.
This library converts GtkMenuShells into GMenuModels for GTK+3.0
applications.
Package: libappmenu-gtk3-parser-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libgtk-3-dev (>= 3.2.0),
libappmenu-gtk-parser-dev-common (>= ${source:Version}),
libappmenu-gtk3-parser0 (= ${binary:Version}),
Description: GtkMenuShell to GMenuModel parser (GTK+3.0 development files)
GTK+ module for exporting old-style menus as GMenuModels.
.
Many applications implement menus as GtkMenuShells and GtkMenuItems and
aren't looking to migrate to the newer GMenuModel API.
.
The AppMenu GTK+ module watches for these types of menus and exports the
appropriate GMenuModel implementation.
.
This package contains GTK+ 3 pkg-config files and library headers
for libappmenu-gtk3-parser0.
Package: appmenu-gtk-module-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
libglib2.0-bin,
Description: Common files for GtkMenuShell D-Bus exporter
GTK+ module for exporting old-style menus as GMenuModels.
.
Many applications implement menus as GtkMenuShells and GtkMenuItems and
aren't looking to migrate to the newer GMenuModel API.
.
The AppMenu GTK+ module watches for these types of menus and exports the
appropriate GMenuModel implementation.
.
This package contains common data files of the actual appmenu module.
Package: appmenu-gtk3-module
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
appmenu-gtk-module-common (>= ${source:Version}),
libappmenu-gtk3-parser0 (>= ${binary:Version}),
Provides: appmenu-gtk3
Conflicts: appmenu-gtk3
Replaces: appmenu-gtk3
Description: GtkMenuShell D-Bus exporter (GTK+3.0)
GTK+ module for exporting old-style menus as GMenuModels.
.
Many applications implement menus as GtkMenuShells and GtkMenuItems and
aren't looking to migrate to the newer GMenuModel API.
.
The AppMenu GTK+ module watches for these types of menus and exports the
appropriate GMenuModel implementation.
.
This package contains the GTK+3.0 AppMenu module.
|