Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-wayland
Commits:
9aacfef1 by Antonio Rojas at 2023-06-15T22:00:35+02:00
Qt 6.6 beta 1
- - - - -
27b4ddc6 by Antonio Rojas at 2023-07-14T20:43:49+02:00
Qt 6.6.0 beta 2
- - - - -
8d4bb174 by Antonio Rojas at 2023-08-28T18:49:08+02:00
Update to 6.6 beta 3
- - - - -
e7803046 by Antonio Rojas at 2023-09-18T09:08:15+02:00
Update to 6.6 beta 4
- - - - -
c627a0c6 by Antonio Rojas at 2023-09-26T09:02:56+02:00
Update to 6.6 RC
- - - - -
2af9cb42 by Antonio Rojas at 2023-10-03T00:11:23+02:00
Overhaul dependencies
- - - - -
423f104e by Antonio Rojas at 2023-12-19T23:06:58+01:00
Qt 6.7 beta 1
- - - - -
ae705e7e by Antonio Rojas at 2023-12-20T08:28:05+01:00
Drop merged patch
- - - - -
067665f9 by Antonio Rojas at 2023-12-20T08:30:00+01:00
Drop merged patch
- - - - -
5df86dd7 by Antonio Rojas at 2023-12-20T08:35:29+01:00
upgpkg: 6.7.0beta1-1: Qt 6.7 beta 1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -18,9 +18,7 @@ pkgbase = qt6-wayland
depends = qt6-base
depends = qt6-declarative
depends = wayland
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtwayland-everywhere-src-6.6.1.tar.xz
- source =
qtbug-119110.patch::https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=aae65c88
- sha256sums =
66cc2d632dc07fc6cc4e35247f48b7c1753276ccbf86e86d7b24d799725568b1
- sha256sums =
c0d92d9b3248321543b1ed99a2d894acafe7a13ef7f0ea64198fd11b41dea843
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtwayland-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
41dd8921f962eeff7e941af05dadea52a8fb6f37b458d3d2aacf6c1293687f4d
pkgname = qt6-wayland
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-wayland
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -21,15 +21,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
-
qtbug-119110.patch::https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=aae65c88)
-sha256sums=('66cc2d632dc07fc6cc4e35247f48b7c1753276ccbf86e86d7b24d799725568b1'
- 'c0d92d9b3248321543b1ed99a2d894acafe7a13ef7f0ea64198fd11b41dea843')
-
-prepare() {
-# Backport some fixes
- patch -d $_pkgfn -p1 < qtbug-119110.patch
-}
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('41dd8921f962eeff7e941af05dadea52a8fb6f37b458d3d2aacf6c1293687f4d')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/compare/cb83f175ea7f73dbc7cae63ed9645d8215615562...5df86dd7807cdae95abc29907ce0c0fa531888a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/compare/cb83f175ea7f73dbc7cae63ed9645d8215615562...5df86dd7807cdae95abc29907ce0c0fa531888a6
You're receiving this email because of your account on gitlab.archlinux.org.