qt6-qtgraphs 6.7.2
Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
parent
0ebda701d6
commit
616ef04e99
@ -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() {
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user