git » qt5-location.git » commit 1a24e3f

upgpkg: 5.15.13+kde+r6-2: ICU 75 rebuild

author Antonio Rojas
2024-05-09 11:13:20 UTC
committer Antonio Rojas
2024-05-09 11:13:20 UTC
parent a1352207fbbb8b20fe4aa140c9d3a7e8c09f06ad

upgpkg: 5.15.13+kde+r6-2: ICU 75 rebuild

.SRCINFO +3 -3
PKGBUILD +4 -2

diff --git a/.SRCINFO b/.SRCINFO
index 6f599c4..da6de08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = qt5-location
 	pkgdesc = Provides access to position, satellite and area monitoring classes
 	pkgver = 5.15.13+kde+r6
-	pkgrel = 1
+	pkgrel = 2
 	url = https://www.qt.io
 	arch = x86_64
 	groups = qt5
@@ -11,9 +11,9 @@ pkgbase = qt5-location
 	license = custom
 	makedepends = git
 	depends = qt5-declarative
-	source = git+https://invent.kde.org/qt/qt/qtlocation#commit=c576985da4e6a4a0b85d5229263777e7197494e0
+	source = kde-qtlocation::git+https://invent.kde.org/qt/qt/qtlocation#commit=c576985da4e6a4a0b85d5229263777e7197494e0
 	source = git+https://invent.kde.org/qt/qt/qtlocation-mapboxgl.git
-	sha256sums = SKIP
+	sha256sums = 3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80
 	sha256sums = SKIP
 
 pkgname = qt5-location
diff --git a/PKGBUILD b/PKGBUILD
index 6a94ea8..e17e8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-location
 _basever=5.15.13
 pkgver=5.15.13+kde+r6
-pkgrel=1
+pkgrel=2
 _commit=c576985da4e6a4a0b85d5229263777e7197494e0
 arch=('x86_64')
 url='https://www.qt.io'
@@ -16,7 +16,7 @@ groups=('qt5')
 _pkgfqn=${pkgname/5-/}
 source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
         git+https://invent.kde.org/qt/qt/qtlocation-mapboxgl.git)
-sha256sums=('SKIP'
+sha256sums=('3454c9364fc70d3639ad447f46429ef78305b76b65e94f3ccaf2689b3f401e80'
             'SKIP')
 
 pkgver() {
@@ -31,6 +31,8 @@ prepare() {
   git submodule init
   git submodule set-url src/3rdparty/mapbox-gl-native "$srcdir"/qtlocation-mapboxgl
   git -c protocol.file.allow=always submodule update
+
+  sed -e 's|c++14|c++17|g' -e '/c++1z/d' -i src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
 }
 
 build() {