diff options
Diffstat (limited to 'extra/abiword/PKGBUILD')
-rw-r--r-- | extra/abiword/PKGBUILD | 10 |
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" + ' +)" |