summaryrefslogtreecommitdiff
path: root/libre/abiword-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-03 16:27:20 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-03 16:27:20 -0300
commite95d039f5ac4ad0f31ab1733e934d42e2b5cff51 (patch)
tree265574e8753ffb0c9aa70eac4db8118d6140252e /libre/abiword-libre/PKGBUILD
parent5bbb90f87ac3a49f8178f36efd666fa461480efe (diff)
libre/abiword-libre
Diffstat (limited to 'libre/abiword-libre/PKGBUILD')
-rw-r--r--libre/abiword-libre/PKGBUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD
index 834b0a8b8..4286d258a 100644
--- a/libre/abiword-libre/PKGBUILD
+++ b/libre/abiword-libre/PKGBUILD
@@ -1,13 +1,13 @@
# $Id: PKGBUILD 146945 2012-01-19 14:58:28Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Maël Lavault <moimael@neuf.fr>
-# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
+# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy>
_pkgbase=abiword
pkgbase=abiword-libre
pkgname=('abiword-libre' 'abiword-libre-plugins')
pkgver=2.8.6
-pkgrel=7
+pkgrel=7.1
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.abisource.com"
@@ -24,9 +24,6 @@ md5sums=('f883b0a7f26229a9c66fd6a1a94381aa'
'42e2614b6e0aad457d91f6ce20b6f225'
'40e370e7e88c5437140ef18037abfbd3'
'880b17db6f249d977d2a7cd012d9ce02')
-conflicts=('abiword')
-replaces=('abiword')
-provides=("abiword=$pkgver")
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"
@@ -59,8 +56,10 @@ package_abiword-libre() {
pkgdesc="A fully-featured word processor that doesn't recommend unfree fonts"
depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils')
install=$pkgname.install
- optdepends=('abiword-plugins')
- conflicts=("abiword-plugins<${pkgver}-${pkgrel}")
+ optdepends=('abiword-libre-plugins')
+ conflicts=("abiword-libre-plugins<${pkgver}-${pkgrel}" 'abiword')
+ replaces=('abiword')
+ provides=("abiword=$pkgver")
cd "${srcdir}/${_pkgbase}-${pkgver}"
sed -i plugins/Makefile \
@@ -80,8 +79,12 @@ package_abiword-libre-plugins() {
pkgdesc="Additional plugins for Abiword"
depends=("abiword-libre=${pkgver}-${pkgrel}" 'loudmouth' 'libwpg' 'libwmf' 'link-grammar'
'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf')
-
+ conflicts=('abiword-libre-plugins')
+ replaces=('abiword-libre-plugins')
+ provides=("abiword-libre-plugins=$pkgver")
+
cd "${srcdir}/${_pkgbase}-${pkgver}/plugins"
+
for dir in collab wpg wmf grammar mathview aiksaurus latex ots wordperfect; do
make -C ${dir} DESTDIR="${pkgdir}" install
done