aboutsummaryrefslogtreecommitdiffstats
path: root/main/abiword/APKBUILD
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-06-07 18:27:32 -0300
committerTimo Teräs <timo.teras@iki.fi>2017-06-19 12:58:43 +0000
commit716d75cde8d7a694a98ef9fcc2f866b3f99e4857 (patch)
tree3edd19b9a1da7e3d0764c47bf5707b185b091f34 /main/abiword/APKBUILD
parent1d2483890a52499577f3443d02876fb507db3bee (diff)
downloadaports-716d75cde8d7a694a98ef9fcc2f866b3f99e4857.tar.bz2
aports-716d75cde8d7a694a98ef9fcc2f866b3f99e4857.tar.xz
main/abiword: add patch from upstream to fix black-screen regression
Diffstat (limited to 'main/abiword/APKBUILD')
-rw-r--r--main/abiword/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD
index 6103d637ee..1651e290d2 100644
--- a/main/abiword/APKBUILD
+++ b/main/abiword/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=abiword
pkgver=3.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="A fully-featured word processor"
url="http://www.abisource.com"
arch="all"
@@ -29,6 +29,7 @@ for _i in $_plugins; do
done
source="http://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz
+ fix-black-drawing-regression.patch
fix-nullptr-c++98.patch"
builddir="$srcdir"/$pkgname-$pkgver
@@ -73,4 +74,5 @@ plugins() {
}
sha512sums="29ce9e80b3b85ab2933e7d39216771d8c4e05db5255eaed0cf8e1d032ffaac2cb1880bf24e754196ad5dae4969a1c2101ce4dc9c1db14604adc2f852b6a17fe3 abiword-3.0.2.tar.gz
+cae9a08047cd97d11acea25a2f0b0ca4e8e4556b462eb476507fa178a7412221839febfeb36bebf491bb94d53525c4584d86230f96c403a7ceb2dec4223be8fe fix-black-drawing-regression.patch
fbfedad9b58ba44fac53142fae77dce499b9d3f01acb2967e6507b94a8206436240e924ae420c1b92f707a0e08df9874c8de034532032cf6d8df9b28dcd8a3cf fix-nullptr-c++98.patch"