diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-20 12:01:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-20 22:53:38 -0400 |
commit | e2c002871ce06ca00b01a63747e3a40459f6bb61 (patch) | |
tree | f8f8ec36ed3c6e856dc5d2a06d63f1ae9e0fc7da /libre/abiword/PKGBUILD | |
parent | d7295bf7bc997e11406c6dbb36880f542e73176e (diff) | |
download | abslibre-e2c002871ce06ca00b01a63747e3a40459f6bb61.tar.gz abslibre-e2c002871ce06ca00b01a63747e3a40459f6bb61.tar.bz2 abslibre-e2c002871ce06ca00b01a63747e3a40459f6bb61.zip |
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/PKGBUILD | 2 |
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 \ |