summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-03 12:51:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-03 12:55:08 +0200
commita76abf47ec66858dde347079afa915589b44b7bb (patch)
tree9681d4d56bc37c200495f2716d28b40eeee25ffb /kde-plasma/milou
parentprofiles: arm: Add plasma-meta[browser-integration] to p.use.mask (diff)
downloadgentoo-a76abf47ec66858dde347079afa915589b44b7bb.tar.gz
gentoo-a76abf47ec66858dde347079afa915589b44b7bb.tar.bz2
gentoo-a76abf47ec66858dde347079afa915589b44b7bb.zip
kde-plasma: Add KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r--kde-plasma/milou/Manifest1
-rw-r--r--kde-plasma/milou/milou-5.13.2.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
index b5213d0b9766..46a18fdead12 100644
--- a/kde-plasma/milou/Manifest
+++ b/kde-plasma/milou/Manifest
@@ -1,2 +1,3 @@
DIST milou-5.12.5.tar.xz 57492 BLAKE2B eb1315c0794674b70bf7a1ebd19c60c1a5cf94cd053f80920586cfde78ce328ccd889b480c9955ea035f71fe1d80066482797a23bcda5f14fcf984c081bea3af SHA512 7c96c7dbe8b4c45362a0e5a2152892776c2cfa52c748811459c280737f8695f4ee63332a38ce6618b2c4eb7773e2f5e21d9e4d366a22b89f749b42195828774d
DIST milou-5.12.6.tar.xz 57460 BLAKE2B 0d29e21c60d7ba9714dcf46427285f68652d3713037643d29d26965eb2614df9c17ad3561206ad57725eda31e9a2e4bb3123a78e4c3353b5ce35327f2c4a8165 SHA512 3feb387c9698117a7646132d43f0ae5dfb42341b2725a3bbeb6cd8653fb1e6a2fe79aa538aa532b1b808140376f665a7c746b923fc8fcc2fa4ef5015757da6ff
+DIST milou-5.13.2.tar.xz 57428 BLAKE2B ba4ae1c547638ced9a2cc33aa114eeca7d70f24378c88c4a8f1207862e0931a18f49aa052c05553437e5ea0aa354c120d89a72d56e399fd6d4ce551be72bca51 SHA512 7327c59acf8b278e72828e36cdb85357d03ae15811ae9dfa02de685c1fd5687d8c77e15bb20f5829c315a8f1d1c354f53a350c41e5f3dcc0a19bdda242b20715
diff --git a/kde-plasma/milou/milou-5.13.2.ebuild b/kde-plasma/milou/milou-5.13.2.ebuild
new file mode 100644
index 000000000000..05a6dae87be6
--- /dev/null
+++ b/kde-plasma/milou/milou-5.13.2.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
+"