summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 19:27:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 21:06:30 +0200
commit75f3bdb77de6cbe367d9f34ffc29c95e4183475c (patch)
tree46ab7edb5c7b440db31907f97bc2b86df5052685 /kde-plasma/milou
parentapp-emulation/libvirt: update live ebuild (diff)
downloadgentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.gz
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.bz2
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.zip
kde-plasma: Add KDE Plasma 5.16.3
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r--kde-plasma/milou/Manifest1
-rw-r--r--kde-plasma/milou/milou-5.16.3.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
index 8e1869194315..45b043251b2e 100644
--- a/kde-plasma/milou/Manifest
+++ b/kde-plasma/milou/Manifest
@@ -1,2 +1,3 @@
DIST milou-5.15.5.tar.xz 57296 BLAKE2B 7dd8fa3da98836354072bd4eb67a92173d839ac0432da5bbedbbb3c68c3d1022cb572864e3c0b0335a36efd364676416d07b7258b0e5d17db6306884e8bacd82 SHA512 4b0a7a3edc1d50c64a226ae49e3660635838bd899939004d42a33492ba9f2255ef0c3575e2155f1ff7713c8396a95afcd8659bb61c48dee639962359a562565a
DIST milou-5.16.2.tar.xz 57476 BLAKE2B 2b0542007642342728e3acf461e4285bb9f0367d38e512e717bae70f43982ac4bc6e4909ad413d617fcc0968d3aa3ee0d2adf9c96b42334ea1ad1e284d5bc8da SHA512 13d1b0620b9ad1a307ce2114011cf76b29c7461b72267c0934abb461ca99e9aaa7d8c55ed86faa1915d8e1c8c7a6864036e177110322269851cb6e8707e16b98
+DIST milou-5.16.3.tar.xz 57384 BLAKE2B a91daec88aaf1c90de70f3f5649b1187a75501182c721f7a6f756a361883efcd9c9638d4c15e8f48fb2b6381fe012c44a5c472e8c702b5574f3c0375fd7afc82 SHA512 6fe556c795b5a1730e4228ad3711ca4628241d58358002684ee70f8868d669d0ed20b23f773633988bf800e033e9a3e2ed4369e9a124e39ab0d2f372e3aeaa42
diff --git a/kde-plasma/milou/milou-5.16.3.ebuild b/kde-plasma/milou/milou-5.16.3.ebuild
new file mode 100644
index 000000000000..7662755476bf
--- /dev/null
+++ b/kde-plasma/milou/milou-5.16.3.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}"