summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-06-15 23:34:58 +0200
committerhaawda2022-06-15 23:34:58 +0200
commit4677c0ef69e55cd2745c936ec1a5f16f531724e5 (patch)
treef104d59ee021442f0780be2ec6457788c49c1041
parent84c60af175fa98c40a4f0af8031010d90965adf3 (diff)
downloadaur-4677c0ef69e55cd2745c936ec1a5f16f531724e5.tar.gz
add snother CXXFLAG
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22744678b00b..7ef7f2a0107d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abiword-git
pkgdesc = Fully-featured word processor from official gnome gitlab mirror
pkgver = 3.1.0.20713.7f124ca95
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.abisource.com
arch = i686
@@ -11,7 +11,6 @@ pkgbase = abiword-git
makedepends = asio
makedepends = boost
makedepends = gobject-introspection
- makedepends = python2
makedepends = libwpd
makedepends = autoconf-archive
depends = wv
diff --git a/PKGBUILD b/PKGBUILD
index 862018bd03a3..6e66fb60f8e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=abiword-git
pkgver=3.1.0.20713.7f124ca95
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Fully-featured word processor from official gnome gitlab mirror"
arch=('i686' 'x86_64')
@@ -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' 'autoconf-archive')
+makedepends=('git' 'asio' 'boost' 'gobject-introspection' 'libwpd' 'autoconf-archive')
provides=('abiword' 'abiword-plugins')
conflicts=('abiword' 'abiword-plugins')
source=("git+https://gitlab.gnome.org/World/AbiWord.git"
@@ -46,7 +46,7 @@ prepare() {
build() {
cd AbiWord
- export CXXFLAGS+=" -O3"
+ export CXXFLAGS+=" -O3 -Wno-deprecated-declarations"
LANG=C LC_CTYPE=C ./autogen.sh --prefix=/usr \
--enable-shared \