mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
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>
15 lines
460 B
XML
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>
|