mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-base to 6.7.2-2
This commit is contained in:
parent
85831a0fde
commit
844d11cf22
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = qt6-base
|
pkgbase = qt6-base
|
||||||
pkgdesc = A cross-platform application and UI framework
|
pkgdesc = A cross-platform application and UI framework
|
||||||
pkgver = 6.7.2
|
pkgver = 6.7.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
groups = qt6
|
groups = qt6
|
||||||
|
|
|
@ -10,7 +10,7 @@ pkgbase=qt6-base
|
||||||
pkgname=(qt6-base
|
pkgname=(qt6-base
|
||||||
qt6-xcb-private-headers)
|
qt6-xcb-private-headers)
|
||||||
pkgver=6.7.2
|
pkgver=6.7.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
license=(GPL3 LGPL3 FDL custom)
|
||||||
|
@ -100,6 +100,7 @@ prepare() {
|
||||||
git cherry-pick -n a8ef8ea55014546e0e835cd0eacf694919702a11 # https://bugreports.qt.io/browse/QTBUG-124386
|
git cherry-pick -n a8ef8ea55014546e0e835cd0eacf694919702a11 # https://bugreports.qt.io/browse/QTBUG-124386
|
||||||
git cherry-pick -n 062f701a11d2c46660f5c5edd73f245477918a47 # Fix dependencies in pc files
|
git cherry-pick -n 062f701a11d2c46660f5c5edd73f245477918a47 # Fix dependencies in pc files
|
||||||
git cherry-pick -n 5ee9da89af7efe31ac45858bf1eb04e5155a3b50 # Fix dependencies in pc files
|
git cherry-pick -n 5ee9da89af7efe31ac45858bf1eb04e5155a3b50 # Fix dependencies in pc files
|
||||||
|
git cherry-pick -n 0f35729f2cb43f0eb94e2a8d5e2d478a2c6a5007 # Fix potential Plasma crashes
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue