summaryrefslogtreecommitdiff
blob: a3ab739d57cd6c6b98f556de331979703a0f9baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>slawomir.nizio@sabayon.org</email>
		<name>Sławomir Nizio</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription lang="en">Currently, UFW provides only a command-line interface (CLI) for user
	interaction--the ufw command. This project implements graphical frontends
	for UFW using PyGTK and PyQt (the latter in early stage of development).</longdescription>
	<upstream>
		<remote-id type="github">baudm/ufw-frontends</remote-id>
	</upstream>
	<use>
		<flag name="policykit">Use pkexec to gain root privileges</flag>
		<flag name="kde">Use kdesu to gain root privileges (note: the flag has lower priority than "policykit")</flag>
	</use>
</pkgmetadata>