gentoo-ebuilds/sys-fs/udiskie/metadata.xml
Michal Rostecki d99c10e733
sys-fs/udiskie: Add XDG-compatible autostart
Add a new use flag (`autostart`) which enables installation of
XDG-compatible autostart configuration.

This is convenient for systems without systemd and with desktop
environments, which support XDG autostart (e.g. COSMIC).

Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43179
Closes: https://github.com/gentoo/gentoo/pull/43179
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2025-10-24 14:39:23 -05:00

15 lines
460 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>bkohler@gentoo.org</email>
<name>Ben Kohler</name>
</maintainer>
<upstream>
<remote-id type="pypi">udiskie</remote-id>
<remote-id type="github">coldfix/udiskie</remote-id>
</upstream>
<use>
<flag name="autostart">Enable XDG-compatible autostart of udiskie</flag>
</use>
</pkgmetadata>