summaryrefslogtreecommitdiff
blob: b5d7b51471d8bcff1c071e4f049aeb55a6e0a48d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription>
		A very small Qt text editor. It has lots of extra features including syntax
		highlighting and a built in file manager as well as a built in image viewer.
		It can also read lots of 'other' filetypes.
	</longdescription>
	<upstream>
		<remote-id type="github">psemiletov/tea-qt</remote-id>
	</upstream>
	<use>
		<flag name="aspell">Enable spellchecking using <pkg>app-text/aspell</pkg></flag>
		<flag name="hunspell">Enable spellchecking using <pkg>app-text/hunspell</pkg></flag>
		<flag name="qml">Enable support for plugins using QML</flag>
	</use>
</pkgmetadata>