kde-apps/grantlee-editor: Fix CMake error w/ KF-6.28.0

Closes: https://bugs.gentoo.org/979240
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-16 15:33:05 +02:00
parent a4895b36c6
commit 2ce5e6fd2b
2 changed files with 5 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST grantlee-editor-26.04.3.tar.xz 133064 BLAKE2B 45e33312ea1d7bf64befb58a171dc5a8f0bb94d742b2439906392289e473619bc4e0da70602f79d315383ab61d3f1e02b12706d30dcb2023994388eb5a263312 SHA512 8752f69aea737b4578b0676dd5b015117b92f1964bd3bd280b40299eb7d1a63103a317f15737aed941dbedea066ad47e5b645f0e51d0a0b42ebb2f36ff20057c
DIST kdepim-26.04.3-ki18n-6.28-findpkg.tar.xz 1564 BLAKE2B c14ec518720f4572d23112cda9d3264e13baac404b233cd39ed386b80d5267749e8a32d2b4c29811c823b22f950a8c90eea54a29cab9d754eb2fa78e7b5c94ca SHA512 c3882ffbe7a050c901813f5c6ade2d7c19fb5fa5fd7e277029898aa7ca28b0624c158d16b04082c8180e63b54d88fd1190b587dadaec21887dfdc88cba3655de

View File

@@ -3,6 +3,7 @@
EAPI=8
PATCHSET="kdepim-26.04.3-ki18n-6.28-findpkg"
ECM_HANDBOOK="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=6.22.0
@@ -10,6 +11,7 @@ QTMIN=6.10.1
inherit ecm gear.kde.org
DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications"
SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/kde/${PATCHSET}.tar.xz"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="6/$(ver_cut 1-2)"
@@ -40,3 +42,5 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"
PATCHES=( "${WORKDIR}/${PATCHSET}/${PN}.patch" ) # bug #979240