Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-positioning
Commits:
24e32022 by Antonio Rojas at 2023-06-15T21:59:57+02:00
Qt 6.6 beta 1
- - - - -
c93127c5 by Antonio Rojas at 2023-07-14T20:43:15+02:00
Qt 6.6.0 beta 2
- - - - -
720e6259 by Antonio Rojas at 2023-08-28T18:48:33+02:00
Update to 6.6 beta 3
- - - - -
25d693c6 by Antonio Rojas at 2023-09-18T09:07:41+02:00
Update to 6.6 beta 4
- - - - -
9b86081d by Antonio Rojas at 2023-09-26T09:02:21+02:00
Update to 6.6 RC
- - - - -
9caaf64f by Antonio Rojas at 2023-10-02T20:42:47+02:00
Overhaul dependencies
- - - - -
b8672613 by Antonio Rojas at 2023-12-19T23:06:27+01:00
Qt 6.7 beta 1
- - - - -
75b1269e by Antonio Rojas at 2023-12-20T08:20:28+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-positioning
pkgdesc = Provides access to position, satellite and area monitoring
classes
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qt6-positioning
depends = qt6-base
optdepends = qt6-declarative: QML bindings
optdepends = qt6-serialport: NMEA plugin
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtpositioning-everywhere-src-6.6.1.tar.xz
- sha256sums =
3ddac73f3b12b8516498cb5d2f9ade058a1a9368f74188d48ed27032833816b8
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtpositioning-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
455bb65abbb731aed77ff9bca3de73b0ed07ed0913a397d190cd281b5a0d255b
pkgname = qt6-positioning
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-positioning
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -20,8 +20,8 @@ optdepends=('qt6-declarative: QML bindings'
'qt6-serialport: NMEA plugin')
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3ddac73f3b12b8516498cb5d2f9ade058a1a9368f74188d48ed27032833816b8')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('455bb65abbb731aed77ff9bca3de73b0ed07ed0913a397d190cd281b5a0d255b')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/compare/7af74019e8470f994895c9596482b66f3b62e41c...75b1269e1f92332796bfd95cf20e0293ef874942
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/compare/7af74019e8470f994895c9596482b66f3b62e41c...75b1269e1f92332796bfd95cf20e0293ef874942
You're receiving this email because of your account on gitlab.archlinux.org.