commit: 095a64d3487d577a7b3d87cb750b64ad42515abc
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 13:03:45 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 14:15:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=095a64d3
kde-apps/libkonq: Adjust DEPENDs, konqpopupmenuplugin dropped upstream
Package-Manager: portage-2.2.27
kde-apps/libkonq/libkonq-5.9999.ebuild | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/kde-apps/libkonq/libkonq-5.9999.ebuild
b/kde-apps/libkonq/libkonq-5.9999.ebuild
index 97f9aa5..16d528b 100644
--- a/kde-apps/libkonq/libkonq-5.9999.ebuild
+++ b/kde-apps/libkonq/libkonq-5.9999.ebuild
@@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_BRANCH="frameworks"
-FRAMEWORKS_MINIMAL="5.16.0"
+FRAMEWORKS_MINIMAL="5.19.0"
KDE_DOXYGEN="true"
KDE_TEST="true"
KMNAME="kde-baseapps"
@@ -14,14 +14,13 @@ inherit kde5
DESCRIPTION="The embeddable part of konqueror"
KEYWORDS=""
-IUSE="+minimal"
+IUSE=""
DEPEND="
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjobwidgets)
@@ -40,13 +39,3 @@ RDEPEND="${DEPEND}"
RESTRICT="test"
S=${S}/lib/konq
-
-src_install() {
- kde5_src_install
-
- if use minimal; then
- if [[ -e
"${ED}"usr/share/kservicetypes5/konqpopupmenuplugin.desktop ]] ; then
- rm
"${ED}"usr/share/kservicetypes5/konqpopupmenuplugin.desktop || die
- fi
- fi
-}