git » qt5-3d.git » commit 632c4cb

qt5-3d 5.15.13

author Urja (ARMLFS builder)
2024-06-19 07:31:00 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:00 UTC
parent c7ce4105f369bf78ab0c295067ad43195e68d8ff

qt5-3d 5.15.13

.gitignore +2 -0
PKGBUILD +4 -2

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index ba3c16a..061f464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,14 @@ _basever=5.15.13
 pkgver=5.15.13
 pkgrel=1
 _commit=67bee4599a28e1cadc14ed9ea4adc7061e250b90
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
 depends=('qt5-declarative' 'assimp')
-makedepends=('git' 'vulkan-headers')
+makedepends=('git' 
+#'vulkan-headers'
+)
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
 source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)