Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-remoteobjects
Commits:
a174790d by Antonio Rojas at 2023-06-15T22:00:25+02:00
Qt 6.6 beta 1
- - - - -
37fac6e5 by Antonio Rojas at 2023-07-14T20:43:40+02:00
Qt 6.6.0 beta 2
- - - - -
ec2df6cc by Antonio Rojas at 2023-08-28T18:48:59+02:00
Update to 6.6 beta 3
- - - - -
bad3c181 by Antonio Rojas at 2023-09-18T09:08:06+02:00
Update to 6.6 beta 4
- - - - -
26e66e5b by Antonio Rojas at 2023-09-26T09:02:47+02:00
Update to 6.6 RC
- - - - -
65ab169b by Antonio Rojas at 2023-10-02T23:50:11+02:00
Overhaul dependencies
- - - - -
eac855f9 by Antonio Rojas at 2023-12-19T23:06:50+01:00
Qt 6.7 beta 1
- - - - -
eb513a8c by Antonio Rojas at 2023-12-20T08:23:25+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-remoteobjects
pkgdesc = Inter-process communication (IPC) module developed for Qt
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-remoteobjects
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtremoteobjects-everywhere-src-6.6.1.tar.xz
- sha256sums =
b89e5898ff8bc0fca03e07cde97158ad02a0e082971e0637c4db69cd06fb9599
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtremoteobjects-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
bda055a126d0c1340450305bda791618c8702f4f6fa3faf3ccc000cd8119e2eb
pkgname = qt6-remoteobjects
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-remoteobjects
-_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=('b89e5898ff8bc0fca03e07cde97158ad02a0e082971e0637c4db69cd06fb9599')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('bda055a126d0c1340450305bda791618c8702f4f6fa3faf3ccc000cd8119e2eb')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-remoteobjects/-/compare/c1497d3d4d86ccf9050068a3fb70223a6ca860cc...eb513a8c55963ad382b1fbe064d90a671648bf14
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-remoteobjects/-/compare/c1497d3d4d86ccf9050068a3fb70223a6ca860cc...eb513a8c55963ad382b1fbe064d90a671648bf14
You're receiving this email because of your account on gitlab.archlinux.org.