summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-browser-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-18 20:35:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-18 20:54:42 +0200
commitb340e9106ac5ee28842a31e9d851aa0172211ad2 (patch)
tree6abddcd8949c20b76e73e3eab3eb03aa300abde7 /kde-plasma/plasma-browser-integration
parent39e0c8eff6de5deb9b16059628c7831540775e0b (diff)
downloadkde-b340e9106ac5ee28842a31e9d851aa0172211ad2.tar.gz
kde-b340e9106ac5ee28842a31e9d851aa0172211ad2.tar.bz2
kde-b340e9106ac5ee28842a31e9d851aa0172211ad2.zip
kde-plasma/plasma-browser-integration: 6.5.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-6.5.49.9999.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.5.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.5.49.9999.ebuild
new file mode 100644
index 00000000000..de92cd9d2fd
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.5.49.9999.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=""
+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
+}