blob: 76db3060ad58d65ce04cb1b31013e9e7a86cadbf (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>arthurzam@gentoo.org</email>
<name>Arthur Zamarin</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>xxc3ncoredxx@gmail.com</email>
<name>Oskari Pirhonen</name>
</maintainer>
<maintainer type="project">
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="crypt">Use <pkg>dev-libs/libsodium</pkg> for crypto support</flag>
<flag name="cscope">Enable cscope interface</flag>
<flag name="gtk4">Build the GTK 4 GUI using <pkg>gui-libs/gtk</pkg>:4 instead of
the default GTK+ 3 one. The GTK 4 GUI uses no X11 API, so 'session'
(X session management) is unavailable with it.</flag>
<flag name="netbeans">Include netbeans external editor integration support</flag>
<flag name="pango">Render |:hardcopy| output with <pkg>x11-libs/pango</pkg>
and <pkg>x11-libs/cairo</pkg> rather than Vim's own PostScript generator.
Gains full Unicode support and PDF output, at the cost of the
'printencoding', 'printmbcharset' and 'printmbfont' options, which
exist only for the built-in generator.</flag>
<flag name="racket">Enable support for Scheme using <pkg>dev-scheme/racket</pkg>
</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:vim:vim</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|