Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Fri, 01 Apr 2022 14:49:00
Message-Id: 1648824430.18aa436e28784a14b52aa3a771cbc4128e76ce2a.asturm@gentoo
1 commit: 18aa436e28784a14b52aa3a771cbc4128e76ce2a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 07:54:17 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:47:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18aa436e
7
8 x11-misc/sddm: Cleanup metadata.xml, drop X11 mention, fix typos
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/sddm/metadata.xml | 36 ++++++++++++++++--------------------
14 1 file changed, 16 insertions(+), 20 deletions(-)
15
16 diff --git a/x11-misc/sddm/metadata.xml b/x11-misc/sddm/metadata.xml
17 index ff51f919ae32..4250b6ff2954 100644
18 --- a/x11-misc/sddm/metadata.xml
19 +++ b/x11-misc/sddm/metadata.xml
20 @@ -1,24 +1,20 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <maintainer type="project">
25 - <email>lxqt@g.o</email>
26 - <name>LXQt</name>
27 - </maintainer>
28 - <maintainer type="project">
29 - <email>kde@g.o</email>
30 - <name>Gentoo KDE Project</name>
31 - </maintainer>
32 - <use>
33 - <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking.</flag>
34 - </use>
35 - <longdescription lang="en">
36 - SDDM is a modern display manager for X11 aiming to be fast, simple
37 - and beatiful. It uses modern technologies like QtQuick, which in
38 - turn gives the designer the ability to create smooth, animated
39 - user interfaces.
40 - </longdescription>
41 - <upstream>
42 - <remote-id type="github">sddm/sddm</remote-id>
43 - </upstream>
44 + <maintainer type="project">
45 + <email>lxqt@g.o</email>
46 + <name>LXQt</name>
47 + </maintainer>
48 + <maintainer type="project">
49 + <email>kde@g.o</email>
50 + <name>Gentoo KDE Project</name>
51 + </maintainer>
52 + <longdescription lang="en">
53 + SDDM is a modern display manager aiming to be fast, simple
54 + and beautiful. It uses modern technologies like QtQuick, which
55 + gives the designer the ability to create smooth, animated UIs.
56 + </longdescription>
57 + <upstream>
58 + <remote-id type="github">sddm/sddm</remote-id>
59 + </upstream>
60 </pkgmetadata>