Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-declarative
Commits:
73ec9003 by Antonio Rojas at 2023-06-15T21:59:50+02:00
Qt 6.6 beta 1
- - - - -
9507dde4 by Antonio Rojas at 2023-07-14T20:43:10+02:00
Qt 6.6.0 beta 2
- - - - -
87f07043 by Antonio Rojas at 2023-08-28T18:48:28+02:00
Update to 6.6 beta 3
- - - - -
b3530dad by Antonio Rojas at 2023-09-18T09:07:35+02:00
Update to 6.6 beta 4
- - - - -
25ae6a01 by Antonio Rojas at 2023-09-26T09:02:15+02:00
Update to 6.6 RC
- - - - -
64dc2b3c by Antonio Rojas at 2023-10-02T20:17:41+02:00
Overhaul dependencies
- - - - -
1c0d7f2b by Antonio Rojas at 2023-12-19T23:06:22+01:00
Qt 6.7 beta 1
- - - - -
3452c615 by Antonio Rojas at 2023-12-20T08:19:45+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-declarative
pkgdesc = Classes for QML and JavaScript languages
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = qt6-declarative
provides = qt6-quickcontrols2
conflicts = qt6-quickcontrols2
replaces = qt6-quickcontrols2
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtdeclarative-everywhere-src-6.6.1.tar.xz
- sha256sums =
7effd7338e6658464ce9554dc88d1bf93a39d1415501be2c4b34c098b608995c
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtdeclarative-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
f7986974fcd25f9bb304a82c196faa6c8ba4e17e155f73c836c54ae51656da27
pkgname = qt6-declarative
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-declarative
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -24,8 +24,8 @@ provides=(qt6-quickcontrols2)
replaces=(qt6-quickcontrols2)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('7effd7338e6658464ce9554dc88d1bf93a39d1415501be2c4b34c098b608995c')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('f7986974fcd25f9bb304a82c196faa6c8ba4e17e155f73c836c54ae51656da27')
build() {
export CXXFLAGS+=" -ffat-lto-objects"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/compare/6f82fcc35ae66d0ed1e90ff4a82148032383cc93...3452c615bcedd5186f5e2567708f5f3ad642619f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/compare/6f82fcc35ae66d0ed1e90ff4a82148032383cc93...3452c615bcedd5186f5e2567708f5f3ad642619f
You're receiving this email because of your account on gitlab.archlinux.org.