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-extra/office-runner/
Date: Sun, 30 Oct 2022 22:29:33
Message-Id: 1667168917.7f338bca3cd2e881cccbacb30830546f391821fe.mattst88@gentoo
1 commit: 7f338bca3cd2e881cccbacb30830546f391821fe
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:12 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 22:28:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f338bca
7
8 gnome-extra/office-runner: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/office-runner/metadata.xml | 23 +++++++++++++----------
13 1 file changed, 13 insertions(+), 10 deletions(-)
14
15 diff --git a/gnome-extra/office-runner/metadata.xml b/gnome-extra/office-runner/metadata.xml
16 index af19941fa3b4..1594c131a2df 100644
17 --- a/gnome-extra/office-runner/metadata.xml
18 +++ b/gnome-extra/office-runner/metadata.xml
19 @@ -1,14 +1,17 @@
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 lang="en">
28 - A tool in the form of a lighthearted game that
29 - temporarily inhibits GNOME's default suspend on lid close behavior,
30 - allowing the user to move his laptop with the lid closed without dropping
31 - network connections.
32 - </longdescription>
33 + <maintainer type="project">
34 + <email>gnome@g.o</email>
35 + <name>Gentoo GNOME Desktop</name>
36 + </maintainer>
37 + <longdescription lang="en">
38 + A tool in the form of a lighthearted game that
39 + temporarily inhibits GNOME's default suspend on lid close behavior,
40 + allowing the user to move his laptop with the lid closed without dropping
41 + network connections.
42 + </longdescription>
43 + <upstream>
44 + <remote-id type="gnome-gitlab">GNOME/office-runner</remote-id>
45 + </upstream>
46 </pkgmetadata>