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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Jan 24 11:43:17 UTC 2022


    Date: Monday, January 24, 2022 @ 11:43:17
  Author: alerque
Revision: 1114314

upgpkg: scribus 1.5.8-1

Modified:
  scribus/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-24 11:27:38 UTC (rev 1114313)
+++ PKGBUILD	2022-01-24 11:43:17 UTC (rev 1114314)
@@ -7,8 +7,8 @@
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=scribus
-pkgver=1.5.7
-pkgrel=12
+pkgver=1.5.8
+pkgrel=1
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/"
@@ -21,23 +21,13 @@
 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'
-            'SKIP'
-            '38f7ee8a3dafac3e677451a98a09e2c8a5e850ad20769ed58e896fa67e661024')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('47816e8fcf6d05788ff16aa4499f97ff22431c777a7789149b0a88b451e16b74'
+            'SKIP')
 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>
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../harfbuzz-3.0.0.patch
-
-  # fix "error: reference to 'byte' is ambiguous" with C++17 mode
-  sed -i 's/\bbyte\b/prc_&/g' scribus/third_party/prc/oPRCFile.cc
-}
-
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list