commit: f4e9fc408fcf0892e5a71c77c2b1efde26216710 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed May 15 16:23:14 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed May 15 16:25:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4e9fc40
kde-misc/plasma-thunderbolt: New package Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/plasma-thunderbolt/metadata.xml | 8 ++++++ .../plasma-thunderbolt-9999.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/kde-misc/plasma-thunderbolt/metadata.xml b/kde-misc/plasma-thunderbolt/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-misc/plasma-thunderbolt/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-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild new file mode 100644 index 0000000000..b102997435 --- /dev/null +++ b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://cgit.kde.org/kpublictransport.git/tree/ + https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html" + +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) +" +DEPEND="${RDEPEND} + sys-apps/bolt +"
