diff options
| -rw-r--r-- | kde-plasma/plasma-browser-integration/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest new file mode 100644 index 00000000000..79b5a1b1fbc --- /dev/null +++ b/kde-plasma/plasma-browser-integration/Manifest @@ -0,0 +1 @@ +DIST plasma-browser-integration-5.27.6.tar.xz 211132 BLAKE2B 5a62e7b0e14d61d83f9bdb9724ecddfd1c592dacbf1c83fd34cf19550a1e4021bd92842e8f06ffd888dbbb1d5cdd69f250dc8eecd6776bf77d7b9576e6e1a50b SHA512 0878cace0476772b85ee7b42fa2738bd61bb616f300cbcf46a27ace86796bf81b29ed18a0d6a9118487b33d7918187e6a24cb60a8c6f36a3d96aa4199e200fcc diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild new file mode 100644 index 00000000000..2586b595a0b --- /dev/null +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.27.6.ebuild @@ -0,0 +1,45 @@ +# 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="" + +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/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/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 +} |
