Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/
Date: Tue, 04 May 2021 21:12:18
Message-Id: 1620159413.c56c372f664a3632d1c61b81bbd1ceee0f5a1a2e.asturm@gentoo
1 commit: c56c372f664a3632d1c61b81bbd1ceee0f5a1a2e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 16:45:27 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 20:16:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c56c372f
7
8 kde-plasma/plasma-browser-integration: 5.21.5 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plasma-browser-integration-5.21.5.ebuild | 42 ++++++++++++++++++++++
13 1 file changed, 42 insertions(+)
14
15 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.5.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.5.ebuild
16 new file mode 100644
17 index 0000000000..febe0f1383
18 --- /dev/null
19 +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.5.ebuild
20 @@ -0,0 +1,42 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +KFMIN=5.82.0
27 +PVCUT=$(ver_cut 1-3)
28 +QTMIN=5.15.2
29 +inherit ecm kde.org
30 +
31 +DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
32 +
33 +LICENSE="GPL-3+"
34 +SLOT="5"
35 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND="
39 + >=dev-qt/qtdbus-${QTMIN}:5
40 + >=dev-qt/qtgui-${QTMIN}:5
41 + >=dev-qt/qtwidgets-${QTMIN}:5
42 + >=kde-frameworks/kactivities-${KFMIN}:5
43 + >=kde-frameworks/kconfig-${KFMIN}:5
44 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
45 + >=kde-frameworks/kdbusaddons-${KFMIN}:5
46 + >=kde-frameworks/kfilemetadata-${KFMIN}:5
47 + >=kde-frameworks/ki18n-${KFMIN}:5
48 + >=kde-frameworks/kio-${KFMIN}:5
49 + >=kde-frameworks/knotifications-${KFMIN}:5
50 + >=kde-frameworks/krunner-${KFMIN}:5
51 + >=kde-frameworks/purpose-${KFMIN}:5
52 + >=kde-plasma/plasma-workspace-${PVCUT}:5
53 +"
54 +RDEPEND="${DEPEND}"
55 +
56 +src_configure() {
57 + local mycmakeargs=(
58 + -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
59 + )
60 +
61 + ecm_src_configure
62 +}