diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-25 16:33:51 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-27 03:46:16 +1100 |
commit | 71519edfa90d0a14093df6e753b3a9de39cc16a3 (patch) | |
tree | bf8e2aed9a8155e1315f8abc6cd8ae8c4085fc7a /kde-apps/dolphin | |
parent | kde-apps/gpgmepp: Move 15.12.3 from kde overlay (diff) | |
download | gentoo-71519edfa90d0a14093df6e753b3a9de39cc16a3.tar.gz gentoo-71519edfa90d0a14093df6e753b3a9de39cc16a3.tar.bz2 gentoo-71519edfa90d0a14093df6e753b3a9de39cc16a3.zip |
kde-apps: Drop KF5 part of 15.08.3
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/dolphin')
-rw-r--r-- | kde-apps/dolphin/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin/dolphin-15.08.3.ebuild | 86 | ||||
-rw-r--r-- | kde-apps/dolphin/files/dolphin-15.08.0-deps.patch | 48 |
3 files changed, 0 insertions, 135 deletions
diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest index 989ba1630d2a..ad639087c770 100644 --- a/kde-apps/dolphin/Manifest +++ b/kde-apps/dolphin/Manifest @@ -1,3 +1,2 @@ -DIST dolphin-15.08.3.tar.xz 656904 SHA256 f5eda2eb0cf3900787013ac7425e89f2f9274f19a2a0a520443c8f34a13f0aa1 SHA512 13ca89ab32a8eb5fb2ee578c93462b49512b9fed45a2b2919b1a9c384c14fb86c55d693f452cbbbddb9286fff78ae6bfe63584b0f7fb0990a0ce3a535a48f0de WHIRLPOOL 57ef78e5648d7827a7064debc7dad45ba95021265a134de75fa26ccedebae2e7b39415616c79b43580dc165e5f541cee0951d2e198ec916a6d05a219dc3b6ce1 DIST dolphin-15.12.3.tar.xz 658572 SHA256 26c347bbf65ec635162b86564c1f4693334d24afe16448f93fdacf6291d3bddd SHA512 aaad00e4ca3ccf40d66fe59de7cc0492a3e6305efa921e04445a6c35738f66a42a1618d98810e8fd811331e2cda8e5247e1f36ddbd4486cf93aa7a1ddb8a2b79 WHIRLPOOL 3d3f6fa24122a81d7a073427d8cd77d0968ced5834566a5fe2d5013fa71fd72119186963d2d72e47c1d5a31792a8b09e93557362201a017c4d76aa57e8db9507 DIST kde-baseapps-4.14.3.tar.xz 2548152 SHA256 125baf42a7ab8c255b5829d12837f54c1791498f79593a9b09a9e55344ade6db SHA512 d422c1ee5cd2e1dc15b5baa2199bb85441196bc3048b9bfa443f898c3a1cfbc7f66087edf016fb594b9e48340517beef54b4429b4fde664374e75486c7cb0f9e WHIRLPOOL b22a98d140bb66ea47aeb5607e606c7a531c82787e27204f5eabb7d29d763b2bfe1456d85242d3e05e7ab4d2366fc622ef1cc624dd1954e276fb36c49840998a diff --git a/kde-apps/dolphin/dolphin-15.08.3.ebuild b/kde-apps/dolphin/dolphin-15.08.3.ebuild deleted file mode 100644 index 4d3ae6c3c97f..000000000000 --- a/kde-apps/dolphin/dolphin-15.08.3.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plasma filemanager focusing on usability" -HOMEPAGE="https://dolphin.kde.org https://www.kde.org/applications/system/dolphin" -KEYWORDS=" ~amd64 ~x86" -IUSE="semantic-desktop thumbnail" - -DEPEND=" - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kinit) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - dev-qt/qtconcurrent:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - media-libs/phonon[qt5] - semantic-desktop? ( - $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) - $(add_kdeapps_dep baloo-widgets) - ) - !semantic-desktop? ( - $(add_frameworks_dep kdelibs4support) - ) -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kio-extras) - thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs '' 5.9999) - $(add_kdeapps_dep thumbnailers '' 5.9999) - ) -" - -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${PN}-15.08.0-deps.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop KF5Baloo) - $(cmake-utils_use_with semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_with semantic-desktop KF5FileMetaData) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then - echo - elog "For compress/extract actions, please install kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}" - echo - fi -} diff --git a/kde-apps/dolphin/files/dolphin-15.08.0-deps.patch b/kde-apps/dolphin/files/dolphin-15.08.0-deps.patch deleted file mode 100644 index 43ae391fb758..000000000000 --- a/kde-apps/dolphin/files/dolphin-15.08.0-deps.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 4c0d110b2d36153a564602223b4dd3e04b1f4158 Mon Sep 17 00:00:00 2001 -From: Michael Palimaka <kensington@gentoo.org> -Date: Wed, 26 Aug 2015 22:53:44 +1000 -Subject: [PATCH] Update dependencies. - -It appears that KF5TextEditor was added for KTextEdit, but that is actually -provided by KF5TextWidgets. It's then necessary to explicitly link to KF5Parts -(it was previously brought in implicitly by KF5TextEditor). - -REVIEW: 124932 ---- - CMakeLists.txt | 2 +- - src/CMakeLists.txt | 3 ++- - 2 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index b56fd7a..a5580e9 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -62,7 +62,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS - Solid - IconThemes - Completion -- TextEditor -+ TextWidgets - WindowSystem - Notifications - ) -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 2a5e5a6..9689923 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -143,10 +143,11 @@ target_link_libraries( - KF5::KIOWidgets - KF5::KIOFileWidgets - KF5::Completion -- KF5::TextEditor -+ KF5::TextWidgets - KF5::WindowSystem - KF5::ConfigCore - KF5::NewStuff -+ KF5::Parts - ) - - if(HAVE_BALOO) --- -2.4.6 - |