From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 049D915801B for ; Tue, 15 Aug 2023 14:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0066A2BC013; Tue, 15 Aug 2023 14:33:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC0AA2BC013 for ; Tue, 15 Aug 2023 14:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD9B340DFE for ; Tue, 15 Aug 2023 14:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E16EBF for ; Tue, 15 Aug 2023 14:33:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1692109876.ec60b8d046cf098196481c257191ce2349d92496.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/itinerary/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/itinerary/itinerary-9999.ebuild kde-misc/itinerary/metadata.xml X-VCS-Directories: kde-misc/itinerary/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec60b8d046cf098196481c257191ce2349d92496 X-VCS-Branch: master Date: Tue, 15 Aug 2023 14:33:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95a20683-0c8e-4a6b-bc4a-457bce9776e8 X-Archives-Hash: 55028b77494e4079b0c69d730cabf515 commit: ec60b8d046cf098196481c257191ce2349d92496 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 13 15:34:28 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 14:31:16 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec60b8d0 kde-misc/itinerary: Update dependencies Upstream commits: d8ca2a5c2bb0644a05660060f4452e6400985ec3 d75420d9de8578b80dfe885d0c013f9d266ef732 8ace9f444d9028935f8d175565788782e00472a3 ae85eac263592a878efc486a6355d8ed6b6fd2fc b2a279da21829e3a7fc00a10e7b4e4cde9e1be83 b8e61e1c0a83b58e4cad2b3dc4fc5ce70b683c84 84a522cc864f8334a347da739990416822f336f7 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/itinerary/itinerary-9999.ebuild | 8 ++++++-- kde-misc/itinerary/metadata.xml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-misc/itinerary/itinerary-9999.ebuild b/kde-misc/itinerary/itinerary-9999.ebuild index 8c967e457c..355790d868 100644 --- a/kde-misc/itinerary/itinerary-9999.ebuild +++ b/kde-misc/itinerary/itinerary-9999.ebuild @@ -4,10 +4,11 @@ EAPI=8 ECM_TEST="forceoptional" +KDE_ORG_CATEGORY="pim" PVCUT=$(ver_cut 1-3) KFMIN=5.106.0 QTMIN=5.15.9 -inherit ecm kde.org optfeature +inherit ecm gear.kde.org optfeature DESCRIPTION="Digital travel assistant with a priority on protecting your privacy" HOMEPAGE="https://apps.kde.org/itinerary/ @@ -16,9 +17,10 @@ https://www.volkerkrause.eu/2018/08/19/kde-itinerary-introduction.html" LICENSE="LGPL-2+" SLOT="5" KEYWORDS="" -IUSE="+networkmanager" +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 @@ -43,6 +45,7 @@ DEPEND=" >=kde-frameworks/kunitconversion-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 sys-libs/zlib + matrix? ( >=net-libs/libquotient-0.7.2:= ) networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) " RDEPEND="${DEPEND} @@ -54,6 +57,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( $(cmake_use_find_package networkmanager KF5NetworkManagerQt) + $(cmake_use_find_package matrix Quotient) ) ecm_src_configure } diff --git a/kde-misc/itinerary/metadata.xml b/kde-misc/itinerary/metadata.xml index ec889bb918..2b752b3633 100644 --- a/kde-misc/itinerary/metadata.xml +++ b/kde-misc/itinerary/metadata.xml @@ -9,6 +9,7 @@ https://bugs.kde.org/ + Enable Matrix decentraliced protocol support via net-libs/libquotient Defer map downloads based on network status using kde-frameworks/networkmanager-qt