mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
qt6-serialport: update to 6.3.1.
This commit is contained in:
parent
06d291a17a
commit
ab29677cf0
2 changed files with 14 additions and 3 deletions
9
srcpkgs/qt6-serialport/patches/no-cmake-test.patch
Normal file
9
srcpkgs/qt6-serialport/patches/no-cmake-test.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- a/tests/auto/CMakeLists.txt
|
||||
+++ b/tests/auto/CMakeLists.txt
|
||||
@@ -1,6 +1,5 @@
|
||||
add_subdirectory(qserialport)
|
||||
add_subdirectory(qserialportinfo)
|
||||
-add_subdirectory(cmake)
|
||||
if(QT_FEATURE_private_tests)
|
||||
add_subdirectory(qserialportinfoprivate)
|
||||
endif()
|
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'qt6-serialport'
|
||||
pkgname=qt6-serialport
|
||||
version=6.3.0
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtserialport-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr"
|
||||
hostmakedepends="perl qt6-base-devel pkg-config"
|
||||
makedepends="qt6-base-devel"
|
||||
short_desc="Cross-platform application and UI framework - serialport"
|
||||
|
@ -12,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtserialport-everywhere-src-${version}.tar.xz"
|
||||
checksum=eebd6934d48cc044b8c87795a4fd91bb81f7195d4b5a2ddb12802f343d5db64f
|
||||
checksum=4eb6d80e65799dd2e0318df4dfba14173c1929e861718cda9bedca24253b616e
|
||||
|
||||
qt6-serialport-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
||||
|
@ -20,8 +19,11 @@ qt6-serialport-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue