mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
This makes sound notification support optional. The goal here is to avoid pulling in GTK3/X11 libraries on a GTK4/Wayland system. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
20 lines
1.4 KiB
XML
20 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnome@gentoo.org</email>
|
|
<name>Gentoo GNOME Desktop</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="berkdb"><pkg>sys-libs/db</pkg> support needed to migrate old (pre-3.13 evolution versions) addressbook data</flag>
|
|
<flag name="gnome-online-accounts">Enable <pkg>net-libs/gnome-online-accounts</pkg> based Google authentication support</flag>
|
|
<flag name="oauth-gtk3">Enable internal OAuth2 authentication for GTK+3 applications (libedataserverui-*.so) support for Google and Outlook.com. If gnome-online-accounts is enabled and used, this is not necessary, but both can be supported at the same time with different setup at runtime</flag>
|
|
<flag name="oauth-gtk4">Enable internal OAuth2 authentication for GTK 4 applications (libedataserverui4-*.so) support for Google and Outlook.com. If gnome-online-accounts is enabled and used, this is not necessary, but both can be supported at the same time with different setup at runtime</flag>
|
|
<flag name="sound">Sound notification support through <pkg>media-libs/libcanberra-gtk3</pkg> (does nothing without USE=gtk)</flag>
|
|
<flag name="weather">Enable optional weather calendar support</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gnome-gitlab">GNOME/evolution-data-server</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|