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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 2 20:29:12 UTC 2022


    Date: Friday, September 2, 2022 @ 20:29:11
  Author: arojas
Revision: 454963

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

Added:
  qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 454962, 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-09-02 20:29:01 UTC (rev 454962)
+++ PKGBUILD	2022-09-02 20:29:11 UTC (rev 454963)
@@ -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-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
-}

Copied: qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD (from rev 454962, qt6-quick3dphysics/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 20:29:11 UTC (rev 454963)
@@ -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-beta4
+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=('5c83d1fbe122517eac3a7deecb87061796efdb1029c0a6e85dabb27966f11693')
+
+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