poedit: update to 2.0.8.

Closes #14936.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-05 21:17:40 -03:00 committed by Enno Boland
parent 18e0e6b41d
commit cb3500d01d

View File

@ -1,6 +1,6 @@
# Template file for 'poedit'
pkgname=poedit
version=2.0.7
version=2.0.8
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -12,11 +12,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://www.poedit.net/"
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
checksum=8f98eb7a62bc20ecb46ac47d21350c7917e614f745114544b11e5b43b488b2ca
checksum=01a12bc28477922e77995350e1f3677701bfbc848af9efcfbd35fbd37c7501c2
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-devel"
configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
fi