File: control

package info (click to toggle)
xneur 0.20.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 6,072 kB
  • sloc: ansic: 11,050; sh: 4,679; makefile: 430; sed: 15
file content (54 lines) | stat: -rw-r--r-- 1,837 bytes parent folder | download
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
Source: xneur
Section: x11
Priority: optional
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends: debhelper-compat (= 13),
 intltool,
 libx11-dev,
 libxmu-headers,
 libxt-dev,
 libpcre3-dev,
 pkg-config,
 libenchant-2-dev,
 libgstreamer1.0-dev,
 libxosd-dev,
 libnotify-dev,
 libxi-dev,
 libxtst-dev
Standards-Version: 4.1.5
Homepage: https://xneur.ru
Vcs-Git: https://salsa.debian.org/debian/xneur.git
Vcs-Browser: https://salsa.debian.org/debian/xneur.git

Package: xneur
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gxneur (>=0.20.0)
Suggests: myspell-en-us | aspell-en | myspell-dictionary | aspell-dictionary
Description: in-place conversion of text typed in with a wrong keyboard layout
 When users work in multilingual environment (e.g. Russian+English), they
 sometimes type in text with wrong keyboard layout. In auto mode XNeur can
 automatically detect language of word user typed, switch keyboard layout and
 convert word from one keyboard layout into another. In manual mode user has
 ability to convert last typed word or some selected text with hot-keys.
 The main idea of this utility is similar to Punto Switcher for MS Windows.
 For now XNeur support English, Russian, Ukrainian, Belarusian, French,
 Romanian, German, Kazakh and many other languages.

Package: libxneur
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: xneur library
 This package provides libraries needed for XNeur backend and frontends to work.

Package: libxneur-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends},
 libpcre3-dev,
 libenchant-2-dev,
 libxneur (= ${binary:Version})
Description: development files for xneur frontends and plugins.
 This package provides development files for building XNeur frontends and
 its plugins.