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
|
Source: onboard
Section: gnome
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
libcanberra-dev,
libdconf-dev (>= 0.12.0),
libgtk-3-dev,
libhunspell-dev,
libudev-dev,
libwayland-dev,
libxkbfile-dev,
libxtst-dev,
python3-all-dev (>= 3.2),
python3-cairo,
python3-distutils-extra (>= 2.10),
python3-gi,
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Jeremy Bicha <jbicha@ubuntu.com>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://launchpad.net/onboard
Vcs-Browser: https://salsa.debian.org/debian-mate-team/onboard
Vcs-Git: https://salsa.debian.org/debian-mate-team/onboard.git
Package: onboard
Architecture: linux-any
Depends: gir1.2-gdkpixbuf-2.0,
gir1.2-glib-2.0,
gir1.2-gtk-3.0,
gir1.2-pango-1.0 (>= 1.29.3),
iso-codes,
librsvg2-common,
onboard-common (<< ${source:Version}.1),
onboard-common (>= ${source:Version}),
python3-cairo,
python3-dbus,
python3-gi-cairo,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends: gir1.2-ayatanaappindicator3-0.1,
gir1.2-atspi-2.0,
onboard-data (>= ${source:Version}),
xdg-utils,
Suggests: mousetweaks (>= 3.3.90),
Breaks: gnome-shell-extension-onboard,
Replaces: gnome-shell-extension-onboard,
Description: Simple On-screen Keyboard
On-screen Keyboard with macros, easy layout creation and word suggestion.
.
This on-screen keyboard can be useful for tablet PC users, as well as
for mobility impaired users.
Package: onboard-common
Architecture: all
Depends: python3,
${misc:Depends},
Breaks: onboard (<< 1.3.0-1~),
Replaces: onboard (<< 1.3.0-1~),
Description: Simple On-screen Keyboard (common files)
On-screen Keyboard with macros, easy layout creation and word suggestion.
.
This package ships the architecture independent files of the onboard
on-screen keyboard.
Package: onboard-data
Architecture: all
Depends: onboard (<< ${source:Version}.1),
onboard (>= ${source:Version}),
${misc:Depends},
Replaces: onboard-prediction-data (<< 0.99.0~alpha1~tr1531),
Breaks: onboard-prediction-data (<< 0.99.0~alpha1~tr1531),
Description: Language model files for the word suggestion feature of Onboard
On-screen Keyboard with macros, easy layout creation and word suggestion.
.
This package installs default language model files for various languages.
The word suggestion feature of Onboard uses these files (and if available
also custom user language model files) to compute the word completion
suggestions and the word prediction suggestions.
#Package: gnome-shell-extension-onboard
#Architecture: all
#Depends: ${misc:Depends},
# gnome-shell (>= 3.16),
# onboard (>= ${source:Version}),
#Breaks: onboard-common (<< 1.3.0)
#Replaces: onboard-common (<< 1.3.0)
#Description: GNOME Shell extension for the on-screen keyboard Onboard
# This package hides the official GNOME3 keyboard and provides an icon to
# show/hide Onboard. It is only an initial extension that does not show
# Onboard for activities and passwords, yet.
|