diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-29 07:12:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-29 07:12:38 -0300 |
commit | f5bb64978e7b46bf8d357c3a64ee51b2de62c0f6 (patch) | |
tree | 8bdff5689e11839e48ddd24bb8db187dea8e539e | |
parent | 4f9d1253712571ac3c04874890abafbf6cb479a9 (diff) |
abiword-3.0.1-2.parabola2: fix #792 -> https://labs.parabola.nu/issues/792
-rw-r--r-- | libre/abiword/PKGBUILD | 13 |
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 } |