public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/itinerary/
Date: Sun,  7 Jan 2024 13:26:43 +0000 (UTC)	[thread overview]
Message-ID: <1704633879.143567fdc1b45d1bf8fa86c8f6966716b0cab46d.asturm@gentoo> (raw)

commit:     143567fdc1b45d1bf8fa86c8f6966716b0cab46d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 13:05:46 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 13:24:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=143567fd

kde-misc/itinerary: Port to KF6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/itinerary/itinerary-9999.ebuild | 66 +++++++++++++++-----------------
 1 file changed, 31 insertions(+), 35 deletions(-)

diff --git a/kde-misc/itinerary/itinerary-9999.ebuild b/kde-misc/itinerary/itinerary-9999.ebuild
index 00a60dc693..30896bd9e9 100644
--- a/kde-misc/itinerary/itinerary-9999.ebuild
+++ b/kde-misc/itinerary/itinerary-9999.ebuild
@@ -6,8 +6,8 @@ EAPI=8
 ECM_TEST="forceoptional"
 KDE_ORG_CATEGORY="pim"
 PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 inherit ecm gear.kde.org optfeature
 
 DESCRIPTION="Digital travel assistant with a priority on protecting your privacy"
@@ -15,56 +15,52 @@ HOMEPAGE="https://apps.kde.org/itinerary/
 https://www.volkerkrause.eu/2018/08/19/kde-itinerary-introduction.html"
 
 LICENSE="LGPL-2+"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE="matrix +networkmanager"
 
 DEPEND="
-	>=dev-libs/kirigami-addons-0.9:5
-	>=dev-libs/kosmindoormap-${PVCUT}:5
-	>=dev-libs/kpublictransport-${PVCUT}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtlocation-${QTMIN}:5
-	>=dev-qt/qtpositioning-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/kitinerary-23.08.3:5
-	>=kde-apps/kpkpass-23.08.3:5
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kfilemetadata-${KFMIN}:5
-	>=kde-frameworks/kholidays-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kunitconversion-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=dev-libs/kirigami-addons-0.9:6
+	>=dev-libs/kosmindoormap-${PVCUT}:6
+	>=dev-libs/kpublictransport-${PVCUT}:6
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtlocation-${QTMIN}:6
+	>=dev-qt/qtpositioning-${QTMIN}:6
+	>=kde-apps/kitinerary-${PVCUT}:6
+	>=kde-apps/kpkpass-${PVCUT}:6
+	>=kde-frameworks/kcalendarcore-${KFMIN}:6
+	>=kde-frameworks/kcontacts-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kfilemetadata-${KFMIN}:6
+	>=kde-frameworks/kholidays-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kunitconversion-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
 	sys-libs/zlib
-	matrix? ( >=net-libs/libquotient-0.7.2:=[qt5(+)] )
-	networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
+	matrix? ( >=net-libs/libquotient-0.8.1.2-r1:=[qt6] )
+	networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
 "
 RDEPEND="${DEPEND}
-	>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/prison-${KFMIN}:5[qml]
+	>=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/prison-${KFMIN}:6[qml]
 "
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package networkmanager KF5NetworkManagerQt)
-		$(cmake_use_find_package matrix Quotient)
+		$(cmake_use_find_package networkmanager KF6NetworkManagerQt)
+		$(cmake_use_find_package matrix QuotientQt6)
 	)
 	ecm_src_configure
 }
 
 pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "screen brightness control to aid barcode scanning" "kde-frameworks/solid:5"
+		optfeature "screen brightness control to aid barcode scanning" "kde-frameworks/solid:6"
 	fi
 	ecm_pkg_postinst
 }


             reply	other threads:[~2024-01-07 13:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 13:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 10:28 [gentoo-commits] proj/kde:master commit in: kde-misc/itinerary/ Andreas Sturmlechner
2024-10-21 19:07 Andreas Sturmlechner
2024-08-10 18:53 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2023-12-07 19:34 Andreas Sturmlechner
2023-08-15 14:33 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2020-11-01 23:11 Andreas Sturmlechner
2019-03-03 11:44 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2018-11-08 21:39 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1704633879.143567fdc1b45d1bf8fa86c8f6966716b0cab46d.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox