mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
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>
16 lines
583 B
XML
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>
|