Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/
Date: Sun, 30 Oct 2022 16:34:47
Message-Id: 1667147637.4c19bb26ed2c41bce85a3742ec1a444d7d4322f9.mattst88@gentoo
1 commit: 4c19bb26ed2c41bce85a3742ec1a444d7d4322f9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:06 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 16:33:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c19bb26
7
8 gnome-base/nautilus: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/nautilus/metadata.xml | 23 ++++++++++++-----------
13 1 file changed, 12 insertions(+), 11 deletions(-)
14
15 diff --git a/gnome-base/nautilus/metadata.xml b/gnome-base/nautilus/metadata.xml
16 index 922b9f77a330..b5a2039ba906 100644
17 --- a/gnome-base/nautilus/metadata.xml
18 +++ b/gnome-base/nautilus/metadata.xml
19 @@ -1,15 +1,16 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 -</maintainer>
27 -<use>
28 - <flag name="gstreamer">Enable the Audio/Video file properties page</flag>
29 - <flag name="previewer">Use <pkg>gnome-extra/sushi</pkg> to preview files
30 - from the file mananger</flag>
31 - <flag name="sendto">Enable the nautilus-sendto extension to send files to
32 - various locations/devices</flag>
33 -</use>
34 + <maintainer type="project">
35 + <email>gnome@g.o</email>
36 + <name>Gentoo GNOME Desktop</name>
37 + </maintainer>
38 + <use>
39 + <flag name="gstreamer">Enable the Audio/Video file properties page</flag>
40 + <flag name="previewer">Use <pkg>gnome-extra/sushi</pkg> to preview files from the file mananger</flag>
41 + <flag name="sendto">Enable the nautilus-sendto extension to send files to various locations/devices</flag>
42 + </use>
43 + <upstream>
44 + <remote-id type="gnome-gitlab">GNOME/nautilus</remote-id>
45 + </upstream>
46 </pkgmetadata>