From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkonq/
Date: Mon, 16 Nov 2015 15:12:43 +0000 (UTC) [thread overview]
Message-ID: <1447686749.5326546d73684ffa3453977d7dfe34952ea9a473.kensington@gentoo> (raw)
commit: 5326546d73684ffa3453977d7dfe34952ea9a473
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Nov 15 02:10:20 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 15:12:29 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5326546d
kde-apps/libkonq: Fix USE=minimal, depend on KF >=5.16
Upstream does not install that file when built w/ KF 5.16
so hack can go away eventually.
Package-Manager: portage-2.2.20.1
kde-apps/libkonq/libkonq-5.9999.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/kde-apps/libkonq/libkonq-5.9999.ebuild b/kde-apps/libkonq/libkonq-5.9999.ebuild
index b129c17..0ce83b9 100644
--- a/kde-apps/libkonq/libkonq-5.9999.ebuild
+++ b/kde-apps/libkonq/libkonq-5.9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
EGIT_BRANCH="frameworks"
+FRAMEWORKS_MINIMAL="5.16.0"
KDE_DOXYGEN="true"
KDE_TEST="true"
KMNAME="kde-baseapps"
@@ -13,7 +14,7 @@ inherit kde5
DESCRIPTION="The embeddable part of konqueror"
KEYWORDS=""
-IUSE="minimal"
+IUSE="+minimal"
DEPEND="
$(add_frameworks_dep kbookmarks)
@@ -44,6 +45,8 @@ src_install() {
kde5_src_install
if use minimal; then
- rm "${D}"/usr/share/kservicetypes5/konqpopupmenuplugin.desktop || die
+ if [[ -e "${ED}"usr/share/kservicetypes5/konqpopupmenuplugin.desktop ]] ; then
+ rm "${ED}"usr/share/kservicetypes5/konqpopupmenuplugin.desktop || die
+ fi
fi
}
next reply other threads:[~2015-11-16 15:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 15:12 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-16 16:49 [gentoo-commits] proj/kde:master commit in: kde-apps/libkonq/ Michael Palimaka
2016-09-25 17:39 Michael Palimaka
2016-08-02 21:22 Johannes Huber
2016-05-18 13:25 Johannes Huber
2016-03-31 18:16 Johannes Huber
2016-02-23 14:15 Michael Palimaka
2015-11-04 16:45 Michael Palimaka
2015-10-09 6:50 Michael Palimaka
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=1447686749.5326546d73684ffa3453977d7dfe34952ea9a473.kensington@gentoo \
--to=kensington@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