gentoo-ebuilds/x11-misc/dunst/metadata.xml
Federico Angelilli da3dd2b86b
x11-misc/dunst: Update to 1.12.0
Added version 1.12.0 with a message to warn
users about a breaking change in dunstrc.

Both dunst-9999.ebuild and dunst-1.12.0.ebuild
include additional USE flags to control
conditional compilation of certain features,
like the X backend.

Signed-off-by: Federico Angelilli <code@fedang.net>
Closes: https://github.com/gentoo/gentoo/pull/39308
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-12-15 15:52:01 +01:00

16 lines
583 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<use>
<flag name="completions">Install shell completions (for bash, fish and zsh)</flag>
<flag name="dunstify">Build dunstify (notify-send alternative)</flag>
<flag name="xdg">Install xdg-utils for opening links with xdg-open</flag>
</use>
<upstream>
<remote-id type="github">dunst-project/dunst</remote-id>
</upstream>
</pkgmetadata>