summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-28 21:21:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-28 21:22:16 +0100
commit7a66df3ef78aab42f0e33427c35e5c865cda88c2 (patch)
treec8baf6df564df66acc8c9572e01caeb94bbcd6cc /kde-plasma/milou/milou-5.11.4.ebuild
parentwww-client/opera-beta: Old. (diff)
downloadgentoo-7a66df3ef78aab42f0e33427c35e5c865cda88c2.tar.gz
gentoo-7a66df3ef78aab42f0e33427c35e5c865cda88c2.tar.bz2
gentoo-7a66df3ef78aab42f0e33427c35e5c865cda88c2.zip
kde-plasma: Add KDE Plasma 5.11.4
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/milou/milou-5.11.4.ebuild')
-rw-r--r--kde-plasma/milou/milou-5.11.4.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-plasma/milou/milou-5.11.4.ebuild b/kde-plasma/milou/milou-5.11.4.ebuild
new file mode 100644
index 000000000000..488d984116a5
--- /dev/null
+++ b/kde-plasma/milou/milou-5.11.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 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
+"