[arch-commits] Commit in qt5-location/trunk (PKGBUILD fix-opengl-detection.patch)

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 18 07:30:26 UTC 2022


    Date: Friday, March 18, 2022 @ 07:30:25
  Author: arojas
Revision: 439889

Bump revision

Modified:
  qt5-location/trunk/PKGBUILD
Deleted:
  qt5-location/trunk/fix-opengl-detection.patch

----------------------------+
 PKGBUILD                   |   14 +++++---------
 fix-opengl-detection.patch |   13 -------------
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-17 21:39:23 UTC (rev 439888)
+++ PKGBUILD	2022-03-18 07:30:25 UTC (rev 439889)
@@ -3,9 +3,9 @@
 
 pkgname=qt5-location
 _basever=5.15.3
-pkgver=5.15.3+kde+r0
-pkgrel=2
-_commit=1bf01b84e30aab2b87a19184ce42160e6c92d8b1
+pkgver=5.15.3+kde+r1
+pkgrel=1
+_commit=81c540ab62b3074790978698747cad469dfb3303
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -14,10 +14,8 @@
 makedepends=('git')
 groups=('qt' 'qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-        fix-opengl-detection.patch)
-sha256sums=('SKIP'
-            '84954d1bd528852d5cb60a5618bc2f9d34da0f459cde7d54b319b88fa9a4c11c')
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
 options=(debug)
 
 pkgver() {
@@ -27,8 +25,6 @@
 
 prepare() {
   mkdir -p build
-
-  patch -d $_pkgfqn -p1 < fix-opengl-detection.patch
 }
 
 build() {

Deleted: fix-opengl-detection.patch
===================================================================
--- fix-opengl-detection.patch	2022-03-17 21:39:23 UTC (rev 439888)
+++ fix-opengl-detection.patch	2022-03-18 07:30:25 UTC (rev 439889)
@@ -1,13 +0,0 @@
-diff --git a/src/location/configure.json b/src/location/configure.json
-index 6d01a9a3..d1e623a1 100644
---- a/src/location/configure.json
-+++ b/src/location/configure.json
-@@ -9,7 +9,7 @@
-             "label": "Qt.labs.location experimental QML plugin",
-             "purpose": "Provides experimental QtLocation QML types",
-             "section": "Location",
--            "condition": "config.opengl",
-+            "condition": "features.opengl",
-             "output": [ "privateFeature" ]
-         },
-         "geoservices_osm": {



More information about the arch-commits mailing list