blob: 7f8eff8cba1bc6450c5e10735364aa587844a7a3 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>joe@wt.gd</email>
<name>Joe Kappus</name>
</maintainer>
<upstream>
<bugs-to>https://gitlab.gnome.org/GNOME/pan/-/issues</bugs-to>
<maintainer>
<email>dod@debian.org</email>
<name>Dominique Dumont</name>
</maintainer>
</upstream>
<use>
<flag name="dbus">Use DBUS. Support running multiple instances</flag>
<flag name="gnome-keyring">Use libsecret/gcr for password storage</flag>
<flag name="libnotify">Build libnotify support for notifications</flag>
<flag name="nls">Localization support</flag>
<flag name="spell">Spellchecking support (enchant/gtkspell)</flag>
<flag name="ssl">TLS 1.x support (through gnutls)</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|