New package: qt6-webview-6.6.0

This commit is contained in:
Đoàn Trần Công Danh 2024-05-13 13:30:59 +07:00 committed by Đoàn Trần Công Danh
parent 5b92510644
commit 1f125033bb
3 changed files with 29 additions and 0 deletions

View File

@ -2157,6 +2157,8 @@ libQt6WebEngineWidgets.so.6 qt6-webengine-6.3.1_1
libQt6TextToSpeech.so.6 qt6-speech-6.6.0_1
libQt6JsonRpc.so.6 qt6-languageserver-6.6.0_1
libQt6LanguageServer.so.6 qt6-languageserver-6.6.0_1
libQt6WebView.so.6 qt6-webview-6.6.0_1
libQt6WebViewQuick.so.6 qt6-webview-6.6.0_1
libQCoro6Core.so.0 qcoro-qt6-0.10.0_1
libQCoro6DBus.so.0 qcoro-qt6-0.10.0_1
libQCoro6Network.so.0 qcoro-qt6-0.10.0_1

1
srcpkgs/qt6-webview-devel Symbolic link
View File

@ -0,0 +1 @@
qt6-webview

View File

@ -0,0 +1,26 @@
# Template file for 'qt6-webview'
pkgname=qt6-webview
version=6.6.0
revision=1
build_style=cmake
hostmakedepends="qt6-base qt6-declarative-host-tools"
makedepends="qt6-base-devel qt6-declarative-devel qt6-webengine-devel"
short_desc="Cross-platform application and UI framework - WebView"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-3.0-only, GPL-2.0-only, LGPL-3.0-only"
homepage="https://www.qt.io"
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
checksum=a5a48d9b5dfac60b66a737f844dc57de311de9d154fe10ccd8ec498506753392
qt6-webview-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/mkspecs
vmove "usr/lib/*.prl"
vmove "usr/lib/*.so"
}
}