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-09-22 16:14:59 -0300 |
commit | 094d37d0c18a44c6231e67ad8047be10a95729ad (patch) | |
tree | 0112923c124a54fba14bfa686750ad1397207058 /libre/abiword | |
parent | 807a05baf2f9ce14b432710a0dbbdae46f926b47 (diff) | |
download | abslibre-094d37d0c18a44c6231e67ad8047be10a95729ad.tar.gz abslibre-094d37d0c18a44c6231e67ad8047be10a95729ad.tar.bz2 abslibre-094d37d0c18a44c6231e67ad8047be10a95729ad.zip |
abiword-3.0.1-2.parabola2: fix #792 -> https://labs.parabola.nu/issues/792
Diffstat (limited to 'libre/abiword')
-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 } |