[arch-commits] Commit in qt6-scxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jul 12 20:51:22 UTC 2022


    Date: Tuesday, July 12, 2022 @ 20:51:22
  Author: arojas
Revision: 451013

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

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 20:51:11 UTC (rev 451012)
+++ PKGBUILD	2022-07-12 20:51:22 UTC (rev 451013)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-scxml
-_qtver=6.4.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Static and runtime integration of SCXML models into Qt6 code'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-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=('066d7fcf64bb1f42e965727de220f0446c7452cba8d4275fb2a3836503619349')
-
-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-scxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 451012, qt6-scxml/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-12 20:51:22 UTC (rev 451013)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-scxml
+_qtver=6.4.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Static and runtime integration of SCXML models into Qt6 code'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+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=('a22348a0ae2f4b2fd3c2164f08b974e2aad09a521c7ceb1ee348e55bd749b1bf')
+
+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