summaryrefslogtreecommitdiff
path: root/libre/abiword
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-29 07:12:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:14:59 -0300
commit094d37d0c18a44c6231e67ad8047be10a95729ad (patch)
tree0112923c124a54fba14bfa686750ad1397207058 /libre/abiword
parent807a05baf2f9ce14b432710a0dbbdae46f926b47 (diff)
abiword-3.0.1-2.parabola2: fix #792 -> https://labs.parabola.nu/issues/792
Diffstat (limited to 'libre/abiword')
-rw-r--r--libre/abiword/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD
index 12881cd8a..00e0b7ef0 100644
--- a/libre/abiword/PKGBUILD
+++ b/libre/abiword/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=abiword
pkgver=3.0.1
-pkgrel=2.parabola1
-arch=('i686' 'x86_64' 'mips64el')
-pkgdesc='Fully-featured word processor, without nonfree fonts support'
+pkgrel=2.parabola2
+arch=('i686' 'x86_64')
+pkgdesc='Fully-featured word processor, without Google search engine and nonfree fonts support'
license=('GPL')
url='http://www.abisource.com'
depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils'
@@ -70,7 +70,12 @@ build() {
--disable-static \
--enable-clipart \
--enable-templates \
- --enable-plugins \
+ --enable-plugins="aiksaurus applix babelfish bmp clarisworks collab docbook \
+ eml epub freetranslation garble gdict gimp goffice grammar \
+ hancom hrtext iscii kword latex loadbindings mathview mht \
+ mif mswrite opendocument openwriter openxml opml ots paint \
+ passepartout pdb pdf presentation psion s5 sdw t602 urldict \
+ wikipedia wmf wml wordperfect wpg xslfo" \
--enable-introspection
make
}