Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webchannel
Commits:
61a6614a by Antonio Rojas at 2023-06-15T22:00:01+02:00
Qt 6.6 beta 1
- - - - -
cd9acfb1 by Antonio Rojas at 2023-07-14T20:43:19+02:00
Qt 6.6.0 beta 2
- - - - -
a289e281 by Antonio Rojas at 2023-08-28T18:48:36+02:00
Update to 6.6 beta 3
- - - - -
4ab65c16 by Antonio Rojas at 2023-09-18T09:07:44+02:00
Update to 6.6 beta 4
- - - - -
a802c1d4 by Antonio Rojas at 2023-09-26T09:02:24+02:00
Update to 6.6 RC
- - - - -
35685eb7 by Antonio Rojas at 2023-10-02T20:51:49+02:00
Overhaul dependencies
- - - - -
785b0a36 by Antonio Rojas at 2023-12-19T23:06:30+01:00
Qt 6.7 beta 1
- - - - -
7f91f701 by Antonio Rojas at 2023-12-20T08:21:01+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-webchannel
pkgdesc = Provides access to QObject or QML objects from HTML clients
for seamless integration of Qt applications with HTML/JavaScript clients
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-webchannel
depends = glibc
depends = qt6-base
depends = qt6-declarative
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtwebchannel-everywhere-src-6.6.1.tar.xz
- sha256sums =
f16087cd573ada98b3c90f10a18bb660dc8a65a6404e4d8e24a712799f91e543
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtwebchannel-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
1646757273709585c6d8556ce6d1cff2359c77bc258330c9f31566e6a9c8e18f
pkgname = qt6-webchannel
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webchannel
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -17,8 +17,8 @@ makedepends=(cmake
ninja)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f16087cd573ada98b3c90f10a18bb660dc8a65a6404e4d8e24a712799f91e543')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('1646757273709585c6d8556ce6d1cff2359c77bc258330c9f31566e6a9c8e18f')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/compare/55da1c594dde29fd7f0647a3226952dd6d71ed85...7f91f701b1cb210a72c79b29adf8b3b7b2088bdf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/compare/55da1c594dde29fd7f0647a3226952dd6d71ed85...7f91f701b1cb210a72c79b29adf8b3b7b2088bdf
You're receiving this email because of your account on gitlab.archlinux.org.