summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2009-01-18 19:44:40 +0000
committerMarkus Ullmann <jokey@gentoo.org>2009-01-18 19:44:40 +0000
commite5d13f2b0356cc60bf08a4541b3f5011ce0becde (patch)
tree2d4556cc87a44dc330a9c5563c15f49d93288d7e /net-irc/quassel/metadata.xml
parentAdd USE="png ssl win64" and convert USE flags to $(use_with) #255250 by Johan... (diff)
downloadgentoo-2-e5d13f2b0356cc60bf08a4541b3f5011ce0becde.tar.gz
gentoo-2-e5d13f2b0356cc60bf08a4541b3f5011ce0becde.tar.bz2
gentoo-2-e5d13f2b0356cc60bf08a4541b3f5011ce0becde.zip
Cleanups and monolithic flag support from Daniel Pielmeier
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'net-irc/quassel/metadata.xml')
-rw-r--r--net-irc/quassel/metadata.xml65
1 files changed, 35 insertions, 30 deletions
diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
index c7307ee2d51f..c334815f58db 100644
--- a/net-irc/quassel/metadata.xml
+++ b/net-irc/quassel/metadata.xml
@@ -1,34 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>net-irc</herd>
- <maintainer>
- <email>daniel.pielmeier@googlemail.com</email>
- <name>Daniel Pielmeier</name>
- </maintainer>
- <maintainer>
- <email>patrick@gentoo.org</email>
- </maintainer>
- <use>
- <flag name="X">
- Build the Qt 4 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="phonon">
- Build client with phonon backend support. This enables sound
- playback in client.
- </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="webkit">
- Use qt-webkit rendering engine for showing url thumbmails and
- for other things that needs webbrowser intergration.
- </flag>
- </use>
+ <herd>net-irc</herd>
+ <maintainer>
+ <email>daniel.pielmeier@googlemail.com</email>
+ <name>Daniel Pielmeier</name>
+ </maintainer>
+ <maintainer>
+ <email>patrick@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="monolithic">
+ Build monolitic client. Only useful if one don't want to use
+ quassels client/server model. The server and X flags are probably
+ not needed but it is possible to enable them tooy.
+ </flag>
+ <flag name="phonon">
+ Build client with phonon backend support. This enables sound
+ playback in client.
+ </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="webkit">
+ Use qt-webkit rendering engine for showing url thumbmails and
+ for other things that needs webbrowser intergration.
+ </flag>
+ <flag name="X">
+ Build the Qt 4 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>
</pkgmetadata>