qt6-qt5compat: update to 6.3.1.

This commit is contained in:
Đoàn Trần Công Danh 2022-08-08 17:13:08 +07:00
parent 5924ff952d
commit ff3f1a7496

View file

@ -1,10 +1,9 @@
# Template file for 'qt6-qt5compat' # Template file for 'qt6-qt5compat'
pkgname=qt6-qt5compat pkgname=qt6-qt5compat
version=6.3.0 version=6.3.1
revision=2 revision=1
wrksrc="qt5compat-everywhere-src-${version}" wrksrc="qt5compat-everywhere-src-${version}"
build_style=cmake build_style=cmake
configure_args="-DQT_HOST_PATH=/usr"
hostmakedepends="qt6-base-devel qt6-declarative-devel perl pkg-config" hostmakedepends="qt6-base-devel qt6-declarative-devel perl pkg-config"
makedepends="qt6-base-devel qt6-declarative-devel" makedepends="qt6-base-devel qt6-declarative-devel"
short_desc="Cross-platform application and UI framework - Qt5 Compatibilty Component" 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" license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
homepage="https://qt.io/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz" 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 if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON" configure_args="-DQT_BUILD_TESTS=ON"
fi fi
qt6-qt5compat-devel_package() { qt6-qt5compat-devel_package() {
@ -24,8 +23,11 @@ qt6-qt5compat-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/cmake vmove usr/lib/cmake
vmove usr/lib/metatypes
vmove usr/lib/pkgconfig
vmove usr/lib/qt6/mkspecs vmove usr/lib/qt6/mkspecs
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove "usr/lib/*.prl" vmove "usr/lib/*.prl"
vmove usr/share/qt6/modules
} }
} }