48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="bundled-icons">
|
|
Use icon themes bundled with Quassel, rather than depending on system packages.
|
|
</flag>
|
|
<flag name="crypt">
|
|
Support core->network per-channel and per-query blowfish
|
|
encryption via <pkg>app-crypt/qca</pkg> SLOT 2.
|
|
</flag>
|
|
<flag name="dbus">
|
|
Support desktop notifications via the StatusNotifier D-Bus service
|
|
(used by most modern desktop environments).
|
|
</flag>
|
|
<flag name="monolithic">
|
|
Build standalone client with integrated core, no external
|
|
quasselcore needed. Only useful if you don't want to use Quassel's
|
|
client/server model. The server and X flags are not needed in this
|
|
case but it is possible to enable them too.
|
|
</flag>
|
|
<flag name="oxygen">
|
|
Support the Oxygen icon set that was the default for KDE4.
|
|
</flag>
|
|
<flag name="server">
|
|
Build the server binary. If this USE flag is disabled, the
|
|
'core' server binary for quassel is not built, and cannot be
|
|
used. You need this enabled on the server, but you might want to
|
|
disable it on the client.
|
|
</flag>
|
|
<flag name="urlpreview">
|
|
Use QtWebEngine rendering engine for showing URL thumbnails.
|
|
</flag>
|
|
<flag name="gui">
|
|
Build the Qt5 GUI client for quassel. If this USE flag is
|
|
disabled, the GUI is not built, and cannot be used. You might
|
|
want to disable this on the server, but you need it enabled on
|
|
the client.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">quassel/quassel</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|