blob: 6e518430b71a8df2121d59d3db42882b6653d36b (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@baldeagleos.com</email>
<name>Development</name>
</maintainer>
<maintainer type="person">
<email>polynomial-c@gentoo.org</email>
<name>Lars Wendler</name>
</maintainer>
<upstream>
<remote-id type="cpe">cpe:/a:hexchat_project:hexchat</remote-id>
<bugs-to>https://github.com/hexchat/hexchat/issues</bugs-to>
<doc lang="en">http://hexchat.readthedocs.org/en/latest</doc>
</upstream>
<use>
<flag name="libcanberra">Enable sound event support using <pkg>media-libs/libcanberra</pkg></flag>
<flag name="libproxy">Enable proxy support.</flag>
<flag name="plugin-checksum">Build Checksum plugin (needs plugins)</flag>
<flag name="plugin-fishlim">Build FiSHLiM plugin (needs plugins)</flag>
<flag name="plugin-sysinfo">Build SysInfo plugin (needs plugins)</flag>
<flag name="theme-manager">Build the theme manager (mono)</flag>
</use>
<origin>ports</origin>
</pkgmetadata>
|