Skip to content

Commit a44a940

Browse files
authored
Merge pull request msys2#11064 from driver1998/qt6-arm64-1
Qt6 clangarm64, part 1
2 parents 45d2c9d + baff4f9 commit a44a940

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

mingw-w64-qt6-activeqt/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Qt5 ActiveQt Module - ActiveX components (mingw-w64)'

mingw-w64-qt6-base/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc="A cross-platform application and UI framework (mingw-w64)"

mingw-w64-qt6-charts/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Provides a set of easy to use chart components (mingw-w64)'

mingw-w64-qt6-declarative/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'

mingw-w64-qt6-multimedia/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Classes for audio, video, radio and camera functionality (mingw-w64)'

mingw-w64-qt6-shadertools/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Experimental module providing APIs and a host tool to host tool to perform graphics and compute shader conditioning for the upcoming Qt graphics abstraction layer (mingw-w64)'

mingw-w64-qt6-svg/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Classes for displaying the contents of SVG files (mingw-w64)'

mingw-w64-qt6-tools/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp) (mingw-w64)'

mingw-w64-qt6-translations/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _qtver=6.2.4
77
pkgver=${_qtver/-/}
88
pkgrel=1
99
arch=(any)
10-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
10+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1111
url='https://www.qt.io'
1212
license=(GPL3 LGPL3 FDL custom)
1313
pkgdesc='A cross-platform application and UI framework (Translations) (mingw-w64)'

mingw-w64-qt6-virtualkeyboard/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _qtver=6.2.4
88
pkgver=${_qtver/-/}
99
pkgrel=1
1010
arch=(any)
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url='https://www.qt.io'
1313
license=(GPL3 LGPL3 FDL custom)
1414
pkgdesc='Virtual keyboard framework (mingw-w64)'

0 commit comments

Comments
 (0)