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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
|
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),
libgtk2.0-dev (>= 2.24.0),
libgtk-3-dev (>= 3.22.0),
gtk-doc-tools,
Standards-Version: 4.5.0
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-edu-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 header files that the GTK+2.0 and GTK+3.0 builds
have in common.
Package: libappmenu-gtk2-parser0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
Description: GtkMenuShell to GMenuModel parser (GTK+2.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+2.0
applications.
Package: libappmenu-gtk3-parser0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk-3-0 (>= 3.2.0),
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-gtk2-parser-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libgtk2.0-dev (>= 2.24.0),
libappmenu-gtk-parser-dev-common (>= ${source:Version}),
libappmenu-gtk2-parser0 (= ${binary:Version}),
Description: GtkMenuShell to GMenuModel parser (GTK+2.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+ 2 pkg-config files and library headers
for libappmenu-gtk2-parser0.
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 actuall appmenu module.
Package: appmenu-gtk2-module
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
appmenu-gtk-module-common (>= ${source:Version}),
libappmenu-gtk2-parser0 (>= ${binary:Version}),
Provides: appmenu-gtk
Conflicts: appmenu-gtk
Replaces: appmenu-gtk
Description: GtkMenuShell D-Bus exporter (GTK+2.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+2.0 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.
|