mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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>
18 lines
838 B
XML
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>
|