summaryrefslogtreecommitdiff
blob: e5cca91238395374b602a906826df542d511dddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>conikost@gentoo.org</email>
		<name>Conrad Kostecki</name>
	</maintainer>
	<longdescription>
		A cross-platform IRC framework written with Qt.
		Communi provides a set of tools for enabling
		IRC connectivity in Qt-based C++ and QML applications.
	</longdescription>
	<use>
		<flag name="qml">Install optional qml files.</flag>
		<flag name="uchardet">Use <pkg>app-i18n/uchardet</pkg>, which is upstreams default, instead of <pkg>dev-libs/icu</pkg>, which makes impossible to run tests.</flag>
	</use>
	<upstream>
		<remote-id type="github">communi/libcommuni</remote-id>
	</upstream>
</pkgmetadata>