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
|
Source: gtk-layer-shell
Section: libdevel
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders:
Birger Schacht <birger@rantanplan.org>,
Mike Gabriel <sunweaver@debian.org>,
Matthias Geiger <werdahias@debian.org>,
Build-Depends:
debhelper-compat (= 13),
meson,
pkgconf,
libwayland-dev,
libgtk-3-dev (>= 3.24.48),
gobject-introspection,
libgirepository1.0-dev,
gtk-doc-tools,
valac,
Standards-Version: 4.7.2
Homepage: https://github.com/wmww/gtk-layer-shell
Vcs-Browser: https://salsa.debian.org/debian/gtk-layer-shell
Vcs-Git: https://salsa.debian.org/debian/gtk-layer-shell.git
Rules-Requires-Root: no
Package: libgtk-layer-shell-dev
Architecture: any
Depends:
gir1.2-gtklayershell-0.1 (= ${binary:Version}),
libgtk-layer-shell0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Wayland Layer Shell protocol desktop component library -- development files
A library to write GTK applications that use Layer Shell. This library only
makes sense on Wayland compositors that support Layer Shell, and will not work
on X11. It supports all Layer Shell features including popups and popovers (GTK
popups Just Work™). Please open issues for any bugs you come across.
.
This package contains the header and development files.
Package: libgtk-layer-shell0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Wayland Layer Shell protocol desktop component library
A library to write GTK applications that use Layer Shell. This library only
makes sense on Wayland compositors that support Layer Shell, and will not work
on X11. It supports all Layer Shell features including popups and popovers (GTK
popups Just Work™). Please open issues for any bugs you come across.
.
This package contains the shared libraries
Package: gir1.2-gtklayershell-0.1
Section: introspection
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${gir:Depends}
Description: Wayland Layer Shell protocol desktop component library -- gir bindings
A library to write GTK applications that use Layer Shell. This library only
makes sense on Wayland compositors that support Layer Shell, and will not work
on X11. It supports all Layer Shell features including popups and popovers (GTK
popups Just Work™). Please open issues for any bugs you come across.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: gtk-layer-shell-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
Description: documentation for the Wayland Layer Shell protocol desktop component library
A library to write GTK applications that use Layer Shell. This library only
makes sense on Wayland compositors that support Layer Shell, and will not work
on X11. It supports all Layer Shell features including popups and popovers (GTK
popups Just Work™). Please open issues for any bugs you come across.
.
This package contains the HTML documentation for the GTK library
in /usr/share/gtk-doc/gtk-layer-shell/ .
Package: gtk-layer-shell-examples
Section: x11
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: example files for the Wayland Layer Shell protocol desktop component library
A library to write GTK applications that use Layer Shell. This library only
makes sense on Wayland compositors that support Layer Shell, and will not work
on X11. It supports all Layer Shell features including popups and popovers (GTK
popups Just Work™). Please open issues for any bugs you come across.
.
This package contains the example files and a demonstration program.
|