summaryrefslogtreecommitdiff
path: root/libre/abiword/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-20 12:01:59 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-20 22:53:38 -0400
commite2c002871ce06ca00b01a63747e3a40459f6bb61 (patch)
treef8f8ec36ed3c6e856dc5d2a06d63f1ae9e0fc7da /libre/abiword/PKGBUILD
parentd7295bf7bc997e11406c6dbb36880f542e73176e (diff)
libre/abiword: tidy up
- Remove old patch files that are no longer applied - Add a comment to the PKGBUILD about which plugins are disabled.
Diffstat (limited to 'libre/abiword/PKGBUILD')
-rw-r--r--libre/abiword/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD
index 38aff7368..fdb6de006 100644
--- a/libre/abiword/PKGBUILD
+++ b/libre/abiword/PKGBUILD
@@ -68,6 +68,8 @@ prepare() {
build() {
cd $pkgname-$pkgver
+ # `--enable-plugins` has the complete list of plugins, except for
+ # 'command', 'gda', 'google', and 'rsvg'.
./configure --prefix=/usr \
--enable-shared \
--disable-static \