[arch-commits] Commit in qt6-quick3dphysics/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:47:15 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:47:14
  Author: arojas
Revision: 454633

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 454632, qt6-quick3dphysics/kde-unstable/PKGBUILD)
Deleted:
  qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:47:02 UTC (rev 454632)
+++ PKGBUILD	2022-08-27 13:47:14 UTC (rev 454633)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-quick3dphysics
-_qtver=6.4.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Physics engine integration for Qt Quick 3D'
-depends=(qt6-quick3d)
-makedepends=(cmake ninja qt6-shadertools)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c16d5d45b61a1d429a0864ef0f8dacf3970620900b77ea7f8151f0042a67c9f5')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
-    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  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
-}

Copied: qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD (from rev 454632, qt6-quick3dphysics/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 13:47:14 UTC (rev 454633)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-quick3dphysics
+_qtver=6.4.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Physics engine integration for Qt Quick 3D'
+depends=(qt6-quick3d)
+makedepends=(cmake ninja qt6-shadertools)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('f902983b29a2508a4571ef8bf60c83aa106fe6b49c19c2256e21d31b03b624b7')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  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