[arch-commits] Commit in qt5-svg/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 10 21:10:39 UTC 2019
Date: Thursday, October 10, 2019 @ 21:10:39
Author: arojas
Revision: 364589
Fix svg icon rendering in Plasma (FS#64090)
Modified:
qt5-svg/kde-unstable/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-10 21:03:50 UTC (rev 364588)
+++ PKGBUILD 2019-10-10 21:10:39 UTC (rev 364589)
@@ -4,7 +4,7 @@
pkgname=qt5-svg
_qtver=5.14.0-beta1
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -12,11 +12,16 @@
depends=('qt5-base')
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('70058f9392b025fbb55afb9cdb246535878cf71fc945cbba2bd199b05fd62ac3')
+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")
+sha256sums=('70058f9392b025fbb55afb9cdb246535878cf71fc945cbba2bd199b05fd62ac3'
+ '2f382af7553ed08b0da16d73090d0e70ebe8cca71a1030859e2aaa42a5fc505c')
prepare() {
mkdir -p build
+
+ cd $_pkgfqn
+ patch -Rp1 -i ../qtbug-78200.patch # Revert commit that breaks svg rendering in Plasma
}
build() {
More information about the arch-commits
mailing list