qt5: update to 5.15.4+20220606.
This commit is contained in:
parent
dffb9a113a
commit
fafab59791
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'qt5'
|
||||
pkgname=qt5
|
||||
version=5.15.3+20220222
|
||||
# commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
|
||||
version=5.15.4+20220606
|
||||
# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
|
||||
# base repo: https://invent.kde.org/qt/qt/qt5
|
||||
revision=3
|
||||
revision=1
|
||||
build_style=meta
|
||||
hostmakedepends="cmake clang flex perl glib-devel pkg-config
|
||||
python re2c ruby which"
|
||||
|
@ -28,7 +28,7 @@ homepage="https://qt.io/"
|
|||
# to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
|
||||
# can be marked with the export-ignore attribute
|
||||
distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
|
||||
checksum=d9a43bb3593f5d80626a25e184544c6be3a9e1945e987522424a14ff51649e90
|
||||
checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
|
||||
python_version=2 #unverified
|
||||
replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
|
||||
qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
|
||||
|
@ -178,8 +178,6 @@ _msg_cross() {
|
|||
|
||||
post_extract() {
|
||||
find -maxdepth 1 -type d -exec mkdir -p {}/.git \;
|
||||
# just keep module_version at 5.15.2, since some external modules are still 5.15.2
|
||||
find -maxdepth 1 -type d -exec sed -e "/^MODULE_VERSION/s/5.*/5.15.2/" -i {}/.qmake.conf \;
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in New Issue