Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-scxml
Commits:
3499f7a0 by Antonio Rojas at 2023-06-15T22:00:27+02:00
Qt 6.6 beta 1
- - - - -
602c7370 by Antonio Rojas at 2023-07-14T20:43:41+02:00
Qt 6.6.0 beta 2
- - - - -
efbc26be by Antonio Rojas at 2023-08-28T18:49:00+02:00
Update to 6.6 beta 3
- - - - -
6e8e59da by Antonio Rojas at 2023-09-18T09:08:07+02:00
Update to 6.6 beta 4
- - - - -
e8afd882 by Antonio Rojas at 2023-09-26T09:02:48+02:00
Update to 6.6 RC
- - - - -
3548c713 by Antonio Rojas at 2023-10-02T23:53:01+02:00
Overhaul dependencies
- - - - -
9c25a69f by Antonio Rojas at 2023-12-19T23:06:51+01:00
Qt 6.7 beta 1
- - - - -
f33ddf80 by Antonio Rojas at 2023-12-20T08:23:31+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-scxml
pkgdesc = Static and runtime integration of SCXML models into Qt6 code
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-scxml
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtscxml-everywhere-src-6.6.1.tar.xz
- sha256sums =
874bc57af4399399e36424288d5e23fd8ea18c20ad9e0adb1ae3fbd420dd0897
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtscxml-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
9ac5b575b2d6ec1c447c6127c46963d951787d9ebebaa189a9a3ed2ca97fb676
pkgname = qt6-scxml
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-scxml
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -18,8 +18,8 @@ makedepends=(cmake
optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('874bc57af4399399e36424288d5e23fd8ea18c20ad9e0adb1ae3fbd420dd0897')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('9ac5b575b2d6ec1c447c6127c46963d951787d9ebebaa189a9a3ed2ca97fb676')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-scxml/-/compare/51d7fe650473e1041695cee63864e222d15514b1...f33ddf80eeeb79676a47ade2dcb9b515bd61ad49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-scxml/-/compare/51d7fe650473e1041695cee63864e222d15514b1...f33ddf80eeeb79676a47ade2dcb9b515bd61ad49
You're receiving this email because of your account on gitlab.archlinux.org.