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.27.1 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.26.5.tar.xz 50668 BLAKE2B 0b2dfde00ad8c7d5b5b12862383c3c17c485c7a256c5546f9b198e6362732c0ec553a5d5b5f6609c49ec60ade2ffdeecee972ce9c72f451c88f321e13010e095 SHA512 9ee939adf36dd9d9c180dbf1176dbd03d567d9ec87f3e85c36cfcf2b8da26039271c5f403dbf07190a57424d655f15e84ccf0b0af9264cb0d3a137077b701146 | ||
DIST milou-5.27.0.tar.xz 56792 BLAKE2B 50c0d16790fb18a99f351ec5c56003f670a0a285007e90f62a02e4f83d064a0e3951007258af3893335396c0a4c96800ba0271b86f6d4ae17061b422704fa0b0 SHA512 abc335a7e84c22d91d41cbf6e4b5230e94374121bb699681612f7ae6d2d03bdcab1f786b128daa71997a0aabae1fb25b470150de7c415e0c356767dc2b7a77cc | ||
DIST milou-5.27.1.tar.xz 56804 BLAKE2B a41456084a1bf29ba2efb974b264a19340e36afe611672553d7e04b9a986808b2e45831120e672273191ee2951b91b7ae2f79c4aa02da7e1fd3666f0f82cab70 SHA512 fc113ff25cdf79b16cab89659e605e3c1777fa0cc2652235b7521a4de8aa12650cea29f31e771cbdedc5138a79d3f9b740d316ac2485d8011badd4819cf4b094 |
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-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_TEST="true" | ||
KFMIN=5.102.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.7 | ||
inherit ecm plasma.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 ~loong ~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}" |