From 616ef04e99b2f33055444795ba68d72e07a3b2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 14 Jul 2024 14:28:22 +0300 Subject: [PATCH] qt6-qtgraphs 6.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Евгений Храмов --- qpwgraph-qt5/alr.sh | 1 - qt6-qtgraphs/alr.sh | 22 +++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/qpwgraph-qt5/alr.sh b/qpwgraph-qt5/alr.sh index b689bc3..40c57b5 100644 --- a/qpwgraph-qt5/alr.sh +++ b/qpwgraph-qt5/alr.sh @@ -15,7 +15,6 @@ deps_redos=('alsa-lib' 'pipewire' 'qt5-qtbase' 'qt5-qtsvg' 'hicolor-icon-theme' build_deps_redos=('alsa-lib-devel' 'cmake' 'qt5-qtbase-devel' 'qt5-qtsvg-devel' 'pipewire-devel') sources=("https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v$version/${name%-qt5}-v$version.tar.gz") - checksums=('SKIP') build() { diff --git a/qt6-qtgraphs/alr.sh b/qt6-qtgraphs/alr.sh index 5b18151..2401d76 100644 --- a/qt6-qtgraphs/alr.sh +++ b/qt6-qtgraphs/alr.sh @@ -1,5 +1,5 @@ name='qt6-qtgraphs' -version='6.6.2' +version='6.7.2' release='1' desc='Qt Graphs for data visualization' homepage='https://www.qt.io' @@ -9,15 +9,23 @@ licenses='GPL3 LGPL3 FDL custom' provides=('qt6-qtgraphs') conflicts=('qt6-qtgraphs') -deps=('gcc-libs' 'glibc' 'qt6-base' 'qt6-declarative' 'qt6-quick3d') -build_deps=('cmake' 'git' 'ninja-build' 'qt6-qtshadertools') +deps=('gcc-libs' + 'glibc' + 'qt6-base' + 'qt6-declarative' + 'qt6-quick3d') +build_deps=('cmake' + 'git' + 'ninja-build' + 'qt6-qtshadertools') -source=("git+https://github.com/qt/qtgraphs.git#tag=v${version}") -sha256sums=('SKIP') +groups=(qt6) +_pkgfn=${name/6-/} +sources=("git+https://github.com/qt/qtgraphs.git#tag=v${version}") +checksums=('SKIP') build() { - cmake -B build -S qtgraphs -G Ninja \ - -DCMAKE_MESSAGE_LOG_LEVEL=STATUS + cmake -B build -S qtgraphs -G Ninja -DCMAKE_MESSAGE_LOG_LEVEL=STATUS cmake --build build }