Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-virtualkeyboard
Commits:
7b1b2233 by Antonio Rojas at 2023-06-15T22:00:33+02:00
Qt 6.6 beta 1
- - - - -
d786ab3d by Antonio Rojas at 2023-07-14T20:43:47+02:00
Qt 6.6.0 beta 2
- - - - -
31d89a55 by Antonio Rojas at 2023-08-28T18:49:07+02:00
Update to 6.6 beta 3
- - - - -
457f7925 by Antonio Rojas at 2023-09-18T09:08:13+02:00
Update to 6.6 beta 4
- - - - -
a5f59175 by Antonio Rojas at 2023-09-26T09:02:55+02:00
Update to 6.6 RC
- - - - -
d51fe401 by Antonio Rojas at 2023-10-03T00:04:17+02:00
Overhaul dependencies
- - - - -
eb7f277d by Antonio Rojas at 2023-12-19T23:06:57+01:00
Qt 6.7 beta 1
- - - - -
6a176b22 by Antonio Rojas at 2023-12-20T08:23:57+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-virtualkeyboard
pkgdesc = Virtual keyboard framework
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-virtualkeyboard
depends = qt6-base
depends = qt6-declarative
depends = qt6-svg
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtvirtualkeyboard-everywhere-src-6.6.1.tar.xz
- sha256sums =
993cde36de23985f0444f379877d58e8b0e76c05dd078e1292251b04c98d7baa
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtvirtualkeyboard-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
da154916fd81387d3f9d5dad52252d2952d3f01444107aa71ffb55dc26d67d51
pkgname = qt6-virtualkeyboard
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-virtualkeyboard
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -19,8 +19,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=('993cde36de23985f0444f379877d58e8b0e76c05dd078e1292251b04c98d7baa')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('da154916fd81387d3f9d5dad52252d2952d3f01444107aa71ffb55dc26d67d51')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-virtualkeyboard/-/compare/bc4ead5322e591fad5d0cd6c322df11721117cdf...6a176b22b6d453c02c235bf9a8f335b9c570a7fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-virtualkeyboard/-/compare/bc4ead5322e591fad5d0cd6c322df11721117cdf...6a176b22b6d453c02c235bf9a8f335b9c570a7fa
You're receiving this email because of your account on gitlab.archlinux.org.