Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-base
Commits: 8ccfe58a by Antonio Rojas at 2024-05-21T18:18:01+02:00 upgpkg: 6.7.1-2: Reapply locale fix - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qt6-base pkgdesc = A cross-platform application and UI framework pkgver = 6.7.1 - pkgrel = 1 + pkgrel = 2 url = https://www.qt.io arch = x86_64 groups = qt6 ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgbase=qt6-base pkgname=(qt6-base qt6-xcb-private-headers) pkgver=6.7.1 -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -90,6 +90,9 @@ sha256sums=('bc68440a69a331b6b79b3c36acc8346b5dc0aad1b53536fe363860af31dd494b' prepare() { patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake + + cd $_pkgfn + git cherry-pick -n f05cf3f11f4e42e05d069b5d9249d4b9aff41ffe # Fix locale issues } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/8ccfe58aa7ae0de0350968dfe1f8b66b58db0b8b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/8ccfe58aa7ae0de0350968dfe1f8b66b58db0b8b You're receiving this email because of your account on gitlab.archlinux.org.