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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Jan 10 11:23:14 UTC 2022


    Date: Monday, January 10, 2022 @ 11:23:13
  Author: alerque
Revision: 1099078

upgpkg: scribus 1.5.7-11; disable LTO, see FS#73313

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 11:17:11 UTC (rev 1099077)
+++ PKGBUILD	2022-01-10 11:23:13 UTC (rev 1099078)
@@ -1,4 +1,5 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
 # Contributor: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 # Contributor: Ronald van Haren <ronald.archlinux.org>
@@ -7,18 +8,19 @@
 
 pkgname=scribus
 pkgver=1.5.7
-pkgrel=10
+pkgrel=11
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/"
 license=(GPL)
 depends=(boost-libs cairo fontconfig freetype2 harfbuzz-icu
-         hunspell lcms2 libcdr libcups libfreehand libjpeg libmspub
+         hunspell lcms2 libcdr libcups libfreehand libicuuc.so libjpeg libmspub
          libpagemaker libpng libqxp librevenge libtiff libvisio libxml2 libzmf
          openscenegraph openssl podofo poppler python3 qt5-base zlib) #graphicsmagick
 makedepends=(cmake boost mesa qt5-tools)
 optdepends=('tk: scripts based on tkinter'
             'hyphen-lang: hyphenation patterns for desired languages')
+options=(!lto)
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
         harfbuzz-3.0.0.patch)
 sha256sums=('318316b2cfc7a76191d3e0d3f8c2265147daea0570162028e243c292d826f8ce'



More information about the arch-commits mailing list