commit: 45440aee57a11719606b4e6d8c698a2834b1ae70 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 3 10:30:56 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 3 10:30:56 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=45440aee
kde-plasma/kinfocenter: Rely more on /etc/os-release >=5.15.2 could source everything from there, except Gentoo sys-apps/baselayout does not yet include a LOGO path. See also: https://mail.kde.org/pipermail/kde-distro-packagers/2019-February/000371.html Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kinfocenter/files/kcm-about-distrorc | 2 -- kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild | 1 + kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kinfocenter/files/kcm-about-distrorc b/kde-plasma/kinfocenter/files/kcm-about-distrorc index b55389fd8b..642e120384 100644 --- a/kde-plasma/kinfocenter/files/kcm-about-distrorc +++ b/kde-plasma/kinfocenter/files/kcm-about-distrorc @@ -1,4 +1,2 @@ [General] -Name=Gentoo Linux LogoPath=/usr/share/kinfocenter/glogo-small.png -Website=https://www.gentoo.org/ diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild index 7b165090dd..2770c51cb9 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild @@ -78,6 +78,7 @@ src_configure() { src_install() { kde5_src_install + # TODO: Make this fully obsolete by /etc/os-release insinto /etc/xdg doins "${FILESDIR}"/kcm-about-distrorc diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 7b165090dd..2770c51cb9 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -78,6 +78,7 @@ src_configure() { src_install() { kde5_src_install + # TODO: Make this fully obsolete by /etc/os-release insinto /etc/xdg doins "${FILESDIR}"/kcm-about-distrorc
