From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
Date: Tue, 6 Oct 2020 18:13:45 +0000 (UTC) [thread overview]
Message-ID: <1601969228.076ff197b86ad9a3fdd129db4e517c5b562baf11.asturm@gentoo> (raw)
commit: 076ff197b86ad9a3fdd129db4e517c5b562baf11
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 07:27:08 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 07:27:08 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=076ff197
kde-apps/dolphin: 20.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/dolphin/dolphin-20.08.2.ebuild | 89 +++++++++++++++++++++++++++++++++
1 file changed, 89 insertions(+)
diff --git a/kde-apps/dolphin/dolphin-20.08.2.ebuild b/kde-apps/dolphin/dolphin-20.08.2.ebuild
new file mode 100644
index 0000000000..1111bb7347
--- /dev/null
+++ b/kde-apps/dolphin/dolphin-20.08.2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.72.0
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Plasma filemanager focusing on usability"
+HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin
+https://userbase.kde.org/Dolphin"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="activities semantic-desktop"
+
+DEPEND="
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kbookmarks-${KFMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kinit-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kitemviews-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
+ >=media-libs/phonon-4.11.0
+ activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+ semantic-desktop? (
+ >=kde-apps/baloo-widgets-${PVCUT}:5
+ >=kde-frameworks/baloo-${KFMIN}:5
+ >=kde-frameworks/kfilemetadata-${KFMIN}:5
+ )
+"
+RDEPEND="${DEPEND}
+ >=kde-apps/kio-extras-${PVCUT}:5
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON
+ $(cmake_use_find_package activities KF5Activities)
+ $(cmake_use_find_package semantic-desktop KF5Baloo)
+ $(cmake_use_find_package semantic-desktop KF5BalooWidgets)
+ $(cmake_use_find_package semantic-desktop KF5FileMetaData)
+ )
+
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ elog "Optional dependencies:"
+ optfeature "compress/extract and other actions" kde-apps/ark:${SLOT}
+ optfeature "crypto actions" kde-apps/kleopatra:${SLOT}
+ optfeature "video file thumbnails" kde-apps/ffmpegthumbs:${SLOT}
+ optfeature "graphics file thumbnails" kde-apps/thumbnailers:${SLOT}
+ optfeature "'Share' context menu actions" kde-frameworks/purpose:${SLOT}
+ fi
+ ecm_pkg_postinst
+}
next reply other threads:[~2020-10-06 18:13 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 18:13 Andreas Sturmlechner [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-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-03-02 18:34 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=1601969228.076ff197b86ad9a3fdd129db4e517c5b562baf11.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