summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-09-08 19:45:03 +0200
committerhaawda2020-09-08 19:45:03 +0200
commite56309a832ffeea952e788af187d083b4fb2c902 (patch)
treea9bfadc4133d482a955ea5c6d74b4bb517b48e5e
parentb255f976aa594321efa76e2168fa51cbb358ade9 (diff)
downloadaur-e56309a832ffeea952e788af187d083b4fb2c902.tar.gz
add autuonf-archive makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD32
2 files changed, 18 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d9366a21ff..ec088939350d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = abiword-git
pkgdesc = Fully-featured word processor from official gnome gitlab mirror
- pkgver = 3.1.0.20598.bbd9f4864
+ pkgver = 3.1.0.20601.ac3278bd8
pkgrel = 1
epoch = 1
url = http://www.abisource.com
@@ -13,6 +13,7 @@ pkgbase = abiword-git
makedepends = gobject-introspection
makedepends = python2
makedepends = libwpd
+ makedepends = autoconf-archive
depends = wv
depends = goffice
depends = redland
diff --git a/PKGBUILD b/PKGBUILD
index 30f1c5fd4ca1..f805a2d05c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=abiword-git
-pkgver=3.1.0.20598.bbd9f4864
+pkgver=3.1.0.20601.ac3278bd8
pkgrel=1
epoch=1
pkgdesc="Fully-featured word processor from official gnome gitlab mirror"
@@ -14,7 +14,7 @@ license=('GPL')
depends=('wv' 'goffice' 'redland' 'libical' 'loudmouth' 'enchant' 'libwpg'
'libwmf' 'aiksaurus' 'libots' 'libchamplain' 'psiconv' 'libwps'
'telepathy-glib')
-makedepends=('git' 'asio' 'boost' 'gobject-introspection' 'python2' 'libwpd')
+makedepends=('git' 'asio' 'boost' 'gobject-introspection' 'python2' 'libwpd' 'autoconf-archive')
provides=('abiword' 'abiword-plugins')
conflicts=('abiword' 'abiword-plugins')
source=("git+https://gitlab.gnome.org/World/AbiWord.git"
@@ -45,20 +45,20 @@ prepare() {
build() {
cd AbiWord
export CXXFLAGS+=" -O3"
- ./autogen.sh --prefix=/usr \
- --enable-shared \
- --disable-static \
- --enable-clipart \
- --enable-templates \
- --enable-plugins="hrtext google bmp xslfo command pdf \
- passepartout eml wordperfect psion aiksaurus s5 \
- sdw opml garble latex epub wikipedia gimp \
- opendocument paint mswrite wmf mif freetranslation \
- ots wpg kword gdict collab iscii goffice pdb \
- openwriter t602 presentation mathview \
- openxml wml mht applix loadbindings urldict \
- clarisworks docbook hancom babelfish" \
- --enable-introspection
+ LANG=C LC_CTYPE=C ./autogen.sh --prefix=/usr \
+ --enable-shared \
+ --disable-static \
+ --enable-clipart \
+ --enable-templates \
+ --enable-plugins="hrtext google bmp xslfo command pdf \
+ passepartout eml wordperfect psion aiksaurus s5 \
+ sdw opml garble latex epub wikipedia gimp \
+ opendocument paint mswrite wmf mif freetranslation \
+ ots wpg kword gdict collab iscii goffice pdb \
+ openwriter t602 presentation mathview \
+ openxml wml mht applix loadbindings urldict \
+ clarisworks docbook hancom babelfish" \
+ --enable-introspection
make
}