commit: 6c61b208bb332cb25752954dc78b124729cf8036 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Sep 8 21:37:14 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Sep 8 21:37:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c61b208
kde-misc/plasma-browser-integration: New package Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-misc/plasma-browser-integration/metadata.xml | 8 +++++++ .../plasma-browser-integration-9999.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-misc/plasma-browser-integration/metadata.xml b/kde-misc/plasma-browser-integration/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-misc/plasma-browser-integration/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> diff --git a/kde-misc/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-misc/plasma-browser-integration/plasma-browser-integration-9999.ebuild new file mode 100644 index 0000000000..5c2c56d87a --- /dev/null +++ b/kde-misc/plasma-browser-integration/plasma-browser-integration-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions" +HOMEPAGE="https://cgit.kde.org/plasma-browser-integration.git" + +LICENSE="GPL-3+" +IUSE="" + +DEPEND=" + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep krunner) + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${DEPEND}"
