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
|
Source: gtk4-layer-shell
Section: libs
Priority: optional
Maintainer: Matthias Geiger <werdahias@debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
meson,
libgirepository1.0-dev,
libgtk-4-dev,
libwayland-dev (>= 1.10.0),
gtk-doc-tools,
valac,
Standards-Version: 4.7.2
Homepage: https://github.com/wmww/gtk4-layer-shell
Vcs-Browser: https://salsa.debian.org/debian/gtk4-layer-shell
Vcs-Git: https://salsa.debian.org/debian/gtk4-layer-shell.git
Package: libgtk4-layer-shell-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libgtk4-layer-shell0 (= ${binary:Version}),
gir1.2-gtk4layershell-1.0 (= ${binary:Version}),
Provides: gir1.2-gtk4layershell-1.0-dev (= ${binary:Version})
Description: wayland layer shell protocol library (GTK4) -- development files
A library for using the Layer Shell Wayland protocol with GTK4. With this
library you can build desktop shell components such as panels, notifications
and wallpapers. It's compatible with C, C++ and any language that supports
GObject introspection files (Python, Vala, etc).
.
This package contains the development headers.
Package: libgtk4-layer-shell0
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: wayland layer shell protocol library (GTK4) -- shared library
A library for using the Layer Shell Wayland protocol with GTK4. With this
library you can build desktop shell components such as panels, notifications
and wallpapers. It's compatible with C, C++ and any language that supports
GObject introspection files (Python, Vala, etc).
.
This package contains the shared libraries.
Package: gir1.2-gtk4layershell-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
${gir:Depends},
Description: wayland layer shell protocol library (GTK4) -- GObject introspection data
A library for using the Layer Shell Wayland protocol with GTK4. With this
library you can build desktop shell components such as panels, notifications
and wallpapers. It's compatible with C, C++ and any language that supports
GObject introspection files (Python, Vala, etc).
.
This package contains the gobject-introspection typelib.
Package: libgtk4-session-lock-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libgtk4-layer-shell0 (= ${binary:Version}),
gir1.2-gtk4sessionlock-1.0 (= ${binary:Version}),
Provides: gir1.2-gtk4sessionlock-1.0-dev (= ${binary:Version})
Description: wayland session lock library (GTK4) -- development files
A library for using the wayland session lock protocol with GTK4. With this
library you can build screen locking components. It's compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc).
.
This package contains the development headers.
Package: gir1.2-gtk4sessionlock-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
${gir:Depends},
Description: wayland session lock library (GTK4) -- GObject introspection data
A library for using the wayland session lock protocol with GTK4. With this
library you can build screen locking components. It's compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc).
.
This package contains the gobject-introspection typelib.
Package: gtk4-layer-shell-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
Description: wayland layer shell protocol library (GTK4) -- documentation
A library for using the Layer Shell Wayland protocol with GTK4. With this
library you can build desktop shell components such as panels, notifications
and wallpapers. It's compatible with C, C++ and any language that supports
GObject introspection files (Python, Vala, etc).
.
This package contains the common documentation.
Package: gtk4-layer-shell-examples
Section: x11
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: wayland layer shell protocol library (GTK4) -- examples
A library for using the Layer Shell Wayland protocol with GTK4. With this
library you can build desktop shell components such as panels, notifications
and wallpapers. It's compatible with C, C++ and any language that supports
GObject introspection files (Python, Vala, etc).
.
This package contains the example application.
|