summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 14:17:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 14:17:39 +0100
commite5b6f1e7918fa647bd5e182c7ffaed43785b5ed5 (patch)
tree05955d3b163be1bb5f5042438af1a57e0fda24c7 /kde-plasma/milou
parentapp-misc/ca-certificates: fix double prefix (diff)
downloadgentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.tar.gz
gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.tar.bz2
gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.zip
kde-plasma: Add KDE Plasma 5.15.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r--kde-plasma/milou/Manifest1
-rw-r--r--kde-plasma/milou/milou-5.15.1.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
index 4dd4086076cc..a3fa6a382725 100644
--- a/kde-plasma/milou/Manifest
+++ b/kde-plasma/milou/Manifest
@@ -1,2 +1,3 @@
DIST milou-5.14.5.tar.xz 57628 BLAKE2B a3882d48a71d86a60056c25b991ec629ff23be7d2fd7f756faa84eb50ffb52d0e77231858e8bcfff0660b36806af5a295025eabf98330620b25fb22efec2240a SHA512 ed77a9550df216bf6a62ddc5af4c9d73a2a453a12f927c8964465eef8d4e60c1ac870e8e59215a0e0c288caf40f5714c904dcb9daa2054de94329fa781c1294f
DIST milou-5.15.0.tar.xz 57152 BLAKE2B f1c40b9b9b5736cbb213c070d0ca0533dfe5ed826bd162e589c7bf0cf22002bac237abd51f5309fa259f460ce2b429e71df5d7617df55a2eb0c0300cdb555011 SHA512 2b415e5efb1deda5ca8ac7cd8f46695b3051a5ca079a822ef0d5e4e13c599dca30943db418475edd598f3663bcfc93e169e9953c9c1e62d54ba32a93fb0d0967
+DIST milou-5.15.1.tar.xz 57296 BLAKE2B 4b487baa7ade5189f0d06f20261061d5dc8f3e3ea10af603d182bac296fd6934b6379744a1057c9a8a025bb36ba9053c0d84cf8e3af1064e966f87cd6d7096f8 SHA512 e580a86f7b5214c46827553cf8d964554dceca9af470ba4d9268c27b6e6c002f40c19ae0c7ecf5259de3884119a976c57ecdce46af5151ee1f69d732103ab8e2
diff --git a/kde-plasma/milou/milou-5.15.1.ebuild b/kde-plasma/milou/milou-5.15.1.ebuild
new file mode 100644
index 000000000000..7662755476bf
--- /dev/null
+++ b/kde-plasma/milou/milou-5.15.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"