author | Antonio Rojas
<arojas@archlinux.org> 2018-12-17 21:31:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-12-17 21:31:50 UTC |
parent | 3881ae21cb8071528a8b05d38db1b13b42a444f9 |
PKGBUILD | +3 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index bbc23c5..5be7952 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-wayland _qtver=5.12.0 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=3 arch=('x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -12,16 +12,11 @@ pkgdesc='Provides APIs for Wayland' depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" -source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - qtbug-69077.patch::"http://code.qt.io/cgit/qt/qtwayland.git/patch/?id=1dc85b95") -sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7' - 'e4cef3faa5ea86f727cf388320585077cbebfd31b0d9f6a4131797ee5a0d61ac') +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7') prepare() { mkdir -p build - - cd ${_pkgfqn} - patch -p1 -i ../qtbug-69077.patch # Fix qtwayland blocks in frame callback } build() {