summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-21 03:19:50 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-21 03:23:27 +0200
commitc4ad750fda64154af1af1e42723ad2048587b6b1 (patch)
tree38fc3cfde2c02458fd45a683b42cf1311dda85c0 /pcr
parenta41f2cf1ee6847bcdb30b6668ab5bfde08e3511f (diff)
downloadabslibre-c4ad750fda64154af1af1e42723ad2048587b6b1.tar.gz
abslibre-c4ad750fda64154af1af1e42723ad2048587b6b1.tar.bz2
abslibre-c4ad750fda64154af1af1e42723ad2048587b6b1.zip
kiwix-libs: add dependency on gtest
For some reasons it builds with makepkg on i686 but fails with libremakepkg, though it builds with libremakepkg on x86_64. Here is the failure that occurs with libremakepkg on i686: | test/meson.build:8:0: ERROR: Dependency "gtest" not found, tried pkgconfig and system Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r--pcr/kiwix-lib/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/kiwix-lib/PKGBUILD b/pcr/kiwix-lib/PKGBUILD
index 64d18ec19..2e16a9325 100644
--- a/pcr/kiwix-lib/PKGBUILD
+++ b/pcr/kiwix-lib/PKGBUILD
@@ -3,15 +3,16 @@
# parabola changes and rationale:
# - Added armv7h and i686 support
# - Fixed architecture
+# - Added gtest dependency
pkgname=kiwix-lib
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library providing the Kiwix software core"
license=('GPL3')
arch=('armv7h' 'i686' 'x86_64')
depends=('libzim>=5.0.0' 'pugixml' 'mustache' 'xapian-core' 'aria2')
-makedepends=('meson')
+makedepends=('meson' 'gtest')
url='https://github.com/kiwix/kiwix-lib'
source=("https://github.com/kiwix/kiwix-lib/archive/${pkgver}.tar.gz")
sha256sums=(573e1176e351fedc8b49c7746aef10746bf13c9f5a1df18186e0e6589215c546)