kde-apps/grantlee-editor: 26.04.0 version bump

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-16 17:45:46 +01:00
parent 1d356fd4d3
commit 80d830cf63
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST grantlee-editor-25.12.3.tar.xz 132012 BLAKE2B 6b6d7ad10af323e4b8225211e5992731cd638ad0fdd76275b14339d6b85e5c0b6e015e5df902bf3151e4bb6eec21effc205cb382608baa7b78cf4df6942fbcb8 SHA512 395f2ad72f9282c740a3d2ce61377dd63e0a30537f0c53f83f036b29d18529009d42c95b8a549c31c043fce44eb23a7c0e3753d46c2d89ab2464f074df392271
DIST grantlee-editor-26.04.0.tar.xz 133056 BLAKE2B 7572b01ad8cde3402313138d52faca5a8e58c5ca4c476e7933bbeab9c061c5fd015aa8197080f9ecb26d05695267ff0f2f4d0a43689c382ced4042cd1641e873 SHA512 6a2736c5c59b475685117b8d4dd12daa7e47faccac6c7a3d14d3dbbb0320431576750a3496fd170c8ed72cee605683e4b79f3c5dafc29e2a484141d5b57e5244
@@ -0,0 +1,42 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org
DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="6/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm64"
IUSE=""
DEPEND="
>=dev-libs/ktextaddons-2.0.1:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-contacts-${PVCUT}:6=
>=kde-apps/grantleetheme-${PVCUT}:6=
>=kde-apps/kmime-${PVCUT}:6=
>=kde-apps/messagelib-${PVCUT}:6=
>=kde-apps/pimcommon-${PVCUT}:6=
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/syntax-highlighting-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"