summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2021-08-22 03:21:47 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2021-08-22 03:21:47 -0500
commit211a6bf940188f5bc305c7390111cc92e3fc0e0b (patch)
tree9d0f18b77d1d6491eb9294a7ffde168744f6fcae
parent595405d193b3e95e9fd566a398a68b4687388581 (diff)
abiword-3.0.5-1.parabola1: updating version
-rw-r--r--libre/abiword/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD
index 7d951557b..cccbb9418 100644
--- a/libre/abiword/PKGBUILD
+++ b/libre/abiword/PKGBUILD
@@ -10,8 +10,8 @@
# - Built without the 'google' plugin
pkgname=abiword
-pkgver=3.0.4
-pkgrel=4
+pkgver=3.0.5
+pkgrel=1
pkgrel+=.parabola1
pkgdesc='Fully-featured word processor'
pkgdesc+=', without Google search engine and nonfree fonts support'
@@ -29,16 +29,18 @@ options=(!makeflags)
source=(https://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz{,.asc}
abiword-3.0.0-librevenge.patch
abiword-3.0.1-libwps-0.4.patch
+ abiword-gcc11.patch::https://github.com/AbiWord/abiword/commit/ef29fc94.patch
aiksaurus-plugin.m4
command-plugin.m4
python-override.patch
enchant-2.1.patch
# https://github.com/AbiWord/abiword/commit/de5dc5fd94a5fe321791d44e88d209a4972264ba
boost-asio.patch)
-sha256sums=('e93096cb192e5bc19d62e180fc5eda643206465315a710113ae5036bc2a1a5d7'
+sha256sums=('1257247e9970508d6d1456d3e330cd1909c4b42b25e0f0a1bc32526d6f3a21b4'
'SKIP'
'77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a'
+ 'd0d9baa60349fa3e1e9f594f896b82285a9378141ff973f4265295ab8475c413'
'5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
'2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be'
@@ -57,6 +59,9 @@ prepare() {
# Fix libwpd 0.4 detection
patch -Np1 -i ../abiword-3.0.1-libwps-0.4.patch
+ # Fix build with GCC 11
+ patch -p1 -i ../abiword-gcc11.patch
+
# Fix python override code to work with Python 3.x
patch -Np1 -i ../python-override.patch