public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kmenuedit/
Date: Tue,  9 Oct 2018 09:13:56 +0000 (UTC)	[thread overview]
Message-ID: <1539074993.d7d6cd5a65dfe14349552080e67bf779753fc55a.asturm@gentoo> (raw)

commit:     d7d6cd5a65dfe14349552080e67bf779753fc55a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 08:49:46 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 08:49:53 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7d6cd5a

kde-plasma/kmenuedit: Fix DEPENDs, set KDE_HANDBOOK=forceoptional

Upstream commit 431cfc8afd07631bce09282d7c1bee9880dbe781

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-plasma/kmenuedit/kmenuedit-5.14.0.ebuild       |  9 ++++++---
 kde-plasma/kmenuedit/kmenuedit-5.14.49.9999.ebuild |  9 ++++++---
 kde-plasma/kmenuedit/kmenuedit-9999.ebuild         | 11 +++++++----
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.14.0.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.14.0.ebuild
index 2aff7db66f..80d15906b3 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.14.0.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.14.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
@@ -11,7 +11,7 @@ HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+hotkeys"
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -31,7 +31,10 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	hotkeys? ( $(add_plasma_dep khotkeys) )
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kinit)
+"
+RDEPEND="${COMMON_DEPEND}
 	!kde-plasma/kmenuedit:4
 "
 

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.14.49.9999.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.14.49.9999.ebuild
index 83dfbbaa73..760e7483ea 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.14.49.9999.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.14.49.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
@@ -11,7 +11,7 @@ HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
 KEYWORDS=""
 IUSE="+hotkeys"
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -31,7 +31,10 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	hotkeys? ( $(add_plasma_dep khotkeys) )
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kinit)
+"
+RDEPEND="${COMMON_DEPEND}
 	!kde-plasma/kmenuedit:4
 "
 

diff --git a/kde-plasma/kmenuedit/kmenuedit-9999.ebuild b/kde-plasma/kmenuedit/kmenuedit-9999.ebuild
index ea1055b39d..760e7483ea 100644
--- a/kde-plasma/kmenuedit/kmenuedit-9999.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
@@ -11,7 +11,7 @@ HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
 KEYWORDS=""
 IUSE="+hotkeys"
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -31,7 +31,10 @@ DEPEND="
 	$(add_qt_dep qtxml)
 	hotkeys? ( $(add_plasma_dep khotkeys) )
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kinit)
+"
+RDEPEND="${COMMON_DEPEND}
 	!kde-plasma/kmenuedit:4
 "
 


             reply	other threads:[~2018-10-09  9:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09  9:13 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-09 20:43 [gentoo-commits] proj/kde:master commit in: kde-plasma/kmenuedit/ Andreas Sturmlechner
2024-09-14 15:16 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2019-11-25  0:21 Andreas Sturmlechner
2019-11-19 13:42 Andreas Sturmlechner
2019-10-13  9:31 Andreas Sturmlechner
2017-02-01 12:02 Michael Palimaka
2016-11-03 18:30 Johannes Huber
2016-09-17 18:26 Michael Palimaka
2016-04-20  7:54 Johannes Huber
2015-04-11 19:00 Michael Palimaka
2015-01-17 19:10 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539074993.d7d6cd5a65dfe14349552080e67bf779753fc55a.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox