File: control

package info (click to toggle)
zathura 0.5.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,380 kB
  • sloc: ansic: 13,574; xml: 60; perl: 41; python: 21; sh: 7; makefile: 5
file content (77 lines) | stat: -rw-r--r-- 2,028 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: zathura
Section: text
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libcairo2-dev,
 libgirara-dev (>= 0.4.5),
 libglib2.0-dev,
 libgtk-3-dev,
 libmagic-dev,
 librsvg2-bin,
 libsqlite3-dev,
 libseccomp-dev,
 libsynctex-dev,
 gettext,
 meson,
 pkgconf,
 appstream-util <!nocheck>,
 desktop-file-utils <!nocheck>,
 xvfb <!nocheck>,
 xauth <!nocheck>,
 python3-sphinx
Standards-Version: 4.7.2
Homepage: https://pwmt.org/projects/zathura
Vcs-Git: https://salsa.debian.org/sramacher/zathura.git
Vcs-Browser: https://salsa.debian.org/sramacher/zathura
Rules-Requires-Root: no

Package: zathura
Architecture: any
Provides:
 zathura-abi-7
Depends:
 zathura-pdf-poppler,
 ${shlibs:Depends},
 ${misc:Depends}
Suggests:
 www-browser,
 zathura-ps,
 zathura-djvu,
 zathura-cb
Description: document viewer with a minimalistic interface
 zathura is a document viewer for PDF and other formats with a minimalistic and
 space saving interface. It offers a vim-like experience and has a focus on
 keyboard interaction. The key bindings, commands and most other settings can
 be customized.
 .
 Some of the features are:
  * bookmarking pages
  * printing the whole document or specific pages
  * following links
  * searching in the document
  * browsing the document index
  * SyncTex forward and backward synchronization
 .
 zathura can be extended to support other file formats via a plugin system.

Package: zathura-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libgirara-dev (>= 0.4.5),
 libgtk-3-dev,
 libcairo2-dev,
 libset-scalar-perl
Provides:
 dh-sequence-zathura
Description: development files for zathura plugins
 zathura is a document viewer for PDF and other formats with a minimalistic and
 space saving interface. It offers a vim-like experience and has a focus on
 keyboard interaction. The key bindings, commands and most other settings can
 be customized.
 .
 This package contains the files to develop plugins.