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
|
Source: gtk-session-lock
Section: libs
Priority: optional
Maintainer: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
gobject-introspection,
gobject-introspection-bin,
libgirepository1.0-dev,
libgtk-3-dev,
libwayland-dev,
meson,
ninja-build,
valac,
Standards-Version: 4.7.0
Homepage: https://github.com/Cu3PO42/gtk-session-lock
Vcs-Browser: https://salsa.debian.org/debian/gtk-session-lock
Vcs-Git: https://salsa.debian.org/debian/gtk-session-lock.git
Package: libgtk-session-lock-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: gir1.2-gtksessionlock-0.1-dev (= ${binary:Version})
Depends:
gir1.2-gtksessionlock-0.1 (= ${binary:Version}),
libgtk-session-lock0 (= ${binary:Version}),
${misc:Depends},
Description: Wayland screen locker library using ext-session-lock-v1 (development files)
gtk-session-lock is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc,
see using the library below).
.
This library is a fork of the incredible gtk-layer-shell, which has laid all
the groundwork necessary to make this happen.
.
This package provides the development files for gtk-session-lock.
Package: libgtk-session-lock0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Wayland screen locker library using ext-session-lock-v1 (shared library)
gtk-session-lock is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc,
see using the library below).
.
This library is a fork of the incredible gtk-layer-shell, which has laid all
the groundwork necessary to make this happen.
.
This package contains the shared libraries.
Package: gir1.2-gtksessionlock-0.1
Section: introspection
Architecture: any
Multi-Arch: foreign
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends},
Description: Wayland screen locker library using ext-session-lock-v1 (gir bindings)
gtk-session-lock is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc,
see using the library below).
.
This library is a fork of the incredible gtk-layer-shell, which has laid all
the groundwork necessary to make this happen.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: gtk-session-lock-examples
Section: x11
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Wayland screen locker library using ext-session-lock-v1 (examples)
gtk-session-lock is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc,
see using the library below).
.
This library is a fork of the incredible gtk-layer-shell, which has laid all
the groundwork necessary to make this happen.
.
This package contains the examples.
|