mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt5-base to 5.15.1-3
This commit is contained in:
parent
590031b14a
commit
13bb614f3d
1 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@ pkgbase=qt5-base
|
||||||
pkgname=(qt5-base qt5-xcb-private-headers)
|
pkgname=(qt5-base qt5-xcb-private-headers)
|
||||||
_qtver=5.15.1
|
_qtver=5.15.1
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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')
|
||||||
|
@ -35,16 +35,19 @@ groups=('qt' 'qt5')
|
||||||
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
|
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
|
||||||
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
|
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
|
||||||
qt5-base-cflags.patch
|
qt5-base-cflags.patch
|
||||||
qtbug-86604.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=65243ad7")
|
qtbug-86604.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=65243ad7"
|
||||||
|
qtbug-86319.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=a8203235")
|
||||||
sha256sums=('33960404d579675b7210de103ed06a72613bfc4305443e278e2d32a3eb1f3d8c'
|
sha256sums=('33960404d579675b7210de103ed06a72613bfc4305443e278e2d32a3eb1f3d8c'
|
||||||
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
|
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
|
||||||
'840242a2fdbafa86454c7d3805fcc69e8ae0f2e7db75ea5aa7f90cfef65825a4')
|
'840242a2fdbafa86454c7d3805fcc69e8ae0f2e7db75ea5aa7f90cfef65825a4'
|
||||||
|
'71eb078f77bf222d459bb393a88fbd9af8ebe07774974c63ec8911a063a0f3f1')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${_pkgfqn}
|
cd ${_pkgfqn}
|
||||||
|
|
||||||
patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
|
patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
|
||||||
patch -p1 -i ../qtbug-86604.patch # Fix multiscreen issues in Plasma
|
patch -p1 -i ../qtbug-86604.patch # Fix multiscreen issues in Plasma
|
||||||
|
patch -p1 -i ../qtbug-86319.patch # Fix SIGTRAP with gdb
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue