diff options
author | Johannes Huber <johu@gentoo.org> | 2018-06-27 22:44:56 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-06-27 22:45:24 +0200 |
commit | ad9b3995a238dd866e0e405907887ad30add40fa (patch) | |
tree | 26c0d64a118d352973220848dcd035958116e206 /kde-plasma/milou | |
parent | dev-python/cliff-tablib: Support python3.6 (diff) | |
download | gentoo-ad9b3995a238dd866e0e405907887ad30add40fa.tar.gz gentoo-ad9b3995a238dd866e0e405907887ad30add40fa.tar.bz2 gentoo-ad9b3995a238dd866e0e405907887ad30add40fa.zip |
kde-plasma: Version bump KDE Plasma 5.12.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r-- | kde-plasma/milou/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/milou/milou-5.12.6.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index ae01c1ac2b37..b5213d0b9766 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1 +1,2 @@ DIST milou-5.12.5.tar.xz 57492 BLAKE2B eb1315c0794674b70bf7a1ebd19c60c1a5cf94cd053f80920586cfde78ce328ccd889b480c9955ea035f71fe1d80066482797a23bcda5f14fcf984c081bea3af SHA512 7c96c7dbe8b4c45362a0e5a2152892776c2cfa52c748811459c280737f8695f4ee63332a38ce6618b2c4eb7773e2f5e21d9e4d366a22b89f749b42195828774d +DIST milou-5.12.6.tar.xz 57460 BLAKE2B 0d29e21c60d7ba9714dcf46427285f68652d3713037643d29d26965eb2614df9c17ad3561206ad57725eda31e9a2e4bb3123a78e4c3353b5ce35327f2c4a8165 SHA512 3feb387c9698117a7646132d43f0ae5dfb42341b2725a3bbeb6cd8653fb1e6a2fe79aa538aa532b1b808140376f665a7c746b923fc8fcc2fa4ef5015757da6ff diff --git a/kde-plasma/milou/milou-5.12.6.ebuild b/kde-plasma/milou/milou-5.12.6.ebuild new file mode 100644 index 000000000000..05a6dae87be6 --- /dev/null +++ b/kde-plasma/milou/milou-5.12.6.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 +" |