[arch-commits] Commit in qt5-wayland/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Dec 17 21:31:51 UTC 2018


    Date: Monday, December 17, 2018 @ 21:31:50
  Author: arojas
Revision: 342466

Revert patch (FS#61097)

Modified:
  qt5-wayland/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-17 21:05:43 UTC (rev 342465)
+++ PKGBUILD	2018-12-17 21:31:50 UTC (rev 342466)
@@ -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 @@
 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() {



More information about the arch-commits mailing list