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

Antonio Rojas arojas at archlinux.org
Tue Jan 7 21:09:23 UTC 2020


    Date: Tuesday, January 7, 2020 @ 21:09:22
  Author: arojas
Revision: 550095

Fix build with poppler 0.83

Modified:
  scribus/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 20:49:51 UTC (rev 550094)
+++ PKGBUILD	2020-01-07 21:09:22 UTC (rev 550095)
@@ -19,11 +19,13 @@
             'hyphen-lang: hyphenation patterns for desired languages')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
          scribus-boost-1.71.patch
-         scribus-poppler-0.82.patch::"https://github.com/scribusproject/scribus/commit/6db15ec1.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")
 sha256sums=('7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71'
             'SKIP'
             '19e20b11c0bce2dce07a845e31adb9ff1b680746698fa150d4572776513b243e'
-            'a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f')
+            'a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f'
+            '5631f5a19565cdbd1290c4e1a2c5a87e56ca0af17017c191dc0c00c97a456b3b')
 validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell <plinnell at scribus.net>
               757F5E9B13DD648887AD50092D47C099E782504E  # The Scribus Team (www.scribus.net) <the_scribus_team at scribus.net>
               6558BE84D27273A438A151198BEA48118AEBEE64) # Craig Bradney <cbradney at zipworld.com.au>
@@ -41,6 +43,7 @@
 
     patch -p1 -i ../scribus-boost-1.71.patch # Fix build with boost 1.71
     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
 }
 
 build() {



More information about the arch-commits mailing list