commit:     a616a1763e3e2d07fd5c4bab6462c504e4516da6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 05:00:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 05:00:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a616a176

kde-plasma/plasma-browser-integration: 5.23.2 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-browser-integration/Manifest     |  1 +
 .../plasma-browser-integration-5.23.2.ebuild       | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/kde-plasma/plasma-browser-integration/Manifest 
b/kde-plasma/plasma-browser-integration/Manifest
index f22e0af74d9..bf6b3655c67 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-browser-integration-5.22.5.tar.xz 214448 BLAKE2B 
114baa04ab7fad7a3450c199b405afc3d0ce6c4a7e7cf8828dc15e509417de003ffb6b73a002b52b5d8a46f566a63320d33d23fdb8a60484e65c0176afcfadd1
 SHA512 
8cc29cc51c6cce4dd31677cff8851d58eb0dded0d41c52e0fa488a6f5a803c46b0f29ae02642707a039a283e19ea49fe2dac36604202282f6a62cd0f8716940a
 DIST plasma-browser-integration-5.23.1.tar.xz 219568 BLAKE2B 
ccaa8ce82b3926b943ccc3ba2cc5eec683d9caba94123719e8d9c6c83494b691f05eb082327c9d1ffcb51ac4a9313f38a6666f96d0761a429cc9cb62c0b6818a
 SHA512 
084437387f9645007e552d3b33b4b20c593023c109589bcc7efc2543bd8caec385e5900034822f322e4dd7f3f904d8a1f22ba3928d4ba3e977b35409a1677977
+DIST plasma-browser-integration-5.23.2.tar.xz 219648 BLAKE2B 
74552cf9099bb6ef627e77ac6bfe9c24c4d9e9f3b9ae968599f7fbade2c45388417073455d8f3c77b4a9f14ebb21a7d2b834274589285a033e60371eface052a
 SHA512 
7f76144bacbc7ef5a4a13b8c7c2564973baaf2a363c99055aeea21063baf47354fccc54eac56d649c843d9fc422cd51f2138ffeb2d0596f66851e049dd66eb27

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.2.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.2.ebuild
new file mode 100644
index 00000000000..83cbeb10359
--- /dev/null
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.23.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser 
extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration";
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtdbus-${QTMIN}:5
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       >=kde-frameworks/kactivities-${KFMIN}:5
+       >=kde-frameworks/kconfig-${KFMIN}:5
+       >=kde-frameworks/kcoreaddons-${KFMIN}:5
+       >=kde-frameworks/kdbusaddons-${KFMIN}:5
+       >=kde-frameworks/kfilemetadata-${KFMIN}:5
+       >=kde-frameworks/ki18n-${KFMIN}:5
+       >=kde-frameworks/kio-${KFMIN}:5
+       >=kde-frameworks/kjobwidgets-${KFMIN}:5
+       >=kde-frameworks/knotifications-${KFMIN}:5
+       >=kde-frameworks/krunner-${KFMIN}:5
+       >=kde-frameworks/purpose-${KFMIN}:5
+       >=kde-plasma/plasma-workspace-${PVCUT}:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+       )
+
+       ecm_src_configure
+}

Reply via email to