File: control

package info (click to toggle)
fcitx-ui-light 0.1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 2,438; sh: 27; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,078 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
Source: fcitx-ui-light
Section: utils
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
 Aron Xu <aron@debian.org>,
 YunQiang Su <syq@debian.org>,
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 fcitx-libs-dev (>= 1:4.2.9),
 gettext,
 intltool,
 libfontconfig-dev,
 libfreetype-dev,
 libxft-dev,
 libxpm-dev,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/fcitx/fcitx-ui-light
Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-ui-light.git
Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx-ui-light

Package: fcitx-ui-light
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: light weight xlibs and xft based UI for Fcitx
 fcitx-ui-light is a very light weight UI for Fcitx, using only xlibs
 and xft. It is directly inherited from the UI code base of Fcitx 3.x
 series.
 .
 This UI is intended to work on all X11 environment with minimal
 dependencies, so it can scale to more situations where none of Cairo,
 Pango or QT is available.