aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-03 11:30:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-03 11:30:56 +0100
commit45440aee57a11719606b4e6d8c698a2834b1ae70 (patch)
tree919477248e89eb06739b24836a87fe0660f3e93f
parentkde-frameworks: Sync new KEYWORDS from Gentoo ebuild repo (diff)
downloadkde-45440aee.tar.gz
kde-45440aee.tar.bz2
kde-45440aee.zip
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@gentoo.org>
-rw-r--r--kde-plasma/kinfocenter/files/kcm-about-distrorc2
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.15.49.9999.ebuild1
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-9999.ebuild1
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