From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/
Date: Sun, 8 Oct 2023 11:58:52 +0000 (UTC) [thread overview]
Message-ID: <1696766284.c6cc7f210b5b3faa94e25503d8049ef6d2cc7707.asturm@gentoo> (raw)
commit: c6cc7f210b5b3faa94e25503d8049ef6d2cc7707
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 11:45:24 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 11:58:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c6cc7f21
dev-qt/qtlocation: Drop QT5_KDEPATCHSET_REV, ship as regular patch
This package continues to be the odd one out:
- Rolling patchsets off kde/5.15 branch fails applying update subproject
commits for mapbox-gl-native
- The only patch remaining in Qt5PatchCollection at the moment has no
"Pick-to: 5.15" so will be carried indefinitely
- The back and forth around "mega crashy" Qt.labs.location documented in
- https://invent.kde.org/qt/qt/qtlocation/-/merge_requests/4
- https://bugreports.qt.io/browse/QTBUG-101765
- https://bugreports.qt.io/browse/QTBUG-104682
- https://bugreports.qt.io/browse/QTBUG-105301
is irrelevant to our package which unconditionally builds the plugin
via QT5_TARGET_SUBDIRS=src/imports/locationlabs eclass mechanism.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
index 0e9f034e..14a6424e 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
@@ -3,19 +3,16 @@
EAPI=8
-if [[ ${PV} != *9999* ]]; then
- QT5_KDEPATCHSET_REV=1
- MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
inherit qt5-build
DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
-[[ ${QT5_BUILD_TYPE} == release ]] &&
-SRC_URI+=" https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz"
-IUSE=""
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
+ SRC_URI+=" https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
+ https://dev.gentoo.org/~asturm/distfiles/${PN}-5.15.11-fix-appendChildNode.patch.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
RDEPEND="
dev-libs/icu:=
@@ -43,6 +40,9 @@ QT5_TARGET_SUBDIRS=(
)
if [[ ${QT5_BUILD_TYPE} == release ]]; then
+
+PATCHES=( "${WORKDIR}/${PN}-5.15.11-fix-appendChildNode.patch" )
+
src_prepare() {
rm -rf src/3rdparty/mapbox-gl-native/* || die
mv "${WORKDIR}"/${PN}-mapboxgl-${MAPBOXGL_COMMIT}/* src/3rdparty/mapbox-gl-native || die
next reply other threads:[~2023-10-08 11:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-08 11:58 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 19:15 [gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/ Andreas Sturmlechner
2024-05-30 10:55 Andreas Sturmlechner
2023-11-11 20:24 Andreas Sturmlechner
2023-10-07 23:55 Andreas Sturmlechner
2023-07-08 21:26 Andreas Sturmlechner
2023-06-22 15:53 Andreas Sturmlechner
2022-09-24 21:24 Andreas Sturmlechner
2022-09-08 9:29 Andreas Sturmlechner
2021-08-26 12:10 Andreas Sturmlechner
2020-04-10 0:54 Jimi Huotari
2020-04-01 20:25 Andreas Sturmlechner
2019-05-14 10:36 Michael Palimaka
2019-01-07 19:46 Davide Pesavento
2018-12-06 19:27 Andreas Sturmlechner
2017-10-10 11:20 Michael Palimaka
2017-07-23 3:39 Michael Palimaka
2017-06-06 13:04 Michael Palimaka
2016-08-18 18:43 Michael Palimaka
2015-12-18 17:50 Davide Pesavento
2014-09-18 13:24 Michael Palimaka
2014-09-18 13:22 Michael Palimaka
2014-09-18 11:37 Michael Palimaka
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=1696766284.c6cc7f210b5b3faa94e25503d8049ef6d2cc7707.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