mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qt6-base to 6.2.1-1
This commit is contained in:
parent
bbeef61eac
commit
27d4be946a
1 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - disable ibase for now, FTBFS
|
# - disable ibase for now, FTBFS
|
||||||
|
|
||||||
pkgname=qt6-base
|
pkgname=qt6-base
|
||||||
_qtver=6.2.0
|
_qtver=6.2.1
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -31,10 +31,9 @@ _pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
|
||||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
|
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
|
||||||
qt6-base-cflags.patch
|
qt6-base-cflags.patch
|
||||||
qt6-base-nostrip.patch)
|
qt6-base-nostrip.patch)
|
||||||
sha256sums=('fdfff0716d093bcb6bcd53746ce1d3c9701a6bf3326d47813866d43949b47769'
|
sha256sums=('2c5f07b5c3ea27d3fc1a46686ea3fb6724f94dddf1fb007de3eb0bdb87429079'
|
||||||
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
|
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
|
||||||
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
|
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
|
||||||
'4c999415cf813591efa2e5bc5f692a4a7a822ad94837a01ef9c802f96c3ebd90')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
patch -d $_pkgfn -p1 -i ../qt6-base-cflags.patch # Use system CFLAGS
|
patch -d $_pkgfn -p1 -i ../qt6-base-cflags.patch # Use system CFLAGS
|
||||||
|
|
Loading…
Reference in a new issue