diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 20:21:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:05:24 +0200 |
commit | 55391d594cbb90254c591743415442484c3b0d02 (patch) | |
tree | 0495277eae519b0471a036e40a57ebd77d661530 /kde-plasma/milou | |
parent | dev-python/pillow: bump to 6.0.0 (diff) | |
download | gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.gz gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.bz2 gentoo-55391d594cbb90254c591743415442484c3b0d02.zip |
kde-plasma: Add KDE Plasma 5.15.4
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r-- | kde-plasma/milou/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/milou/milou-5.15.4.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index e4a7f2633f79..6ef064bbc13a 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.3.tar.xz 57156 BLAKE2B 5139aac452363eb06a916fbec1be9c0dcd26f0f23020d0797ca85d296a7bc26b68eb803617dfe07a36a731b6ed141689e7d114e7f9ed90e5ba7cb041156376e6 SHA512 dba7b7c7ef44150a2679e953afd9d143a6606a1be0288841f8c30434948647351d02e5899a3eb359fdea72dd11ccfbdbaadacbe33b067202f2cf168c08020afd +DIST milou-5.15.4.tar.xz 57308 BLAKE2B 6fb198e0fd7ee88e924047d2e75861605a4bf0d030264abd8384a23f518de0b9108945159ae0caeea9456f04578b70846ce59d404188ac75ac1fcfe747444c78 SHA512 4cddec2e5bbc3a4b6592820d68a6bbe7bdb3a9000af294bd35d1164c4a5f793514e3cb24b89ce3edf366f9b8f43311ae16da4874fb3014c38202f1ec8c1e5d8d diff --git a/kde-plasma/milou/milou-5.15.4.ebuild b/kde-plasma/milou/milou-5.15.4.ebuild new file mode 100644 index 000000000000..7662755476bf --- /dev/null +++ b/kde-plasma/milou/milou-5.15.4.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}" |