scribus: 1.5.5 -> 1.5.6.1

This commit is contained in:
Tim Biermann 2020-11-25 11:35:17 +00:00
parent e3deb2f8e2
commit 520ef6b922
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 22 deletions

View File

@ -1,12 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z/aP21GNuWSbFXvVSBvetYhqIeVLQfjPUSXKXw/WTRp0oRF6jI0PV/w7gZv6dH91Vq+6vanZrSqylNPKROFVgQ=
SHA256 (Pkgfile) = 5c1e98fdd0ec405307d09b3290ddcc7d5831fb485a3a7cb3ca4d6b3dbd4d8a17
RWSagIOpLGJF36VRXT9RIbvsIeKNeieuV9+sVBI7j8wzsWJk8vskGIsdD9sxqSyJGBNReEebHXqKtd3cSLaRVhiWxKNfKJDdQQM=
SHA256 (Pkgfile) = 6f211f9d7e49abd7ca847dfc1ad77d71255575f560d79c798849a158a4816dd2
SHA256 (.footprint) = 833e7fc010236a1ab333bd103b2d72b50fa75565c720ad10b54274d6de0678a1
SHA256 (scribus-1.5.5.tar.xz) = 7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71
SHA256 (6db15ec1.patch) = a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f
SHA256 (b51c2bab.patch) = 5631f5a19565cdbd1290c4e1a2c5a87e56ca0af17017c191dc0c00c97a456b3b
SHA256 (37425599.patch) = 7c0c13abec2682398591ee66e9ab4547b9e0da66f135dd2357f8977589403694
SHA256 (17d6a983.patch) = 0378bb9f945df0368fba4372c540440e39ecab7d7e102111419b0db871283922
SHA256 (scribus-boost-1.71.patch) = 19e20b11c0bce2dce07a845e31adb9ff1b680746698fa150d4572776513b243e
SHA256 (scribus-poppler-0.86.patch) = ac660067894effdde20e92c2f32095336707a7f6f3f277316498999096f65445
SHA256 (scribus-1.5.6.1.tar.xz) = d4257695539cfa40dead8abdaf04c51e34d4d74bcad5a2c934d08e6e9d43b7ab
SHA256 (poppler-0.90.0.tar.xz) = 94edb0ad3330b74d22caac807aa501e9cc61cbf45a8010625670428b51989685

View File

@ -4,14 +4,9 @@
# Depends on: boost cups harfbuzz-icu hunspell libart_lgpl poppler qt5
name=scribus
version=1.5.5
version=1.5.6.1
release=1
source=(https://downloads.sourceforge.net/$name/$name-$version.tar.xz
https://github.com/scribusproject/scribus/commit/6db15ec1.patch
https://github.com/scribusproject/scribus/commit/b51c2bab.patch
https://github.com/scribusproject/scribus/commit/37425599.patch
https://github.com/scribusproject/scribus/commit/17d6a983.patch
scribus-boost-1.71.patch scribus-poppler-0.86.patch
https://poppler.freedesktop.org/poppler-0.90.0.tar.xz)
# snatched from contrib/inkscape, thx romster :>
@ -49,13 +44,6 @@ build() {
# scribus is using the internal poppler api which
# is known to break every other release
[ ! -e '/usr/lib/libpoppler.so.101' ] && poppler
# https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/scribus
patch -p1 -d $name-$version -i $SRC/6db15ec1.patch
patch -p1 -d $name-$version -i $SRC/b51c2bab.patch
patch -p1 -d $name-$version -i $SRC/37425599.patch
patch -p1 -d $name-$version -i $SRC/scribus-poppler-0.86.patch
patch -p1 -d $name-$version -i $SRC/scribus-boost-1.71.patch
patch -p1 -d $name-$version -i $SRC/17d6a983.patch
sed \
-e 's|#!/usr/bin/python|#!/usr/bin/python3|' \