[arch-commits] Commit in qt5-svg/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 14 07:47:19 UTC 2019


    Date: Thursday, November 14, 2019 @ 07:47:19
  Author: arojas
Revision: 368474

Add upstream fix for SVG rendering issues

Modified:
  qt5-svg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-14 06:41:06 UTC (rev 368473)
+++ PKGBUILD	2019-11-14 07:47:19 UTC (rev 368474)
@@ -4,7 +4,7 @@
 pkgname=qt5-svg
 _qtver=5.14.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,15 +13,15 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-         qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=14fa4591")
+         qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c3ba5762")
 sha256sums=('1344c124f38a0b19ba8efd275c7e2cb9f16061826fcc0408ff9fa1e0a0e128c8'
-            '2f382af7553ed08b0da16d73090d0e70ebe8cca71a1030859e2aaa42a5fc505c')
+            '2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207')
 
 prepare() {
   mkdir -p build
 
   cd $_pkgfqn
-  patch -Rp1 -i ../qtbug-78200.patch # Revert commit that breaks svg rendering in Plasma https://bugreports.qt.io/browse/QTBUG-78200
+  patch -p1 -i ../qtbug-78200.patch # Revert commit that breaks svg rendering in Plasma https://bugreports.qt.io/browse/QTBUG-78200
 }
 
 build() {



More information about the arch-commits mailing list