commit: 5dbbe845e97cd7f3c43481ef4fb9a737af7945d1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 16:26:52 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 20:23:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5dbbe845
dev-qt/qtlocation: Sync with ::gentoo using PATCHSET
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
b/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
index 14a6424e..203c1791 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11.9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PATCHSET="${PN}-5.15.11-patchset"
inherit qt5-build
DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
@@ -10,7 +11,7 @@ DESCRIPTION="Location (places, maps, navigation) library for
the Qt5 framework"
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"
+ https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
@@ -41,7 +42,7 @@ QT5_TARGET_SUBDIRS=(
if [[ ${QT5_BUILD_TYPE} == release ]]; then
-PATCHES=( "${WORKDIR}/${PN}-5.15.11-fix-appendChildNode.patch" )
+PATCHES=( "${WORKDIR}/${PATCHSET}" )
src_prepare() {
rm -rf src/3rdparty/mapbox-gl-native/* || die