Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webview
Commits:
a2402354 by Antonio Rojas at 2023-06-15T22:00:36+02:00
Qt 6.6 beta 1
- - - - -
00e7976f by Antonio Rojas at 2023-07-14T20:43:50+02:00
Qt 6.6.0 beta 2
- - - - -
352b15ff by Antonio Rojas at 2023-08-28T18:49:09+02:00
Update to 6.6 beta 3
- - - - -
9d2f0ca9 by Antonio Rojas at 2023-09-18T09:08:16+02:00
Update to 6.6 beta 4
- - - - -
e6fb80a3 by Antonio Rojas at 2023-09-26T09:02:57+02:00
Update to 6.6 RC
- - - - -
3f795ddd by Antonio Rojas at 2023-10-03T00:13:12+02:00
Overhaul dependencies
- - - - -
53ef305f by Antonio Rojas at 2023-12-19T23:06:59+01:00
Qt 6.7 beta 1
- - - - -
7ffedb8a by Antonio Rojas at 2023-12-20T08:24:02+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-webview
pkgdesc = Provides a way to display web content in a QML application
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-webview
depends = qt6-base
depends = qt6-declarative
depends = qt6-webengine
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtwebview-everywhere-src-6.6.1.tar.xz
- sha256sums =
d6de1ba33be93ae464147c9c069e115c7a24e3e475640016bc2f07c93c4a256c
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtwebview-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
65b3ad8ef3f3d3e19afee021ab9153f393ffc354e41e2e39edda8da88e5e98d2
pkgname = qt6-webview
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-webview
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -18,8 +18,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=('d6de1ba33be93ae464147c9c069e115c7a24e3e475640016bc2f07c93c4a256c')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('65b3ad8ef3f3d3e19afee021ab9153f393ffc354e41e2e39edda8da88e5e98d2')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/compare/50a0656e50aad3e6c95cc3b4fee05b06f5164bfa...7ffedb8a0b71d901f42ded694672e4a4ba4d88e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/compare/50a0656e50aad3e6c95cc3b4fee05b06f5164bfa...7ffedb8a0b71d901f42ded694672e4a4ba4d88e9
You're receiving this email because of your account on gitlab.archlinux.org.