summaryrefslogtreecommitdiff
blob: 9de1f77c1793f7af9e5ced7c18dc74418e202457 (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>
	<herd>proxy-maintainers</herd>
	<maintainer>
		<email>slawomir.nizio@sabayon.org</email>
		<name>Sławomir Nizio</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="google-code">ufw-frontends</remote-id>
		<remote-id type="github">baudm/ufw-frontends</remote-id>
	</upstream>
	<use>
		<flag name="policykit">Use pkexec to gain root privileges</flag>
	</use>
	<use>
		<flag name="kde">Use kdesu to gain root privileges (note: the flag has lower priority than "policykit")</flag>
	</use>
</pkgmetadata>