mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt5-base to 5.15.2+kde+r171-3
This commit is contained in:
parent
0c1e992932
commit
78c00f49d3
1 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
pkgbase=qt5-base
|
pkgbase=qt5-base
|
||||||
pkgname=(qt5-base qt5-xcb-private-headers)
|
pkgname=(qt5-base qt5-xcb-private-headers)
|
||||||
pkgver=5.15.2+kde+r171
|
pkgver=5.15.2+kde+r171
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_commit=cb2da673f53815a5cfe15f50df49b98032429f9e
|
_commit=cb2da673f53815a5cfe15f50df49b98032429f9e
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
|
@ -35,12 +35,10 @@ groups=('qt' 'qt5')
|
||||||
_pkgfqn=qtbase
|
_pkgfqn=qtbase
|
||||||
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
|
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
|
||||||
qt5-base-cflags.patch
|
qt5-base-cflags.patch
|
||||||
qt5-base-nostrip.patch
|
qt5-base-nostrip.patch)
|
||||||
qsortfilterproxymodel-crash.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/src/corelib/itemmodels?id=8455bfee)
|
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
|
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
|
||||||
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
|
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
|
||||||
'829f8464fcd34b2c6f45636c12de35e5e440714e5ec0a235380f2bd0143455dc')
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $_pkgfqn
|
cd $_pkgfqn
|
||||||
|
@ -51,7 +49,6 @@ prepare() {
|
||||||
cd ${_pkgfqn}
|
cd ${_pkgfqn}
|
||||||
|
|
||||||
git revert -n 6344955d17e17e2398720fe60c34cfc2a4a95208 # Revert version bump
|
git revert -n 6344955d17e17e2398720fe60c34cfc2a4a95208 # Revert version bump
|
||||||
patch -Rp1 < ../qsortfilterproxymodel-crash.patch # FS#70366 FS#70367
|
|
||||||
patch -p1 < ../qt5-base-cflags.patch # Use system CFLAGS in qmake
|
patch -p1 < ../qt5-base-cflags.patch # Use system CFLAGS in qmake
|
||||||
patch -p1 < ../qt5-base-nostrip.patch # Don't strip binaries with qmake
|
patch -p1 < ../qt5-base-nostrip.patch # Don't strip binaries with qmake
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue