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

Evangelos Foutras foutrelis at archlinux.org
Fri Jul 3 09:58:34 UTC 2020


    Date: Friday, July 3, 2020 @ 09:58:33
  Author: foutrelis
Revision: 657612

Fix build with Qt 5.15

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-03 09:57:42 UTC (rev 657611)
+++ PKGBUILD	2020-07-03 09:58:33 UTC (rev 657612)
@@ -19,6 +19,7 @@
             'hyphen-lang: hyphenation patterns for desired languages')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
          scribus-boost-1.71.patch
+         scribus-qt-5.15.patch::"https://github.com/scribusproject/scribus/commit/17d6a983.patch"
          scribus-poppler-0.82.patch::"https://github.com/scribusproject/scribus/commit/6db15ec1.patch"
          scribus-poppler-0.83.patch::"https://github.com/scribusproject/scribus/commit/b51c2bab.patch"
          scribus-poppler-0.84.patch::"https://github.com/scribusproject/scribus/commit/37425599.patch"
@@ -26,6 +27,7 @@
 sha256sums=('7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71'
             'SKIP'
             '19e20b11c0bce2dce07a845e31adb9ff1b680746698fa150d4572776513b243e'
+            '0378bb9f945df0368fba4372c540440e39ecab7d7e102111419b0db871283922'
             'a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f'
             '5631f5a19565cdbd1290c4e1a2c5a87e56ca0af17017c191dc0c00c97a456b3b'
             '7c0c13abec2682398591ee66e9ab4547b9e0da66f135dd2357f8977589403694'
@@ -46,6 +48,7 @@
     mkdir -p build
 
     patch -p1 -i ../scribus-boost-1.71.patch # Fix build with boost 1.71
+    patch -p1 -i ../scribus-qt-5.15.patch # Fix build with Qt 5.15
     patch -p1 -i ../scribus-poppler-0.82.patch # Fix build with poppler 0.82
     patch -p1 -i ../scribus-poppler-0.83.patch # Fix build with poppler 0.83
     patch -p1 -i ../scribus-poppler-0.84.patch # Fix build with poppler 0.84



More information about the arch-commits mailing list