mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kitinerary: 23.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kitinerary-23.04.3.tar.xz 1896608 BLAKE2B 319bc90bfa96501769a482f5eeb9c1f5b74cf18a79675fdcae693409860a600f031a9030f54b6d4a19646ac041916bb3269e9572ef6fd27afff355b1f52ae3dc SHA512 4f07a781146a9bf9fcbf8ce7cf35099c84afcba459af9e1b72c1224f33745d15b76bb5595068d442a14f4c6d9d359ec62b6f6ac4500f7668c5f6c685d61ab4d9
|
||||
DIST kitinerary-23.08.0.tar.xz 1923304 BLAKE2B ed274529665bcf2a0e4bbef817846d8d111c6fff8daedfe0aba7f23a4e801336803701cfdfba8c619fde16eeb61b868d8bb67706c33c861e10259614c5594478 SHA512 65636dd82f564279e21e58b1aea89279d1444f7d324e8e62090ffe07412324fd2044efebda06201f4f180d09c8abb766f046cadcb4cd646fd3404146b807000a
|
||||
|
||||
48
kde-apps/kitinerary/kitinerary-23.08.0.ebuild
Normal file
48
kde-apps/kitinerary/kitinerary-23.08.0.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2023 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=5.106.0
|
||||
QTMIN=5.15.9
|
||||
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="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test" # bug 907957, 851000, 739732...
|
||||
|
||||
DEPEND="
|
||||
app-text/poppler:=[qt5]
|
||||
dev-libs/libphonenumber
|
||||
dev-libs/libxml2:2
|
||||
dev-libs/openssl:=
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=kde-apps/kmime-${PVCUT}:5
|
||||
>=kde-apps/kpkpass-${PVCUT}:5
|
||||
>=kde-frameworks/karchive-${KFMIN}:5
|
||||
>=kde-frameworks/kcalendarcore-${KFMIN}:5
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=media-libs/zxing-cpp-1.1.0:=
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user