diff options
| author | 2023-09-19 19:06:50 +0200 | |
|---|---|---|
| committer | 2023-09-19 19:07:33 +0200 | |
| commit | 8b977b94fae46d34b11cd808597c8295b32939bc (patch) | |
| tree | c01cdda819dd55facdfc4a0da850452e2ab59cdd | |
| parent | dev-libs/qcoro5: Fix build w/ IUSE examples (diff) | |
| download | gentoo-8b977b94fae46d34b11cd808597c8295b32939bc.tar.gz gentoo-8b977b94fae46d34b11cd808597c8295b32939bc.tar.bz2 gentoo-8b977b94fae46d34b11cd808597c8295b32939bc.zip | |
kde-plasma/plasma-browser-integration: Fix dependencies
Closes: https://bugs.gentoo.org/914146
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.8-r1.ebuild | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.8-r1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.8-r1.ebuild new file mode 100644 index 000000000000..d7200be9f073 --- /dev/null +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.8-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +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="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=" + >=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/kcrash-${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/kservice-${KFMIN}:5 + >=kde-frameworks/purpose-${KFMIN}:5 + >=kde-plasma/plasma-workspace-${PVCUT}:5 +" +DEPEND="${RDEPEND} + >=kde-frameworks/krunner-${KFMIN}:5 +" + +src_configure() { + local mycmakeargs=( + -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla" + ) + + ecm_src_configure +} |
