summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-thunderbolt
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest3
-rw-r--r--kde-plasma/plasma-thunderbolt/metadata.xml8
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild29
3 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
new file mode 100644
index 000000000000..7266dc661351
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -0,0 +1,3 @@
+DIST plasma-thunderbolt-5.17.2.tar.xz 47024 BLAKE2B c6c6f22a15e969fdda0e0984157b931ad4eaf51ada04d956ee9b9c6742aee293a547f1918650efb5a9c5d33e3c3d14d53f4f984c3454b475521a3a948d5bedc2 SHA512 05c8cbf794dd202e6325391f835de48484301b841c9b8dfe9b1d37b1ae15268039dab64487ad823e32033c33dac772388586ad10f2925bad8d1efb2b639badc4
+EBUILD plasma-thunderbolt-5.17.2.ebuild 649 BLAKE2B 89d006ced36fbab6d1227d48ef9f39ee2a1beddcd36bb418f2b602320c4b5ca8760f78a008c80bec7cb6939507ab2eae9a22b9fae080bf3309e9a4b45c73928f SHA512 8f01d7182f8e267859d9f834f110cb89f316af700ec7e7874ea3a6dec800c1aeecb88171ef817dcfa258aaf4329cb2267c04561b49a83f21212ca3d59d35563d
+MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-plasma/plasma-thunderbolt/metadata.xml b/kde-plasma/plasma-thunderbolt/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/kde-plasma/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>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild
new file mode 100644
index 000000000000..b2bd661947e8
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild
@@ -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
+"