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/gnome-shell/
Date: Sun, 30 Oct 2022 16:34:45
Message-Id: 1667147636.adf4d0743c597f31a00dcef5dddb408e23a7cc59.mattst88@gentoo
1 commit: adf4d0743c597f31a00dcef5dddb408e23a7cc59
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:04 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 16:33:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf4d074
7
8 gnome-base/gnome-shell: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gnome-shell/metadata.xml | 40 ++++++++++++++++++-------------------
13 1 file changed, 20 insertions(+), 20 deletions(-)
14
15 diff --git a/gnome-base/gnome-shell/metadata.xml b/gnome-base/gnome-shell/metadata.xml
16 index b841285bc337..8cf603b229be 100644
17 --- a/gnome-base/gnome-shell/metadata.xml
18 +++ b/gnome-base/gnome-shell/metadata.xml
19 @@ -1,24 +1,24 @@
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 -<longdescription>
28 - GNOME Shell provides core user interface functions for the GNOME 3
29 - desktop, like switching to windows and launching applications.
30 - GNOME Shell takes advantage of the capabilities of modern graphics
31 - hardware and introduces innovative user interface concepts to
32 - provide a visually attractive and easy to use experience.
33 -</longdescription>
34 -<use>
35 - <flag name="browser-extension">Ensure the presence of extensions.gnome.org
36 - native connector <pkg>gnome-extra/gnome-browser-connector</pkg></flag>
37 - <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking
38 - and suspend support.</flag>
39 - <flag name="ibus">Enable support for enhanced input methods through
40 - <pkg>app-i18n/ibus</pkg></flag>
41 - <flag name="telepathy">Ensure presence of telepathy chat integration</flag>
42 -</use>
43 + <maintainer type="project">
44 + <email>gnome@g.o</email>
45 + <name>Gentoo GNOME Desktop</name>
46 + </maintainer>
47 + <longdescription>
48 + GNOME Shell provides core user interface functions for the GNOME 3
49 + desktop, like switching to windows and launching applications.
50 + GNOME Shell takes advantage of the capabilities of modern graphics
51 + hardware and introduces innovative user interface concepts to
52 + provide a visually attractive and easy to use experience.
53 + </longdescription>
54 + <use>
55 + <flag name="browser-extension">Ensure the presence of extensions.gnome.org native connector <pkg>gnome-extra/gnome-browser-connector</pkg></flag>
56 + <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking and suspend support.</flag>
57 + <flag name="ibus">Enable support for enhanced input methods through <pkg>app-i18n/ibus</pkg></flag>
58 + <flag name="telepathy">Ensure presence of telepathy chat integration</flag>
59 + </use>
60 + <upstream>
61 + <remote-id type="gnome-gitlab">GNOME/gnome-shell</remote-id>
62 + </upstream>
63 </pkgmetadata>