diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 05:35:55 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 05:36:12 +1000 |
commit | ff5d0b2e6c47fdec313aa4385f9ccb95ca3544c0 (patch) | |
tree | f1125b28820e09ad3df5c09f0dc9f193f6b4ad6d /net-irc/quassel/metadata.xml | |
parent | games-roguelike/stone-soup: remove deprecated games eclass (diff) | |
download | gentoo-ff5d0b2e6c47fdec313aa4385f9ccb95ca3544c0.tar.gz gentoo-ff5d0b2e6c47fdec313aa4385f9ccb95ca3544c0.tar.bz2 gentoo-ff5d0b2e6c47fdec313aa4385f9ccb95ca3544c0.zip |
net-irc/quassel: live updates by Sput
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-irc/quassel/metadata.xml')
-rw-r--r-- | net-irc/quassel/metadata.xml | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml index 66081eb8c032..973e5423b38c 100644 --- a/net-irc/quassel/metadata.xml +++ b/net-irc/quassel/metadata.xml @@ -10,12 +10,26 @@ <name>Johannes Huber</name> </maintainer> <use> + <flag name="breeze"> + Support the Breeze and Breeze-Dark icon sets (default for Plasma 5). + </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 quassels + 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="phonon"> Build client with phonon backend support. This enables sound playback in client. @@ -27,21 +41,16 @@ disable it on the client. </flag> <flag name="snorenotify"> - Support for snore notification framework. + Support for Snore notification framework. </flag> - <flag name="webkit"> - Use qt-webkit rendering engine for showing URL thumbnails and - for other things that need web browser integration. + <flag name="urlpreview"> + Use QtWebEngine rendering engine for showing URL thumbnails. </flag> <flag name="X"> - Build the Qt 4 GUI client for quassel. If this USE flag is + 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> - <flag name="crypt"> - Support core->network per-channel and per-query blowfish - encryption via <pkg>app-crypt/qca</pkg> SLOT 2. - </flag> </use> </pkgmetadata> |