diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-29 22:18:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-29 22:20:48 -0300 |
commit | 7eab0884793e31843a233f256d645829f7e72a07 (patch) | |
tree | 802e37a3717f98969b74f01ce72f7b60da6344f1 /libre/abiword/PKGBUILD | |
parent | 779bb403662231d81cc7602836723cdbb74e03f6 (diff) | |
download | abslibre-7eab0884793e31843a233f256d645829f7e72a07.tar.gz abslibre-7eab0884793e31843a233f256d645829f7e72a07.tar.bz2 abslibre-7eab0884793e31843a233f256d645829f7e72a07.zip |
abiword-3.0.1-6.parabola1: add libwps dependency
Diffstat (limited to 'libre/abiword/PKGBUILD')
-rw-r--r-- | libre/abiword/PKGBUILD | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD index 8793aead9..4f0a915f0 100644 --- a/libre/abiword/PKGBUILD +++ b/libre/abiword/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 257689 2016-01-09 13:17:16Z arojas $ +# $Id: PKGBUILD 266625 2016-04-29 13:05:20Z jgc $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> # Contributor (Arch): Maël Lavault <moimael@neuf.fr> @@ -6,24 +6,24 @@ pkgname=abiword pkgver=3.0.1 -pkgrel=5.parabola1 -arch=('i686' 'x86_64') +pkgrel=6.parabola1 pkgdesc='Fully-featured word processor, without Google search engine and nonfree fonts support' +arch=('i686' 'x86_64') license=('GPL') url='http://www.abisource.com' depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils' - 'redland' 'libical' 'gtk-update-icon-cache' 'loudmouth' 'libwpg' 'libwmf' 'link-grammar' + 'redland' 'libical' 'gtk-update-icon-cache' 'loudmouth' 'libwpg' 'libwps' 'libwmf' 'link-grammar' 'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf' 'psiconv') -makedepends=('pkgconfig' 'asio' 'boost' 'gobject-introspection' 'python2' 'libwpd') +makedepends=('pkgconfig' 'asio' 'boost' 'gobject-introspection' 'python2' 'libwpd' 'libwps') conflicts=('abiword-plugins' 'abiword-libre') replaces=('abiword-plugins' 'abiword-libre') -install=abiword.install options=('!makeflags') source=(http://abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz abiword-3.0.0-librevenge.patch abiword-3.0.0-link-grammar-5.patch abiword-3.0.0-link-grammar-5-second.patch link-grammar-panic.patch + abiword-3.0.1-libwps-0.4.patch aiksaurus-plugin.m4 command-plugin.m4 gnutls-3.4.0.patch @@ -33,6 +33,7 @@ sha256sums=('e094f6fbf0afc5c5538b4894888e7c346f8ee8f49c9d24821dd696d0734865c6' '6d88800f1e16becd69ed93d5f070793a56b9f162f7d886c71756643bcaed7ef5' 'd2c80da81a339634a7a4ee4cef12f7ee968f2c2a8c2f75533b6713b71f0d61fd' '94d1e638f7b85123dc2282d2e59b982bde6ad0dbbe1b6b54351e610c5a0ea578' + 'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a' '5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1' '2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be' 'b393e26c19f92901f64d2bae54c86708ea7dd0b647572088a8ac0cd2eec89100' @@ -48,9 +49,13 @@ prepare() { patch -Np1 -i ../abiword-3.0.0-link-grammar-5.patch patch -Np1 -i ../abiword-3.0.0-link-grammar-5-second.patch patch -Np0 -i ../link-grammar-panic.patch + # Fix build with new gnutls 3.4.x patch -Np0 -i ../gnutls-3.4.0.patch + # Fix libwpd 0.4 detection + patch -Np1 -i ../abiword-3.0.1-libwps-0.4.patch + # python2 fix sed -i 's/python -c/python2 -c/' src/gi-overrides/Makefile.{am,in} |