summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-16 19:42:39 +0100
committerMartchus2024-03-16 19:42:39 +0100
commit8acf5ab7df44447ebbbf6f2470d230d7d12307c7 (patch)
tree2d7c6dc2e6df155d706e28bf58b9d0979964fdac
parente672a5483bb871589763d551e9ac56a223c3eb51 (diff)
downloadaur-8acf5ab7df44447ebbbf6f2470d230d7d12307c7.tar.gz
Update to 5.15.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--qt3d-sha256.txt2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcb55f072dba..3e02a6c05284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-3d-static
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
- pkgver = 5.15.12
+ pkgver = 5.15.13
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-3d-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qt3d#commit=e1b1a0d2970fd384bd52c734a72536d8452ad070
- sha256sums = SKIP
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=67bee4599a28e1cadc14ed9ea4adc7061e250b90
+ sha256sums = cf08bc14ebdf811643a0d07e1d7168fdc2d46d40d95041d27707ddf51fcc6783
pkgname = mingw-w64-qt5-3d-static
diff --git a/PKGBUILD b/PKGBUILD
index 1bf173cbefaf..4f2219227609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d-static
-pkgver=5.15.12
+pkgver=5.15.13
pkgrel=1
arch=('any')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative-static' 'mingw-w64-assimp')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-vulkan-headers' 'assimp')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=e1b1a0d2970fd384bd52c734a72536d8452ad070
+_commit=67bee4599a28e1cadc14ed9ea4adc7061e250b90
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
@@ -25,7 +25,7 @@ groups=('mingw-w64-qt5')
url='https://www.qt.io/'
_pkgfqn=${_qt_module}
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
+sha256sums=('cf08bc14ebdf811643a0d07e1d7168fdc2d46d40d95041d27707ddf51fcc6783')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -60,7 +60,7 @@ build() {
make qmake_all
find ./tools -type f -iname 'Makefile' -exec sed -i "s|-lQt5Bootstrap|-L/usr/$_arch/lib -lQt5Bootstrap|g" {} \;
- make
+ make -j$(nproc)
popd
done
done
@@ -73,7 +73,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/qt3d-sha256.txt b/qt3d-sha256.txt
index cc2ecb636e3a..0188482b9cfb 100644
--- a/qt3d-sha256.txt
+++ b/qt3d-sha256.txt
@@ -1 +1 @@
-SKIP
+cf08bc14ebdf811643a0d07e1d7168fdc2d46d40d95041d27707ddf51fcc6783