forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/milou: 5.24.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST milou-5.23.5.tar.xz 47856 BLAKE2B bc62dda6051536785e459ea421db62b62290fb82dd30c7272b9a6ce39a0ed65ae2c8b1dc76e1be901b8edbb9c13a7c7956a415e902e25afe5810a95531bc3b99 SHA512 bd92f7838305e74e96855e582f7d47f10bd571a308f32d2bfc2620c9255c33f94016f5ed9c3dea4eb90e29062f7e72e5606fcef1aed2781c4f0f0a648ba26e23 | ||
DIST milou-5.23.90.tar.xz 48160 BLAKE2B 49b4cd9ef87f43bdc933949ce5eac1799e024919745b82cb711e73cd823099f4e1a7fa2079e3de4039f0baaa57e474ba13c4fca736a550e82d13985e3a6ddc0c SHA512 835ba9aad7105c650a822a9c1e91f6877eef3f9d76a2bc3474855224d5b1317b78f94b6a873d46b4b3e9a00f46e92c5f66a00a45bd498574b100db5cc8b2099b | ||
DIST milou-5.24.0.tar.xz 48108 BLAKE2B 8841cff68566a08e62ab5c8b36e6d3aa813bb1bf8f572a5f239ec9e5fe9980e7bbcd31733405f2deab2b7f8a0b0cac81a86c814dbbd907f21ada34fec608a473 SHA512 c01158538b09b867e8dd00bfd23b4ff589e616a5cfb283c3ceb4e05de36d559cf862ca971366eac673392e7e7efd3def9cb716213098d91a37d79419fd9ee21f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_TEST="true" | ||
KFMIN=5.90.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Dedicated search application built on top of Baloo" | ||
HOMEPAGE="https://invent.kde.org/plasma/milou" | ||
|
||
LICENSE="GPL-2 LGPL-2.1" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdeclarative-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kitemmodels-${KFMIN}:5 | ||
>=kde-frameworks/krunner-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/plasma-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |