diff options
author | 2023-12-20 17:38:58 +0100 | |
---|---|---|
committer | 2023-12-21 00:01:10 +0100 | |
commit | c6cb117d78a05362496c1dc6227458fc3e6c2924 (patch) | |
tree | 77eeb30f8cbd3215025865cf1a148f4ca7919f17 /kde-plasma/plasma-browser-integration | |
parent | kde-plasma/plasma-activities-stats: 5.91.0 version bump (diff) | |
download | kde-c6cb117d78a05362496c1dc6227458fc3e6c2924.tar.gz kde-c6cb117d78a05362496c1dc6227458fc3e6c2924.tar.bz2 kde-c6cb117d78a05362496c1dc6227458fc3e6c2924.zip |
kde-plasma/plasma-browser-integration: 5.91.0 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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest new file mode 100644 index 0000000000..d116003d17 --- /dev/null +++ b/kde-plasma/plasma-browser-integration/Manifest @@ -0,0 +1 @@ +DIST plasma-browser-integration-5.91.0.tar.xz 218120 BLAKE2B 926d1a3164e57fa2784c72cf00fe019f23853e613c5caad7082a555c4d05a5270b6b5ad9973082444a82afe98393d51cddb5a99fd316d2f1f5866c72cee12a53 SHA512 8d0f954cbba1e0e9176a3635a85895feb462c6f4baf28345df94f57d71b9f70e183e019a65a2ebab411d81b69ddfed8ea413b7a6b08c844924108f1a621dc9c0 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild new file mode 100644 index 0000000000..4224b0ba42 --- /dev/null +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.91.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.247.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.6.0 +inherit ecm plasma.kde.org + +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" +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-${PVCUT}:6 + >=kde-plasma/plasma-workspace-${PVCUT}:6 +" +DEPEND="${RDEPEND} + >=kde-frameworks/krunner-${KFMIN}:6 +" + +src_configure() { + local mycmakeargs=( + -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla" + ) + + ecm_src_configure +} |