commit: 4c19bb26ed2c41bce85a3742ec1a444d7d4322f9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:20:06 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 16:33:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c19bb26
gnome-base/nautilus: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gnome-base/nautilus/metadata.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnome-base/nautilus/metadata.xml b/gnome-base/nautilus/metadata.xml index 922b9f77a330..b5a2039ba906 100644 --- a/gnome-base/nautilus/metadata.xml +++ b/gnome-base/nautilus/metadata.xml @@ -1,15 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="gstreamer">Enable the Audio/Video file properties page</flag> - <flag name="previewer">Use <pkg>gnome-extra/sushi</pkg> to preview files - from the file mananger</flag> - <flag name="sendto">Enable the nautilus-sendto extension to send files to - various locations/devices</flag> -</use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="gstreamer">Enable the Audio/Video file properties page</flag> + <flag name="previewer">Use <pkg>gnome-extra/sushi</pkg> to preview files from the file mananger</flag> + <flag name="sendto">Enable the nautilus-sendto extension to send files to various locations/devices</flag> + </use> + <upstream> + <remote-id type="gnome-gitlab">GNOME/nautilus</remote-id> + </upstream> </pkgmetadata>
