summaryrefslogtreecommitdiff
blob: 98f1903a7f24450c2ee76e05f59fb4aa3569d989 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>net-irc</herd>
	<maintainer>
		<email>billie@gentoo.org</email>
		<name>Daniel Pielmeier</name>
	</maintainer>
	<maintainer>
		<email>patrick@gentoo.org</email>
	</maintainer>
	<use>
		<flag name="monolithic">
			Build Standalone client with integrated core, no external
			quasselcore needed. Only useful if one don't want to use quassels
			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">
			Install oxygen icons. Highly recommended for KDE-4.1 and KDE-4.2 (or
			usage without kde). KDE-4.3 will ship the icons by default.
		</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>