mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Could argue not many will even want this to work, albeit keeping IUSE=+xdg default to maintain what normally works out of the box with Wine. Bug: https://bugs.gentoo.org/884077 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
19 lines
494 B
XML
19 lines
494 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>wine@gentoo.org</email>
|
|
<name>Wine</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<use>
|
|
<flag name="xdg">
|
|
Set XDG_DATA_DIRS to use the selected wine.desktop,
|
|
allows e.g. 'xdg-open my.exe' for file managers
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gentoo">proj/eselect-wine</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|