[arch-commits] Commit in qt6-scxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 19 10:18:00 UTC 2021
Date: Friday, March 19, 2021 @ 10:18:00
Author: arojas
Revision: 410284
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
qt6-scxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 410283, qt6-scxml/kde-unstable/PKGBUILD)
Deleted:
qt6-scxml/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-19 10:17:52 UTC (rev 410283)
+++ PKGBUILD 2021-03-19 10:18:00 UTC (rev 410284)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qt6-scxml
-_qtver=6.1.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 qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
-source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
-sha256sums=('cda9de7752b9ff8784c8d8977d8f35dd037a168d853739e1f9bfeb3378a29d59')
-
-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
-}
Copied: qt6-scxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 410283, qt6-scxml/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-19 10:18:00 UTC (rev 410284)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt6-scxml
+_qtver=6.1.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 qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver%-*}"
+source=("https://download.qt.io/development_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
+sha256sums=('ff698cb8dbe43b965d7e71b10f792d65504b99493e078c388d4e6bd4cce32a42')
+
+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