diff options
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r-- | kde-plasma/milou/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/milou/milou-5.16.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index bec6bb38b7d9..196e7d4fc8f0 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1 +1,2 @@ DIST milou-5.15.5.tar.xz 57296 BLAKE2B 7dd8fa3da98836354072bd4eb67a92173d839ac0432da5bbedbbb3c68c3d1022cb572864e3c0b0335a36efd364676416d07b7258b0e5d17db6306884e8bacd82 SHA512 4b0a7a3edc1d50c64a226ae49e3660635838bd899939004d42a33492ba9f2255ef0c3575e2155f1ff7713c8396a95afcd8659bb61c48dee639962359a562565a +DIST milou-5.16.0.tar.xz 57304 BLAKE2B 3eb2d0b10d3da0cfe1be1ceb73cfdad4ecf126f5c487710075f2a12e4947927901832cb68a93ab4cb1052c10f74bccb76d1353ab4d2716258584ceb4b3db4d86 SHA512 caf222888216b65159f284e910b6718a55cedf05e4210a6de185df6aa455d0a47569246d2aab07b739e0e1ec5e74e00d9ae5b022c21e22a47931f95b9a4129d7 diff --git a/kde-plasma/milou/milou-5.16.0.ebuild b/kde-plasma/milou/milou-5.16.0.ebuild new file mode 100644 index 000000000000..7662755476bf --- /dev/null +++ b/kde-plasma/milou/milou-5.16.0.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}" |