[arch-commits] Commit in qt5-svg/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Nov 18 07:22:58 UTC 2019
Date: Monday, November 18, 2019 @ 07:22:57
Author: arojas
Revision: 369225
Backport more svg rendering fixes (FS#64539)
Modified:
qt5-svg/kde-unstable/PKGBUILD
----------+
PKGBUILD | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-18 07:12:05 UTC (rev 369224)
+++ PKGBUILD 2019-11-18 07:22:57 UTC (rev 369225)
@@ -4,7 +4,7 @@
pkgname=qt5-svg
_qtver=5.14.0-beta3
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,15 +13,21 @@
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=c3ba5762")
+ qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c3ba5762"
+ qtbug-79933a.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=beb0d741"
+ qtbug-79933b.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=e489a325")
sha256sums=('1344c124f38a0b19ba8efd275c7e2cb9f16061826fcc0408ff9fa1e0a0e128c8'
- '2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207')
+ '2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207'
+ 'aee3a61dbe01d70aa877feb4b821cafad30dd269fcef5b8378e4816a63bdccd6'
+ '0b9acbcb9729526233fd50e3ffe69acb3d482f58838b7fd0b2eb70f38ad9891f')
prepare() {
mkdir -p build
cd $_pkgfqn
- patch -p1 -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 # Fix svg rendering in Plasma https://bugreports.qt.io/browse/QTBUG-78200
+ patch -p1 -i ../qtbug-79933a.patch
+ patch -p1 -i ../qtbug-79933b.patch
}
build() {
More information about the arch-commits
mailing list