diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 12:16:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 18:46:25 +0200 |
commit | 04b7a5abc61721150cbdaefb391c4365903d11a1 (patch) | |
tree | 17167a551e6bc11df15961a74f7e0e1dbbb04cf6 /kde-plasma/plasma-thunderbolt | |
parent | app-crypt/argon2: Use optimized code on x86 only (diff) | |
download | gentoo-04b7a5abc61721150cbdaefb391c4365903d11a1.tar.gz gentoo-04b7a5abc61721150cbdaefb391c4365903d11a1.tar.bz2 gentoo-04b7a5abc61721150cbdaefb391c4365903d11a1.zip |
kde-plasma: KDE Plasma 5.17.1 version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 934e8b5df420..349186ce6356 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-5.17.0.tar.xz 47060 BLAKE2B d12516e971fca0d81b2cfd390ed58eaf59cc525c25b1e48ba5a2bd46ec020f85dffb91c004c6c05003e23f78b93b91d7cb0c72bd685b91196a8ea2bfc687dff6 SHA512 447684dd9c02a7c1691b7da7fc5d1011894e25f7ac2196e482dff8e8af80dd6f5234cd3d8d534220acbe7d1adbcf4112b91b2ff701395ff5c8d135d5ec0dad62 +DIST plasma-thunderbolt-5.17.1.tar.xz 47104 BLAKE2B 11def1cbed97d696b41c6eb23a5e50821b5667228d95ac0ace4439ffaad01caeb3cb18cb7350cce27282ec995cf6d42b8c27a6e312e27ebd631c7970a3295768 SHA512 78d83a71c775ceca9df9db0eb395b25466405f20cc4fc8d351ad1134790a7ca181d6718c90386ff0117648b035fa09e0d897e0bb06abf99bc32cd3dea7959656 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild new file mode 100644 index 000000000000..b2bd661947e8 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.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 +" |