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
|
Source: gpaste
Section: gnome
Priority: optional
Maintainer: Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper-compat (= 13),
meson,
desktop-file-utils,
libappstream-glib-dev,
gnome-control-center-dev,
gobject-introspection (>= 1.48.0~),
libadwaita-1-dev (>= 1.1.0~),
libgirepository1.0-dev (>= 1.48.0~),
libglib2.0-dev (>= 2.70.0~),
libgtk-3-dev (>= 3.24.0~),
libgtk-4-dev (>= 4.6.0~),
libdbus-1-dev,
libclutter-1.0-dev,
libgcr-3-dev,
libgjs-dev (>= 1.54.0)
Standards-Version: 4.6.2
Homepage: https://github.com/Keruspe/GPaste
Vcs-Git: https://salsa.debian.org/debian/gpaste.git
Vcs-Browser: https://salsa.debian.org/debian/gpaste
Package: gpaste-2
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends}
Conflicts: gpaste
Replaces: gpaste
Description: Clipboard management system for GNOME
GPaste manages clipboard history and allows easy access to it using
keyboard shortcuts, gnome-shell extension, command-line tools, gir
bindings.
.
This package contains the command-line tools, the D-Bus service, the
GNOME Control Center key bindings, and desktop/appdata files.
Package: libgpaste-2
Section: libs
Architecture: any
Replaces: libgpaste13
Depends: ${misc:Depends},
${shlibs:Depends},
libgpaste-2-common
Description: Clipboard management system for GNOME - library
GPaste manages clipboard history and allows easy access to it using
keyboard shortcuts, gnome-shell extension, command-line tools, gir
bindings.
.
This package contains the shared library used by gpaste.
Package: libgpaste-2-common
Section: libs
Architecture: all
Depends: ${misc:Depends}
Breaks: libgpaste-common, libgpaste6 (<< 3.24)
Replaces: libgpaste-common, libgpaste6 (<< 3.24)
Multi-Arch: foreign
Description: Clipboard management system for GNOME - shared files
GPaste manages clipboard history and allows easy access to it using
keyboard shortcuts, gnome-shell extension, command-line tools, gir
bindings.
.
This package contains the common files, such as translations.
Package: libgpaste-2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libgpaste-2 (= ${binary:Version}),
gir1.2-gpaste-2 (= ${binary:Version}),
gir1.2-gpastegtk-3,
gir1.2-gpastegtk-4,
pkg-config,
libglib2.0-dev (>= 2.56.0~)
Conflicts: libgpaste-dev
Replaces: libgpaste-dev
Description: Clipboard management system for GNOME - development files
GPaste manages clipboard history and allows easy access to it using
keyboard shortcuts, gnome-shell extension, command-line tools, gir
bindings.
.
This package contains headers and libraries for developing applications
that use GPaste to manage the clipboard.
Package: gir1.2-gpaste-2
Section: introspection
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Provides: gir1.2-gpastegtk-3, gir1.2-gpastegtk-4
Conflicts: gir1.2-gpaste-1.0
Replaces: gir1.2-gpaste-1.0
Multi-Arch: same
Description: GObject introspection data for the libgpaste-2 library
GPaste manages clipboard history and allows easy access to it using
keyboard shortcuts, gnome-shell extension, command-line tools, gir
bindings.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gnome-shell-extension-gpaste
Depends: ${misc:Depends},
gnome-shell (>= 43~), gnome-shell (<< 45~),
gpaste-2 (>= ${source:Version}),
gir1.2-gpaste-2 (>= ${source:Version})
Replaces: gnome-shell-extensions-gpaste
Breaks: gnome-shell-extensions-gpaste
Architecture: all
Description: GPaste extension for GNOME Shell
GPaste manages clipboard history and allows easy access to it using
keyboard shortcuts, gnome-shell extension, command-line tools, gir
bindings.
.
This package provides the gnome-shell extension.
.
Please note that the extension must be manually enabled, for example
using gnome-tweak-tool.
|