Skip to content
Snippets Groups Projects
Commit b5a5ae81 authored by alice's avatar alice Committed by alice
Browse files

testing/qt6-qtwebview: upgrade to 6.3.2

parent 5d1f2132
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38816Qt6 6.3.2
Pipeline #135862 canceled
# Contributor: Bart Ribbers <bribbers@disroot.org> # Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=qt6-qtwebview pkgname=qt6-qtwebview
pkgver=6.3.1 pkgver=6.3.2
pkgrel=0 pkgrel=0
pkgdesc="Provides a way to display web content in a QML application" pkgdesc="Provides a way to display web content in a QML application"
url="https://qt.io/" url="https://qt.io/"
...@@ -32,6 +32,8 @@ esac ...@@ -32,6 +32,8 @@ esac
source="https://download.qt.io/$_rel/qt/${pkgver%.*}/${pkgver/_/-}/submodules/qtwebview-everywhere-src-${pkgver/_/-}.tar.xz" source="https://download.qt.io/$_rel/qt/${pkgver%.*}/${pkgver/_/-}/submodules/qtwebview-everywhere-src-${pkgver/_/-}.tar.xz"
build() { build() {
export CFLAGS="$CFLAGS -g1 -flto=auto"
export CXXFLAGS="$CXXFLAGS -g1 -flto=auto"
cmake -B build -G Ninja \ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
...@@ -54,5 +56,5 @@ package() { ...@@ -54,5 +56,5 @@ package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build
} }
sha512sums=" sha512sums="
73529993e2ca308c841d731c87180bbdb25df93ccf3e472349c5f141f5212678ebe090898f1ee396c4cf07f9eab46e1c3cc7a5371ef5c0dc8fc0c0b9709b2997 qtwebview-everywhere-src-6.3.1.tar.xz 39cb4bf67818e4d462fbdd180a802052b3637578a8b99a943359749f15b721f2e0b0354d90ceaaff99a57eba1c57c1ee271e4fd0a553d42c8093c665b9192688 qtwebview-everywhere-src-6.3.2.tar.xz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment