qt6-qt5compat: update to 6.3.1.
This commit is contained in:
parent
5924ff952d
commit
ff3f1a7496
1 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'qt6-qt5compat'
|
||||
pkgname=qt6-qt5compat
|
||||
version=6.3.0
|
||||
revision=2
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qt5compat-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr"
|
||||
hostmakedepends="qt6-base-devel qt6-declarative-devel perl pkg-config"
|
||||
makedepends="qt6-base-devel qt6-declarative-devel"
|
||||
short_desc="Cross-platform application and UI framework - Qt5 Compatibilty Component"
|
||||
|
@ -12,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz"
|
||||
checksum=2b199be780c50d9214512b922d94cb240b0412fd63f459e356b76102cad1713e
|
||||
checksum=a43ec62bd778eaecf88ad7847118d1c2a471b0fcb820f93beb311d7ab9566cfd
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
qt6-qt5compat-devel_package() {
|
||||
|
@ -24,8 +23,11 @@ qt6-qt5compat-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
Add a link
Reference in a new issue