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

Antonio Rojas arojas at archlinux.org
Thu Aug 27 22:12:13 UTC 2020


    Date: Thursday, August 27, 2020 @ 22:12:13
  Author: arojas
Revision: 394811

Fix subpixel positioned text rendering (FS#67734)

Modified:
  qt5-declarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:48:47 UTC (rev 394810)
+++ PKGBUILD	2020-08-27 22:12:13 UTC (rev 394811)
@@ -4,7 +4,7 @@
 pkgname=qt5-declarative
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -14,11 +14,16 @@
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('9c3c93fb7d340b2f7d738d12408c047318c78973cb45bfc5ff6b3a57e1fef699')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+         qtbug-49646.patch::"https://code.qt.io/cgit/qt/qtdeclarative.git/patch/?id=70691847")
+sha256sums=('9c3c93fb7d340b2f7d738d12408c047318c78973cb45bfc5ff6b3a57e1fef699'
+            '04bf6e238fd674d5924c499cc7a65a5419286fa4763a0db6d82a2f4bbd4dc5d7')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-49646.patch # Fix subpixel positioned text rendering
 }
 
 build() {



More information about the arch-commits mailing list