Skip to content

Commit

Permalink
kitinerary-workbench/kitinerary-workbench: add 9999
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/849098
Signed-off-by: Gerion Entrup <[email protected]>
  • Loading branch information
gerion0 committed Apr 9, 2024
1 parent 504bf0a commit 67303f0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions kde-misc/kitinerary-workbench/kitinerary-workbench-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_TEST="forceoptional"
KDE_ORG_CATEGORY="pim"
PVCUT=$(ver_cut 1-3)
KFMIN=6.0.0
QTMIN=6.6.2
inherit ecm gear.kde.org optfeature

DESCRIPTION="Tool for developing extractor scripts for the Itinerary data extraction engine."
HOMEPAGE="https://invent.kde.org/pim/kitinerary-workbench"

LICENSE="LGPL-2+"
SLOT="6"
KEYWORDS=""
IUSE=""

DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[widgets]
>=kde-apps/kitinerary-${PVCUT}:6
>=kde-apps/kpkpass-${PVCUT}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/ktexteditor-${KFMIN}:6
"
RDEPEND="${DEPEND}"

0 comments on commit 67303f0

Please sign in to comment.