summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-02 17:49:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-02 18:09:59 +0200
commitf6d03822ef1786e07830c83a24fe78c771ccec6a (patch)
tree4e4aef5eb773e814e8f0d9144290a791819c0ace /kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild
parent760733d2c3c98685b67148b4ed89887678a7c41d (diff)
downloadkde-f6d03822ef1786e07830c83a24fe78c771ccec6a.tar.gz
kde-f6d03822ef1786e07830c83a24fe78c771ccec6a.tar.bz2
kde-f6d03822ef1786e07830c83a24fe78c771ccec6a.zip
kde-plasma/plasma-browser-integration: 6.4.91 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild')
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild
new file mode 100644
index 00000000000..3b2de54f0ac
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.4.91.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.18.0
+QTMIN=6.9.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
+
+LICENSE="GPL-3+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kfilemetadata-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/purpose-${KFMIN}:6
+ >=kde-plasma/plasma-activities-${KDE_CATV}:6
+ >=kde-plasma/plasma-workspace-${KDE_CATV}:6
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/krunner-${KFMIN}:6
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ ecm_src_configure
+}