*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / net-irc / quassel / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>patrick@gentoo.org</email>
6                 <name>Patrick Lauer</name>
7         </maintainer>
8         <maintainer type="person">
9                 <email>johu@gentoo.org</email>
10                 <name>Johannes Huber</name>
11         </maintainer>
12         <use>
13                 <flag name="bundled-icons">
14                         Use icon themes bundled with Quassel, rather than depending on system packages.
15                 </flag>
16                 <flag name="crypt">
17                         Support core-&gt;network per-channel and per-query blowfish
18                         encryption via <pkg>app-crypt/qca</pkg> SLOT 2.
19                 </flag>
20                 <flag name="dbus">
21                         Support desktop notifications via the StatusNotifier D-Bus service
22                         (used by most modern desktop environments).
23                 </flag>
24                 <flag name="monolithic">
25                         Build standalone client with integrated core, no external
26                         quasselcore needed. Only useful if you don't want to use Quassel's
27                         client/server model. The server and X flags are not needed in this
28                         case but it is possible to enable them too.
29                 </flag>
30                 <flag name="oxygen">
31                         Support the Oxygen icon set that was the default for KDE4.
32                 </flag>
33                 <flag name="server">
34                         Build the server binary. If this USE flag is disabled, the
35                         'core' server binary for quassel is not built, and cannot be
36                         used. You need this enabled on the server, but you might want to
37                         disable it on the client.
38                 </flag>
39                 <flag name="snorenotify">
40                         Support for Snore notification framework.
41                 </flag>
42                 <flag name="urlpreview">
43                         Use QtWebEngine rendering engine for showing URL thumbnails.
44                 </flag>
45                 <flag name="X">
46                         Build the Qt5 GUI client for quassel. If this USE flag is
47                         disabled, the GUI is not built, and cannot be used. You might
48                         want to disable this on the server, but you need it enabled on
49                         the client.
50                 </flag>
51         </use>
52 </pkgmetadata>