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
|
Source: gpaste
Section: gnome
Maintainer: Debian GNOME Extras Maintainers <pkg-gnome-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
dh-sequence-gir,
meson,
desktop-file-utils,
gir1.2-adw-1-dev,
gir1.2-gio-2.0-dev,
gir1.2-gobject-2.0-dev,
gir1.2-gdk-3.0-dev,
gir1.2-gdk-4.0-dev,
gir1.2-gtk-3.0-dev,
gir1.2-gtk-4.0-dev,
gnome-control-center-dev,
libadwaita-1-dev (>= 1.1.0~),
libglib2.0-dev (>= 2.70.0~),
libgtk-3-dev (>= 3.24.0~),
libgtk-4-dev (>= 4.6.0~),
libdbus-1-dev,
libgcr-4-dev,
Build-Depends-Indep: libgjs-dev (>= 1.76.2)
Standards-Version: 4.7.3
Homepage: https://github.com/Keruspe/GPaste
Vcs-Git: https://salsa.debian.org/gnome-team/extras/gpaste.git
Vcs-Browser: https://salsa.debian.org/gnome-team/extras/gpaste
Package: gpaste-2
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
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
Multi-Arch: same
Breaks: libgpaste-2t64 (<< 45-3~)
Replaces: libgpaste-2t64 (<< 45-3~)
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}
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: ${gir:Depends},
${misc:Depends},
libgpaste-2 (= ${binary:Version}),
pkgconf,
libglib2.0-dev (>= 2.56.0~)
Provides: ${gir:Provides}
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},
${gir:Depends}
Provides: ${gir:Provides}
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 (>= ${gnome:MinimumVersion}~),
gnome-shell (<< ${gnome:MaximumVersion}~),
gpaste-2 (>= ${source:Version}),
gir1.2-gpaste-2 (>= ${source:Version})
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.
|