Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/, kde-plasma/kinfocenter/files/
Date: Sun, 03 Mar 2019 11:44:33
Message-Id: 1551609056.45440aee57a11719606b4e6d8c698a2834b1ae70.asturm@gentoo
1 commit: 45440aee57a11719606b4e6d8c698a2834b1ae70
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 10:30:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 10:30:56 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=45440aee
7
8 kde-plasma/kinfocenter: Rely more on /etc/os-release
9
10 >=5.15.2 could source everything from there, except Gentoo
11 sys-apps/baselayout does not yet include a LOGO path.
12
13 See also:
14 https://mail.kde.org/pipermail/kde-distro-packagers/2019-February/000371.html
15
16 Package-Manager: Portage-2.3.62, Repoman-2.3.12
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 kde-plasma/kinfocenter/files/kcm-about-distrorc | 2 --
20 kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild | 1 +
21 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
22 3 files changed, 2 insertions(+), 2 deletions(-)
23
24 diff --git a/kde-plasma/kinfocenter/files/kcm-about-distrorc b/kde-plasma/kinfocenter/files/kcm-about-distrorc
25 index b55389fd8b..642e120384 100644
26 --- a/kde-plasma/kinfocenter/files/kcm-about-distrorc
27 +++ b/kde-plasma/kinfocenter/files/kcm-about-distrorc
28 @@ -1,4 +1,2 @@
29 [General]
30 -Name=Gentoo Linux
31 LogoPath=/usr/share/kinfocenter/glogo-small.png
32 -Website=https://www.gentoo.org/
33
34 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
35 index 7b165090dd..2770c51cb9 100644
36 --- a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
37 +++ b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild
38 @@ -78,6 +78,7 @@ src_configure() {
39 src_install() {
40 kde5_src_install
41
42 + # TODO: Make this fully obsolete by /etc/os-release
43 insinto /etc/xdg
44 doins "${FILESDIR}"/kcm-about-distrorc
45
46
47 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
48 index 7b165090dd..2770c51cb9 100644
49 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
50 +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
51 @@ -78,6 +78,7 @@ src_configure() {
52 src_install() {
53 kde5_src_install
54
55 + # TODO: Make this fully obsolete by /etc/os-release
56 insinto /etc/xdg
57 doins "${FILESDIR}"/kcm-about-distrorc