[arch-commits] Commit in qt6-3d (repos repos/extra-x86_64 repos/extra-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 9 21:36:54 UTC 2020
Date: Wednesday, December 9, 2020 @ 21:36:53
Author: arojas
Revision: 403222
archrelease: copy trunk to extra-x86_64
Added:
qt6-3d/repos/
qt6-3d/repos/extra-x86_64/
qt6-3d/repos/extra-x86_64/PKGBUILD
(from rev 403221, qt6-3d/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: qt6-3d/repos/extra-x86_64/PKGBUILD (from rev 403221, qt6-3d/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-12-09 21:36:53 UTC (rev 403222)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-3d
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+ cmake -B build -S $_pkgfn
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ install -d "$pkgdir"/usr/share/licenses
+ ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list