Rebuild mingw-w64-qt6 packages of my own projects against GCC 14

* Test GCC 14
* Rebuild qtutilities against Qt 6.7.0 so Windows 11 style is enabled by
  default
* Apply previous change of removing the i686 builds
This commit is contained in:
Martchus 2024-05-19 15:16:37 +02:00
parent 7e72091442
commit 3e6eb5bc05
6 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ pkgname=mingw-w64-passwordmanager-qt6
_name=${pkgname#mingw-w64-}
_name=${_name%-qt6}
pkgver=4.2.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)'
license=('GPL')

View File

@ -2,7 +2,7 @@ _pkgname='pianobooster'
pkgname='mingw-w64-pianobooster-custom'
pkgdesc='A MIDI file player that teaches you how to play the piano (mingw-w64, with custom and experimental patches, statically linked)'
pkgver=1392.86ce9b0
pkgrel=2
pkgrel=3
depends=()
makedepends=('mingw-w64-qt6-base-static' 'mingw-w64-ftgl' 'mingw-w64-fluidsynth' 'mingw-w64-qtutilities-qt6' 'mingw-w64-c++utilities'
'git' 'clang' 'qt6-declarative' 'qt6-tools' 'mingw-w64-cmake-static' 'mingw-w64-qt6-tools-static' 'mingw-w64-qt6-svg-static'

View File

@ -10,7 +10,7 @@ pkgname=mingw-w64-qtforkawesome-qt6
_name=${pkgname#mingw-w64-}
_name=${_name%-qt6}
pkgver=0.2.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc='Library that bundles ForkAwesome for use within Qt applications (mingw-w64)'
license=('GPL')

View File

@ -8,7 +8,7 @@ pkgname=mingw-w64-qtutilities-qt6
_name=${pkgname#mingw-w64-}
_name=${_name%-qt6}
pkgver=6.14.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
license=('GPL')

View File

@ -17,7 +17,7 @@ pkgname=mingw-w64-syncthingtray-qt6
_name=${pkgname#mingw-w64-}
_name=${_name%-qt6}
pkgver=1.5.3
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
license=('GPL')

View File

@ -17,7 +17,7 @@ pkgname=mingw-w64-tageditor-qt6
_name=${pkgname#mingw-w64-}
_name=${_name%-qt6}
pkgver=3.9.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
license=('GPL')
@ -72,7 +72,7 @@ build() {
)
for _arch in "${_architectures[@]}"; do
local gcc_version=$($_arch-gcc --version | grep "^$_arch-gcc" | sed 's/^.* //g')
local gcc_version=$($_arch-gcc --version | grep "^$_arch-gcc" | cut -d' ' -f3)
for _cfg in "${_configurations[@]}"; do
msg2 "${_arch}-${_cfg}"