kde-plasma/plasma-thunderbolt: New package
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 20 Oct 2019 23:07:50 +0000 (01:07 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 20 Oct 2019 23:08:32 +0000 (01:08 +0200)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-plasma/plasma-thunderbolt/Manifest [new file with mode: 0644]
kde-plasma/plasma-thunderbolt/metadata.xml [new file with mode: 0644]
kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild [new file with mode: 0644]

diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
new file mode 100644 (file)
index 0000000..934e8b5
--- /dev/null
@@ -0,0 +1 @@
+DIST plasma-thunderbolt-5.17.0.tar.xz 47060 BLAKE2B d12516e971fca0d81b2cfd390ed58eaf59cc525c25b1e48ba5a2bd46ec020f85dffb91c004c6c05003e23f78b93b91d7cb0c72bd685b91196a8ea2bfc687dff6 SHA512 447684dd9c02a7c1691b7da7fc5d1011894e25f7ac2196e482dff8e8af80dd6f5234cd3d8d534220acbe7d1adbcf4112b91b2ff701395ff5c8d135d5ec0dad62
diff --git a/kde-plasma/plasma-thunderbolt/metadata.xml b/kde-plasma/plasma-thunderbolt/metadata.xml
new file mode 100644 (file)
index 0000000..2fdbf33
--- /dev/null
@@ -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>kde@gentoo.org</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild
new file mode 100644 (file)
index 0000000..b2bd661
--- /dev/null
@@ -0,0 +1,29 @@
+# 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/plasma-thunderbolt.git"
+
+LICENSE="|| ( GPL-2 GPL-3+ )"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+       $(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)
+"
+RDEPEND="${DEPEND}
+       sys-apps/bolt
+"