[arch-commits] Commit in qt6-webengine/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jan 31 22:55:53 UTC 2022
Date: Monday, January 31, 2022 @ 22:55:52
Author: arojas
Revision: 435658
Rebuild to restore debug package
Modified:
qt6-webengine/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-31 22:51:15 UTC (rev 435657)
+++ PKGBUILD 2022-01-31 22:55:52 UTC (rev 435658)
@@ -4,7 +4,7 @@
pkgname=qt6-webengine
_qtver=6.2.3
pkgver=${_qtver/-/}
-pkgrel=6
+pkgrel=7
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -21,9 +21,9 @@
sha256sums=('a72293b799a91189e12c91480d485d079cbce90b069439acf0bf81847cd02058'
'c50d3019626183e753c53a997dc8a55938847543aa3178d4c51f377be741c693')
-prepare() {
- patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
-}
+#prepare() {
+# patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
+#}
build() {
cmake -B build -S $_pkgfn -G Ninja \
More information about the arch-commits
mailing list