kde-apps/kitinerary: drop 26.04.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-07 21:49:46 +02:00
parent 98c58f34e6
commit 2a7f306119
2 changed files with 0 additions and 49 deletions

View File

@@ -1,2 +1 @@
DIST kitinerary-26.04.1.tar.xz 2181504 BLAKE2B e0c9592e39e284b09a6118acbe49b4463db3d0d30692479cb833decf882f59cfc9af968271d3f4a83fb19ea363911a7433a2710105cc56e70136170d005f147f SHA512 6f9a4d9d789c788adaa7b7a739a0dc148829219e77e15cde521195bd88c16f523f5ae3cda9077f3ff27fd858b049cd48507e2d6079d15e16ef6ab06f0cdb420b
DIST kitinerary-26.04.3.tar.xz 2179116 BLAKE2B d207bcdff895411abab77f51b83b871c360158783375a3bf14ba828240b4feb14ce3aa4a092412aa7b28ea1e6a396230303772893d9c8ec244185f5fec4213fa SHA512 c6f14c2942dd46b41dd5d68ff376ff7a6dfbb54237d6a13bc6bd12fa645cfe01b1dd160b1b21a3f09839ed624f2e0fb6a25e672d3aff49555f4f0f5e0d853da5

View File

@@ -1,48 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="false" # TODO: Port to ECMGenerateQDoc
ECM_TEST="true"
PVCUT=$(ver_cut 1-3)
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org xdg
DESCRIPTION="Data Model and Extraction System for Travel Reservation information"
HOMEPAGE="https://apps.kde.org/kontact/"
LICENSE="LGPL-2.1+"
SLOT="6/$(ver_cut 1-2)"
KEYWORDS="amd64 arm64"
IUSE=""
RESTRICT="test" # bug 907957, 851000, 739732...
DEPEND="
>=app-text/poppler-23.12.0:=[qt6]
dev-libs/libphonenumber
dev-libs/libxml2:2=
dev-libs/openssl:=
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-apps/kmime-${PVCUT}:6=
>=kde-apps/kpkpass-${PVCUT}:6=
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=media-libs/zxing-cpp-1.1.1:=
virtual/zlib:=
"
RDEPEND="${DEPEND}"
BDEPEND="x11-misc/shared-mime-info"
src_configure() {
local mycmakeargs=(
# sci-geosciences/osmctools; TODO: useful at all?
-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON
)
ecm_src_configure
}