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-apps/dolphin-plugins-mercurial/, kde-apps/dolphin-plugins-git/, ...
Date: Tue, 26 May 2020 16:31:33 +0000 (UTC)	[thread overview]
Message-ID: <1590510242.2933775f8f47e476a2b9d3b6d821fcb2ee3cc848.asturm@gentoo> (raw)

commit:     2933775f8f47e476a2b9d3b6d821fcb2ee3cc848
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 16:07:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 26 16:24:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2933775f

kde-apps/dolphin-plugins*: Disable mountiso and punt its exclusive deps

Upstream commits:
f7f2f62606f8cfa87ec23d5924b70d4b419234e1
f6f1a4808a8ff8e19b3f434479c473f4f9b48d07

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

 kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild  | 4 ++++
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild          | 4 ++++
 .../dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild   | 4 ++++
 .../dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild | 4 ++++
 4 files changed, 16 insertions(+)

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
index e72ec6528f..d3c1589d94 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
@@ -37,6 +37,9 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
 	ecm_src_prepare
+	# solid, qtdbus only required by mountiso
+	ecm_punt_bogus_dep Qt5 DBus
+	ecm_punt_bogus_dep KF5 Solid
 	# delete non-${PN} translations
 	if [[ ${KDE_BUILD_TYPE} = release ]]; then
 		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
@@ -49,6 +52,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_git=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)
 	ecm_src_configure

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
index e503f9092f..f22826fd78 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -37,6 +37,9 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
 	ecm_src_prepare
+	# solid, qtdbus only required by mountiso
+	ecm_punt_bogus_dep Qt5 DBus
+	ecm_punt_bogus_dep KF5 Solid
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_bogus_dep Qt5 Network
 	ecm_punt_bogus_dep KF5 XmlGui
@@ -52,6 +55,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_dropbox=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)
 	ecm_src_configure

diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
index 2a6e585468..c6276d704f 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
@@ -40,6 +40,9 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
 	ecm_src_prepare
+	# solid, qtdbus only required by mountiso
+	ecm_punt_bogus_dep Qt5 DBus
+	ecm_punt_bogus_dep KF5 Solid
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_bogus_dep Qt5 Network
 	ecm_punt_bogus_dep KF5 XmlGui
@@ -55,6 +58,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_dropbox=OFF
 		-DBUILD_git=OFF
+		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)
 	ecm_src_configure

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
index 3cd266bb6a..82fa20fe6b 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -36,6 +36,9 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
 	ecm_src_prepare
+	# solid, qtdbus only required by mountiso
+	ecm_punt_bogus_dep Qt5 DBus
+	ecm_punt_bogus_dep KF5 Solid
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_bogus_dep Qt5 Network
 	ecm_punt_bogus_dep KF5 XmlGui
@@ -52,6 +55,7 @@ src_configure() {
 		-DBUILD_dropbox=OFF
 		-DBUILD_git=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_mountiso=OFF
 	)
 	ecm_src_configure
 }


             reply	other threads:[~2020-05-26 16:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 16:31 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-26 16:31 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-mercurial/, kde-apps/dolphin-plugins-git/, Andreas Sturmlechner
2019-12-12 23:55 Andreas Sturmlechner

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=1590510242.2933775f8f47e476a2b9d3b6d821fcb2ee3cc848.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