summaryrefslogtreecommitdiff
path: root/libre/abiword/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-02 00:49:56 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-02 01:02:22 -0300
commitfe2d1c2b03f794e13f674def9eab8fa23be09257 (patch)
treec7e462becfee053db4df30ffa944de0b0120670a /libre/abiword/PKGBUILD
parentdcd3f471c2bde2e0c9d293506a719516dd27af50 (diff)
abiword-3.0.2-4.parabola1: fix black on black - FS#51667 -> https://bugs.archlinux.org/task/51667
Diffstat (limited to 'libre/abiword/PKGBUILD')
-rw-r--r--libre/abiword/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD
index ec0740ffc..9226913c0 100644
--- a/libre/abiword/PKGBUILD
+++ b/libre/abiword/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 280086 2016-11-07 18:38:01Z foutrelis $
+# $Id: PKGBUILD 284775 2016-12-25 20:26:42Z felixonmars $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org>
# Contributor (Arch): Maël Lavault <moimael@neuf.fr>
@@ -6,7 +6,7 @@
pkgname=abiword
pkgver=3.0.2
-pkgrel=2.parabola1
+pkgrel=4.parabola1
pkgdesc='Fully-featured word processor, without Google search engine and nonfree fonts support'
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -24,6 +24,7 @@ source=(http://abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.
aiksaurus-plugin.m4
command-plugin.m4
python-override.patch
+ bug13815.patch
liberation-fonts.patch)
sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522'
'77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
@@ -31,6 +32,7 @@ sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522'
'5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
'2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be'
+ '05f2544a177d6f58424af9045c26e82aca64938d0daf00f43f6b99a2abf64496'
'8a0b6e444e937924743f95c747cbe395a30fb8677a010e60c973b9039e258079')
prepare() {
@@ -45,6 +47,10 @@ prepare() {
# Fix python override code to work with Python 3.x
patch -Np1 -i ../python-override.patch
+ # Fix black on black (FS#51667)
+ # http://bugzilla.abisource.com/show_bug.cgi?id=13815
+ patch -Np1 -i ../bug13815.patch
+
# Replace nonfree fonts support to liberation fonts
patch -Np1 -i ../liberation-fonts.patch