summaryrefslogtreecommitdiff
path: root/extra/abiword/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-28 09:07:26 +0200
committerErich Eckner <git@eckner.net>2018-06-28 09:07:26 +0200
commitfa13be08796ae048ff45e49d761703a0d4d4ac31 (patch)
tree72b715d46b2d8fa4bbe93d6961f677321470e7df /extra/abiword/PKGBUILD
parent0f6e1f6d9262b9f7eac37a109a8f71d86e9cb617 (diff)
downloadpackages-fa13be08796ae048ff45e49d761703a0d4d4ac31.tar.xz
extra/abiword: apply anti-flicker patch
Diffstat (limited to 'extra/abiword/PKGBUILD')
-rw-r--r--extra/abiword/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/abiword/PKGBUILD b/extra/abiword/PKGBUILD
new file mode 100644
index 00000000..987e6e09
--- /dev/null
+++ b/extra/abiword/PKGBUILD
@@ -0,0 +1,10 @@
+# see: https://bugzilla.abisource.com/attachment.cgi?id=5860
+
+source+=('flicker.patch')
+sha256sums+=('05fd3739fe7a4e3763688a81d52b7711526c6fc7a4aa531fef663826a0813b7b')
+eval "$(
+ declare -f prepare | \
+ sed '
+ 3 a patch -p1 -i "$srcdir/flicker.patch"
+ '
+)"