Antonio Rojas pushed to branch kde-unstable at Arch Linux / Packaging / Packages / qt6-graphs
Commits: c03c4592 by Antonio Rojas at 2023-09-19T08:33:58+02:00 upgpkg: 6.6.0beta4-1: kde-unstable - - - - - 3656f50c by Antonio Rojas at 2023-09-26T15:04:58+02:00 Revert "upgpkg: 6.6.0beta4-1: kde-unstable" This reverts commit c03c45924c24c4d2e7d758e1564c48e55345dfd8. - - - - - ad1c802f by Antonio Rojas at 2023-09-26T15:29:34+02:00 upgpkg: 6.6.0rc-1: Qt 6.6 RC - - - - - 978d9957 by Antonio Rojas at 2023-10-10T08:54:44+02:00 Qt 6.6.0 - - - - - d3b5362f by Antonio Rojas at 2023-10-10T12:17:59+02:00 upgpkg: 6.6.0-1: Qt 6.6.0 - - - - - a8c1bdf2 by Antonio Rojas at 2023-11-27T08:48:02+01:00 Qt 6.6.1 - - - - - 1261f5ba by Antonio Rojas at 2023-11-27T19:16:22+01:00 upgpkg: 6.6.1-1: Qt 6.6.1 - - - - - ae8b8a05 by Antonio Rojas at 2023-12-19T23:06:40+01:00 Qt 6.7 beta 1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = qt6-graphs + pkgdesc = Qt Graphs for data visualization + pkgver = 6.6.1 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt6 + license = GPL3 + license = LGPL3 + license = FDL + license = custom + makedepends = cmake + makedepends = ninja + makedepends = qt6-shadertools + depends = gcc-libs + depends = glibc + depends = qt6-base + depends = qt6-declarative + depends = qt6-quick3d + source = https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtgraphs-everywhere-src-6.6.1.tar.xz + sha256sums = c8968d03cf5d3c46732c97d8e46e405d79c963150fee0de1fab8e59116556477 + +pkgname = qt6-graphs ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=qt6-graphs -_qtver=6.6.0-rc +_qtver=6.7.0-beta1 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -19,7 +19,7 @@ makedepends=(cmake groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('94be7018e056fc55254013ce6b25fa95510a1a27b7c63079f589f9e68ab26dff') +sha256sums=('80ca8f13da8d38ae15fc7cf53e49411f434c686196a5fbbc35651ad6a9331641') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/compare/d6368048df2004d5a4505ca305e93c72655394bb...ae8b8a0570ec20e2ae6aca0a47244798513261a2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-graphs/-/compare/d6368048df2004d5a4505ca305e93c72655394bb...ae8b8a0570ec20e2ae6aca0a47244798513261a2 You're receiving this email because of your account on gitlab.archlinux.org.
