diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-21 22:24:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-21 22:52:40 +0200 |
commit | 5c84b96f6c85df202a3c29043eae7986f5b7c543 (patch) | |
tree | 45205d608f015762f60b06840f2c6bf33b43a1b2 /kde-apps/kitinerary | |
parent | kde-apps/kimap: Add 24.05 stable branch (diff) | |
download | kde-5c84b96f6c85df202a3c29043eae7986f5b7c543.tar.gz kde-5c84b96f6c85df202a3c29043eae7986f5b7c543.tar.bz2 kde-5c84b96f6c85df202a3c29043eae7986f5b7c543.zip |
kde-apps/kitinerary: Add 24.05 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kitinerary')
-rw-r--r-- | kde-apps/kitinerary/kitinerary-24.05.49.9999.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/kde-apps/kitinerary/kitinerary-24.05.49.9999.ebuild b/kde-apps/kitinerary/kitinerary-24.05.49.9999.ebuild new file mode 100644 index 0000000000..29158dcb64 --- /dev/null +++ b/kde-apps/kitinerary/kitinerary-24.05.49.9999.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +PVCUT=$(ver_cut 1-3) +KFMIN=6.0.0 +QTMIN=6.6.2 +inherit ecm gear.kde.org + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://apps.kde.org/kontact/" + +LICENSE="LGPL-2.1+" +SLOT="6" +KEYWORDS="" +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:= + sys-libs/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 +} |