summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-browser-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-19 17:43:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-19 17:45:11 +0200
commit6b0c086c972a451a44be03f6aa64b8fa8b9ceed9 (patch)
tree2388ee918a9640403bb05fb110b2d0b47ce39ea4 /kde-plasma/plasma-browser-integration
parent8a117a3b8fcf17952c9af6a5020ddc5b0a118f7e (diff)
downloadkde-6b0c086c972a451a44be03f6aa64b8fa8b9ceed9.tar.gz
kde-6b0c086c972a451a44be03f6aa64b8fa8b9ceed9.tar.bz2
kde-6b0c086c972a451a44be03f6aa64b8fa8b9ceed9.zip
kde-plasma: Add KDE Plasma 5.16.90
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r--kde-plasma/plasma-browser-integration/Manifest1
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild36
2 files changed, 37 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..2eb13ef0252
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -0,0 +1 @@
+DIST plasma-browser-integration-5.16.90.tar.xz 143080 BLAKE2B 47fb9784d451695f45230d7fced3c2ae86a9f50ca601045be9a6b3c1ee41b92c64ece0fd952f7edcc8d374e6cd7eef83e1580e359f6e49027d6048fcecc589bf SHA512 80110470fe6caa6f4365ad4db74af0b1b6451f436b7ad7d8b7a0d0517a5d4656e22a53b4c7379d6ac05fb6d06cca87f058b242efc137c59033f609cb5e5ad45e
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild
new file mode 100644
index 00000000000..8967a775083
--- /dev/null
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kactivities)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep purpose)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+ )
+
+ kde5_src_configure
+}