poedit: add dependency on cld2

This commit is contained in:
Jürgen Buchmüller 2017-12-22 18:02:10 +01:00
parent cca0d24ea2
commit 5b66e8ef00

View file

@ -1,10 +1,11 @@
# Template file for 'poedit'
pkgname=poedit
version=2.0.5
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="icu-devel db-devel gtkspell-devel wxWidgets-devel boost-devel Lucene++-devel"
makedepends="icu-devel db-devel gtkspell-devel wxWidgets-devel boost-devel
Lucene++-devel cld2-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Cross-platform gettext catalogs (.po files) editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -17,7 +18,7 @@ CPPFLAGS="-DUCHAR_TYPE=uint16_t"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-devel"
configure_args="WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
fi
post_install() {