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.26.4 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.25.5.tar.xz 48664 BLAKE2B f2fca4f3c25ebc6b33e9f1b6ff82e12d8a7915d4c94dc967fa1e94185d8ff3d7ebe8cd4f368c89d27e0166f314a53368e2985d6d3c2d9ece8800503ccb9ddca5 SHA512 694b713709a53b8a725516f4d0bdd84c943f282537fd2faccde558ed695ea16aba6dea555472fe8dbe4b4967941c63cce646693d58ada9ba5e2feacd7281e034 | ||
DIST milou-5.26.3.tar.xz 50660 BLAKE2B 4c427ceacb42da25147efef3647c1c9f2b6b73214d7169b5f1c690ed75a8bf1b1b754b1d3cd233b7d9a80922820402bd4c5fa71bf9a7372625d9c4d928b49bc3 SHA512 e22ae65ca5c9d188aedbd82438b2730c8ee460f56084f4842317d7341572c11a163442b6eda1a29c47d022a93a7591e06a68c9560e528908b6109fe26dab475a | ||
DIST milou-5.26.4.tar.xz 50680 BLAKE2B dbf1f71e879e933fa808c8e202c9cb9f32da69c79f7c9e213d9e1ab1c8b6008d81e6248955358a30d9d9e4c708b372d56237e4117a6f4635b6c70b74ff37cd6b SHA512 b4eae79609e3839cda340809e5ea8ac4e29761fd6bcb40652b04eff3d676df37f9a89209df6fd12ffa039bcacf01d7ded6c3f06fc8b11ce7550d75e92c277ecd |
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.99.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.5 | ||
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" | ||
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}" |