author | Antonio Rojas
<arojas@archlinux.org> 2019-09-05 08:51:27 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-09-05 08:51:27 UTC |
parent | 4f3be3923bb9823dc74d78b312a4e662316c77f7 |
PKGBUILD | +4 | -15 |
diff --git a/PKGBUILD b/PKGBUILD index f41246d..5b2a3dd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-wayland -_qtver=5.13.0 +_qtver=5.13.1 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -12,22 +12,11 @@ pkgdesc='Provides APIs for Wayland' depends=('qt5-declarative' 'libxcomposite') groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" -source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - kdebug-407651.patch::"https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=21a5038f" - qtbug-76397a.patch::"https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=ec905708" - qtbug-76397b.patch::"https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=a4e6f88f") -sha256sums=('b67a6d8119628bca3301bd03992880db07d61d405534067c9cd2a598695a7cf3' - 'f21ff86a4ffb4ba7648cba8d6434d7b0a8caa8abf650ba382d3cfa63c934e01b' - 'ab3c4c1f91c3ebfb4da463fc52959cc4a9b531988b6253fb78e64be05581905d' - 'b61b9872c83a27aad97d21f4e217b6c21f8d94deb164358ce09e3fdbd09332b4') +source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('def836f365b8af99cc693625f2079a54a0f71f5eff3f370dcf6f30b8944caf77') prepare() { mkdir -p build - - cd $_pkgfqn - patch -p1 -i ../kdebug-407651.patch # Prevent windows from getting larger after closing and reopening https://bugs.kde.org/show_bug.cgi?id=407651 - patch -p1 -i ../qtbug-76397a.patch - patch -p1 -i ../qtbug-76397b.patch # https://bugreports.qt.io/browse/QTBUG-76657 } build() {