diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 19:57:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 20:43:12 +0100 |
commit | d4fe789db1d07b9069fafd3728f09cfc325800d6 (patch) | |
tree | caf29d096849a0b777c8c3a2383fc0666c6d11eb /kde-plasma/milou | |
parent | kde-frameworks/kholidays: Restore accidentally lost ~arm,~arm64 keywords (diff) | |
download | gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.gz gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.bz2 gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.zip |
kde-plasma: Add KDE Plasma 5.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r-- | kde-plasma/milou/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/milou/milou-5.12.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index 9358db072c6a..2d1aeb41b40a 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1,2 +1,3 @@ DIST milou-5.11.5.tar.xz 61832 BLAKE2B e241f388a6a17243123329a8075b5453603a3b1f174205a1be78306c3fcc84f56f78334be3bd58c54c90c722ea64927acadf2f1108354fcfa613960b9abaf82e SHA512 c0db62a1b8e6e72f4d738d9f26d7d16d3b1e77db1e6566451b23cf32f2b2060ab3ffa439caf1edea2c65c80d73b6e68aa054c73b54aba3fee93446a70d65557f DIST milou-5.12.0.tar.xz 57376 BLAKE2B 281210323d3123d2cfe28a1ba9b5faf1ce2d9c0d3510cb89a6fbc2cf6fbaf19c410bdb7a832f4cfcc5697406c22d988b21e06b4a785bb130a78ee73cac95df46 SHA512 15260d1af69c8154ecbc7636b0d9eb3115340a648d8546eef3f766d22b3cc453d10af76ad3505cb3a429cbc40650f37a519c73612d44bce3fdabe4e9b270c8cb +DIST milou-5.12.1.tar.xz 57348 BLAKE2B 71c71818e59ea18269efedfc803d2518e551f27297e8e6b6c3b109897af8da93d8480bcdf172ef6fb97fe11b9505d9c4058db3e56ebd2450d8f06d018e0779f5 SHA512 897f637829a6b0463c1635541e8fd57b9c0f22ee0a8bd218f921548722e339fa19a8f02db9d935cceac3d52680676245ff422f5c10786a27ea4b82554d4fe43a diff --git a/kde-plasma/milou/milou-5.12.1.ebuild b/kde-plasma/milou/milou-5.12.1.ebuild new file mode 100644 index 000000000000..05a6dae87be6 --- /dev/null +++ b/kde-plasma/milou/milou-5.12.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional-recursive" +inherit kde5 + +DESCRIPTION="Dedicated search application built on top of Baloo" +HOMEPAGE="https://cgit.kde.org/milou.git" + +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep krunner) + $(add_frameworks_dep kservice) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-plasma/milou:4 +" |