Skip to content

Commit 960d1cd

Browse files
committed
mingw-w64-qt6-tools: install /bin/lconvert-qt6.exe as /bin/lconvert.exe
Expected to have that name by windeployqt
1 parent 66efa8a commit 960d1cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mingw-w64-qt6-tools/PKGBUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
66
"${MINGW_PACKAGE_PREFIX}-${_realname}-debug")
77
_qtver=6.10.0
88
pkgver=${_qtver/-/}
9-
pkgrel=1
9+
pkgrel=2
1010
pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp) (mingw-w64)'
1111
arch=(any)
1212
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -84,6 +84,9 @@ package_qt6-tools() {
8484

8585
install -d "$pkgdir${MINGW_PREFIX}"/share/licenses/${_realname}
8686
install -Dm644 $_pkgfn/LICENSES/* -t "$pkgdir${MINGW_PREFIX}"/share/licenses/${_realname}
87+
88+
# windeployqt expects 'lconvert'
89+
cp "${pkgdir}"${MINGW_PREFIX}/bin/lconvert-qt6.exe "${pkgdir}"${MINGW_PREFIX}/bin/lconvert.exe
8790
}
8891

8992
package_qt6-tools-debug() {

0 commit comments

Comments
 (0)