Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-location
Commits:
a3edb07e by Antonio Rojas at 2023-06-15T22:00:18+02:00
Qt 6.6 beta 1
- - - - -
3d19e816 by Antonio Rojas at 2023-07-14T20:43:34+02:00
Qt 6.6.0 beta 2
- - - - -
a27bba96 by Antonio Rojas at 2023-08-28T18:48:53+02:00
Update to 6.6 beta 3
- - - - -
b4ce33c0 by Antonio Rojas at 2023-09-18T09:08:00+02:00
Update to 6.6 beta 4
- - - - -
ecc53c72 by Antonio Rojas at 2023-09-26T09:02:41+02:00
Update to 6.6 RC
- - - - -
a2b709fb by Antonio Rojas at 2023-10-02T23:35:57+02:00
Overhaul dependencies
- - - - -
2c22ce08 by Antonio Rojas at 2023-12-19T23:06:45+01:00
Qt 6.7 beta 1
- - - - -
d625321e by Antonio Rojas at 2023-12-20T08:22:54+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-location
pkgdesc = Helps you create viable mapping solutions using the data
available from some of the popular location services
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-location
depends = qt6-base
depends = qt6-declarative
depends = qt6-positioning
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtlocation-everywhere-src-6.6.1.tar.xz
- sha256sums =
8dbe2b62e37278c83c5acdb536c3e4c313ec0bac5380d020873db692199f9c29
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtlocation-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
8d0669df5778a37cca1151052be51ff898805c0926b6301dfe04214e3a931bf5
pkgname = qt6-location
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-location
-_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=('8dbe2b62e37278c83c5acdb536c3e4c313ec0bac5380d020873db692199f9c29')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('8d0669df5778a37cca1151052be51ff898805c0926b6301dfe04214e3a931bf5')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-location/-/compare/965f427cf55751a8edf02c105989ca18646988d5...d625321ea6a8c0ed109fb0160dc62b4ce1bfbef5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-location/-/compare/965f427cf55751a8edf02c105989ca18646988d5...d625321ea6a8c0ed109fb0160dc62b4ce1bfbef5
You're receiving this email because of your account on gitlab.archlinux.org.