mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-base to 6.4.0-1
This commit is contained in:
parent
45571a248c
commit
4d2ee16f90
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable ibase for now, FTBFS
|
||||
|
||||
pkgname=qt6-base
|
||||
_qtver=6.3.2
|
||||
_qtver=6.4.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
|
@ -32,7 +32,7 @@ _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
|
|||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
|
||||
qt6-base-cflags.patch
|
||||
qt6-base-nostrip.patch)
|
||||
sha256sums=('7929ba4df870b6b30870bc0aed2525cfc606ed7091107b23cf7ed7e434caa9a6'
|
||||
sha256sums=('cb6475a0bd8567c49f7ffbb072a05516ee6671171bed55db75b22b94ead9b37d'
|
||||
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
|
||||
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
|
||||
|
||||
|
@ -59,7 +59,7 @@ build() {
|
|||
-DQT_FEATURE_system_sqlite=ON \
|
||||
-DQT_FEATURE_system_xcb_xinput=ON \
|
||||
-DQT_FEATURE_sql_ibase=OFF \
|
||||
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DUSE_X11" # https://bugreports.qt.io/browse/QTBUG-96392
|
||||
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@ package() {
|
|||
depends+=(qt6-translations)
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
|
||||
install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
|
||||
install -Dm644 $_pkgfn/LICENSES/* -t "$pkgdir"/usr/share/licenses/$pkgbase
|
||||
|
||||
# Install symlinks for user-facing tools
|
||||
cd "$pkgdir"
|
||||
|
|
Loading…
Reference in a new issue