Date: Tuesday, March 21, 2023 @ 07:48:54
  Author: arojas
Revision: 471656

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

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 07:48:42 UTC (rev 471655)
+++ PKGBUILD    2023-03-21 07:48:54 UTC (rev 471656)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=qt6-quick3dphysics
-_qtver=6.5.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)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('a01d156db1d4ee58be8f3c440221c95a3bae61c4871dcbefc323c272d1a23f8c')
-
-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 471655, 
qt6-quick3dphysics/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-21 07:48:54 UTC (rev 471656)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=qt6-quick3dphysics
+_qtver=6.5.0-rc
+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)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('d4c639b76840618ab9168ccf3d749f9168feca29d9b9d0884f2badf5ddb11c7f')
+
+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
+}

Reply via email to