diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 19:27:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 19:27:47 +0100 |
commit | c6320bb13dc48f0969cc893f4406c7b892b819c3 (patch) | |
tree | a01a01e4f3df86e3ea7d5a862ff5d0e8fc1d7f95 /kde-plasma/milou | |
parent | net-misc/dhcpcd: Remove more unstable versions (diff) | |
download | gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.gz gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.bz2 gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.zip |
kde-plasma: Add KDE Plasma 5.12.0
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.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index 8c5e63031d32..9358db072c6a 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1 +1,2 @@ DIST milou-5.11.5.tar.xz 61832 BLAKE2B e241f388a6a17243123329a8075b5453603a3b1f174205a1be78306c3fcc84f56f78334be3bd58c54c90c722ea64927acadf2f1108354fcfa613960b9abaf82e SHA512 c0db62a1b8e6e72f4d738d9f26d7d16d3b1e77db1e6566451b23cf32f2b2060ab3ffa439caf1edea2c65c80d73b6e68aa054c73b54aba3fee93446a70d65557f +DIST milou-5.12.0.tar.xz 57376 BLAKE2B 281210323d3123d2cfe28a1ba9b5faf1ce2d9c0d3510cb89a6fbc2cf6fbaf19c410bdb7a832f4cfcc5697406c22d988b21e06b4a785bb130a78ee73cac95df46 SHA512 15260d1af69c8154ecbc7636b0d9eb3115340a648d8546eef3f766d22b3cc453d10af76ad3505cb3a429cbc40650f37a519c73612d44bce3fdabe4e9b270c8cb diff --git a/kde-plasma/milou/milou-5.12.0.ebuild b/kde-plasma/milou/milou-5.12.0.ebuild new file mode 100644 index 000000000000..05a6dae87be6 --- /dev/null +++ b/kde-plasma/milou/milou-5.12.0.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 +" |