New package: qt6-serialbus-6.10.0
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
ae1fca54b6
commit
37f0cea55d
@@ -2154,6 +2154,7 @@ libQt6SensorsQuick.so.6 qt6-sensors-6.10.0_1
|
||||
libQt6HunspellInputMethod.so.6 qt6-virtualkeyboard-6.10.0_1
|
||||
libQt6VirtualKeyboard.so.6 qt6-virtualkeyboard-6.10.0_1
|
||||
libQt6SerialPort.so.6 qt6-serialport-6.10.0_1
|
||||
libQt6SerialBus.so.6 qt6-serialbus-6.10.0_1
|
||||
libQt6WebSockets.so.6 qt6-websockets-6.10.0_1
|
||||
libQt6WebChannel.so.6 qt6-webchannel-6.10.0_1
|
||||
libQt6WebChannelQuick.so.6 qt6-webchannel-6.10.0_1
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
qt6-serialbus
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
qt6-serialbus
|
||||
@@ -0,0 +1,35 @@
|
||||
# Template file for 'qt6-serialbus'
|
||||
pkgname=qt6-serialbus
|
||||
version=6.10.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt6-base"
|
||||
makedepends="qt6-base-private-devel qt6-serialport-devel"
|
||||
short_desc="Cross-platform application and UI framework (QT6) - Serial Bus"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||
homepage="https://www.qt.io"
|
||||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtserialbus-everywhere-src-${version}.tar.xz"
|
||||
checksum=c627b2bfffe267bb53bbdbac60c22a08bcdbfb6775983ae5d16c975298a4ec30
|
||||
|
||||
qt6-serialbus-tools_package() {
|
||||
short_desc+=" - tools"
|
||||
pkg_install() {
|
||||
vmove usr/lib/qt6/bin
|
||||
}
|
||||
}
|
||||
|
||||
qt6-serialbus-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/metatypes
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove usr/lib/qt6/modules
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user