summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-16 19:43:32 +0100
committerMartchus2024-03-16 19:43:32 +0100
commitf87a89f2d7bd95906a2e86ca67d407e1e19cfbc2 (patch)
tree95a2d4c6b263bacae370b8c2cb22cfbe1ef64d5b
parentc45d08e52210e36a4c18728034bf23766d10b1f2 (diff)
downloadaur-f87a89f2d7bd95906a2e86ca67d407e1e19cfbc2.tar.gz
Update to 5.15.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qtwebglplugin-sha256.txt2
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ae9edb00b4..568952d75723 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-webglplugin
pkgdesc = QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)
- pkgver = 5.15.12
+ pkgver = 5.15.13
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,9 +17,9 @@ pkgbase = mingw-w64-qt5-webglplugin
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=8f879e6bcf941a612c568fbfe2b49ddb1bb409cd
+ source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=80257933d3bf3a026455d71106e6b3e70dead765
source = 0001-Hardcode-linker-flags-for-platform-plugin.patch
- sha256sums = SKIP
+ sha256sums = a6d7cd830f7ed5a0ab9faa1c38189f501450addeff723d0d37c6f3d1d779bdb7
sha256sums = c855d5b15171ed0f8d730898a62621462a71dbdb0b296d1e0ba2d3cfa87a8bcb
pkgname = mingw-w64-qt5-webglplugin
diff --git a/PKGBUILD b/PKGBUILD
index 6cbbb41e9b9b..48b334879f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_qt_module=qtwebglplugin
pkgname=mingw-w64-qt5-webglplugin
-pkgver=5.15.12
+pkgver=5.15.13
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
depends=('mingw-w64-qt5-declarative' 'mingw-w64-qt5-websockets')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=8f879e6bcf941a612c568fbfe2b49ddb1bb409cd
+_commit=80257933d3bf3a026455d71106e6b3e70dead765
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
@@ -27,7 +27,7 @@ url='https://www.qt.io/'
_pkgfqn=${_qt_module}
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
'0001-Hardcode-linker-flags-for-platform-plugin.patch')
-sha256sums=('SKIP'
+sha256sums=('a6d7cd830f7ed5a0ab9faa1c38189f501450addeff723d0d37c6f3d1d779bdb7'
'c855d5b15171ed0f8d730898a62621462a71dbdb0b296d1e0ba2d3cfa87a8bcb')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -57,7 +57,7 @@ build() {
mkdir -p build-${_arch}-${_config##*=} && pushd build-${_arch}-${_config##*=}
_additional_qmake_args=QT_INSTALL_PREFIX=/usr/${_arch}
${_arch}-qmake-qt5 ../${_qt_module}.pro ${_config} ${_additional_qmake_args}
- make
+ make -j$(nproc)
popd
done
done
@@ -70,7 +70,7 @@ package() {
for _config in "${_configurations[@]}"; do
pushd build-${_arch}-${_config##*=}
- make INSTALL_ROOT="$pkgdir" install
+ make -j$(nproc) INSTALL_ROOT="$pkgdir" install
# use prl files from build directory since installed prl files seem to have incorrect QMAKE_PRL_LIBS_FOR_CMAKE
if [[ -d 'lib' ]]; then
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index c63c57acfde8..666d8649bb67 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.12
+pkgver=5.15.13
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
diff --git a/qtwebglplugin-sha256.txt b/qtwebglplugin-sha256.txt
index cc2ecb636e3a..0f46c45c8da2 100644
--- a/qtwebglplugin-sha256.txt
+++ b/qtwebglplugin-sha256.txt
@@ -1 +1 @@
-SKIP
+a6d7cd830f7ed5a0ab9faa1c38189f501450addeff723d0d37c6f3d1d779bdb7