gentoo/net-misc/eventd/metadata.xml
Michał Górny c1f71f5aa7
profiles/use.desc: Make USE=speech global
Add a global USE=speech.  It is used in 29 packages, the most of them
precisely matching the description.  I've left local descriptions where
they provide additional useful information.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-18 19:52:33 +01:00

18 lines
838 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="libcanberra">Enable plugin for sounds via <pkg>media-libs/libcanberra</pkg></flag>
<flag name="libnotify">Enable plugin to relay events to notification daemon
(Note: not required for local notifications via <pkg>net-misc/eventd</pkg>)</flag>
<flag name="notification">Enable plugin to display on-screen notifications</flag>
<flag name="purple">Enable plugin for IM notifications via libpurple</flag>
<flag name="webhook">Enable plugin to send payloads to webhook handlers</flag>
<flag name="websocket">Enable support for WebSocket protocol</flag>
</use>
<upstream>
<remote-id type="github">sardemff7/eventd</remote-id>
</upstream>
</pkgmetadata>