[arch-commits] Commit in (qt6-3d qt6-3d/trunk qt6-3d/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 9 21:36:43 UTC 2020


    Date: Wednesday, December 9, 2020 @ 21:36:43
  Author: arojas
Revision: 403221

Additional Qt 6 modules

Added:
  qt6-3d/
  qt6-3d/trunk/
  qt6-3d/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: qt6-3d/trunk/PKGBUILD
===================================================================
--- qt6-3d/trunk/PKGBUILD	                        (rev 0)
+++ qt6-3d/trunk/PKGBUILD	2020-12-09 21:36:43 UTC (rev 403221)
@@ -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