public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
Date: Mon,  2 Mar 2015 18:34:03 +0000 (UTC)	[thread overview]
Message-ID: <1425321202.b1e2edb7265f0c057bda6a6da41334be78238427.johu@gentoo> (raw)

commit:     b1e2edb7265f0c057bda6a6da41334be78238427
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 18:33:22 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 18:33:22 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b1e2edb7

[kde-apps/dolphin] Frameworks merged to master

Package-Manager: portage-2.2.17

---
 kde-apps/dolphin/dolphin-5.9999.ebuild | 67 ------------------------------
 kde-apps/dolphin/dolphin-9999.ebuild   | 75 +++++++++++++++++++---------------
 2 files changed, 42 insertions(+), 100 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-5.9999.ebuild b/kde-apps/dolphin/dolphin-5.9999.ebuild
deleted file mode 100644
index d83b11a..0000000
--- a/kde-apps/dolphin/dolphin-5.9999.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plasma filemanager focusing on usability"
-HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS=""
-IUSE="semantic-desktop"
-
-DEPEND="
-	$(add_frameworks_dep kactivities)
-	$(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 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/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	media-libs/phonon[qt5]
-	semantic-desktop? (
-		$(add_plasma_dep baloo)
-		$(add_plasma_dep baloo-widgets)
-		$(add_plasma_dep kfilemetadata)
-	)
-"
-RDEPEND="${DEPEND}
-	$(add_plasma_dep kio-extras)
-"
-
-RESTRICT="test"
-
-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
-}

diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild
index 65dfd24..b506536 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -4,54 +4,63 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-KMNAME="kde-baseapps"
-inherit kde4-meta
+KDE_HANDBOOK="true"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
 
-DESCRIPTION="A KDE filemanager focusing on usability"
+DESCRIPTION="Plasma filemanager focusing on usability"
 HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
 KEYWORDS=""
-IUSE="debug semantic-desktop thumbnail"
+IUSE="semantic-desktop"
 
 DEPEND="
-	$(add_kdebase_dep kactivities '' 4.13)
-	$(add_kdeapps_dep libkonq)
-	media-libs/phonon[qt4]
-	x11-libs/libXrender
+	$(add_frameworks_dep kactivities)
+	$(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 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/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	media-libs/phonon[qt5]
 	semantic-desktop? (
-		$(add_kdebase_dep baloo)
-		$(add_kdebase_dep baloo-widgets)
-		$(add_kdebase_dep kfilemetadata)
+		$(add_plasma_dep baloo)
+		$(add_plasma_dep baloo-widgets)
+		$(add_plasma_dep kfilemetadata)
 	)
 "
 RDEPEND="${DEPEND}
-	$(add_kdeapps_dep kfind)
-	thumbnail? (
-		$(add_kdeapps_dep thumbnailers)
-		|| (
-			$(add_kdeapps_dep ffmpegthumbs)
-			$(add_kdeapps_dep mplayerthumbs)
-		)
-	)
+	$(add_plasma_dep kio-extras)
 "
 
 RESTRICT="test"
-# bug 393129
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_with semantic-desktop Baloo)
-		$(cmake-utils_use_with semantic-desktop BalooWidgets)
-		$(cmake-utils_use_with semantic-desktop KFileMetaData)
+		$(cmake-utils_use_with semantic-desktop KF5Baloo)
+		$(cmake-utils_use_with semantic-desktop KF5BalooWidgets)
+		$(cmake-utils_use_with semantic-desktop KF5FileMetaData)
 	)
 
-	kde4-meta_src_configure
-}
-
-pkg_postinst() {
-	kde4-base_pkg_postinst
-
-	if ! has_version media-gfx/icoutils ; then
-		elog "For .exe file preview support, install media-gfx/icoutils."
-	fi
+	kde5_src_configure
 }


             reply	other threads:[~2015-03-02 18:34 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 18:34 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-20 17:39 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ Andreas Sturmlechner
2024-11-04 22:25 Andreas Sturmlechner
2024-08-22 20:03 Andreas Sturmlechner
2024-08-15  8:32 Andreas Sturmlechner
2024-08-15  7:39 Andreas Sturmlechner
2024-08-15  7:39 Andreas Sturmlechner
2024-08-12 18:10 Andreas Sturmlechner
2024-08-11  6:58 Andreas Sturmlechner
2024-07-07 12:09 Sam James
2024-05-16 14:26 Andreas Sturmlechner
2024-03-15 14:07 Andreas Sturmlechner
2023-12-21 11:46 Andreas Sturmlechner
2023-12-14 21:24 Andreas Sturmlechner
2023-03-25  0:15 Andreas Sturmlechner
2021-05-12  7:50 Andreas Sturmlechner
2021-04-16 19:37 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2021-02-04 13:16 Andreas Sturmlechner
2020-10-18 16:01 Andreas Sturmlechner
2020-10-06 18:13 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2019-06-22 14:43 Andreas Sturmlechner
2019-06-05 11:18 Andreas Sturmlechner
2019-05-21 23:56 Andreas Sturmlechner
2019-05-21 23:56 Andreas Sturmlechner
2019-04-04  0:29 Andreas Sturmlechner
2018-08-21 15:36 Andreas Sturmlechner
2017-08-26 13:04 Michael Palimaka
2017-06-09 13:19 Andreas Sturmlechner
2017-02-06  0:45 Andreas Sturmlechner
2016-08-04 21:14 Maciej Mrozowski
2016-04-08 15:45 Michael Palimaka
2016-04-07 12:03 Michael Palimaka
2016-02-19  6:34 Michael Palimaka
2016-02-13 15:39 Michael Palimaka
2016-02-12  3:50 Michael Palimaka
2015-12-22 16:06 Michael Palimaka
2015-12-22 16:06 Michael Palimaka
2015-12-10  9:54 Michael Palimaka
2015-12-08 14:56 Michael Palimaka
2015-11-04 18:56 Michael Palimaka
2015-09-26 15:48 Michael Palimaka
2015-08-27 14:41 Michael Palimaka
2015-08-26 12:44 Michael Palimaka
2015-08-26 12:37 Michael Palimaka
2015-08-26 12:33 Michael Palimaka
2015-08-26 12:33 Michael Palimaka
2015-07-31 22:22 Manuel Rüger
2015-07-31 22:08 Alexey Shvetsov
2015-07-27 17:50 Johannes Huber
2015-06-17 19:43 Michael Palimaka
2015-05-23 16:29 Michael Palimaka
2015-05-23 16:13 Michael Palimaka
2015-03-05 19:45 Johannes Huber
2015-02-26 21:27 Johannes Huber
2015-01-25 10:01 Johannes Huber
2014-12-14 15:37 Michael Palimaka
2014-11-29 16:23 Michael Palimaka
2014-11-24 12:51 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=1425321202.b1e2edb7265f0c057bda6a6da41334be78238427.johu@gentoo \
    --to=johu@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