# Template file for 'poedit' pkgname=poedit version=3.3.2 revision=2 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" hostmakedepends="pkg-config" makedepends="boost-devel cld2-devel db-devel enchant2-devel gtk+3-devel gtkspell3-devel Lucene++-devel wxWidgets-gtk3-devel pugixml-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Cross-platform gettext catalogs (.po files) editor" maintainer="Eloi Torrents " license="MIT" homepage="https://www.poedit.net/" changelog="https://raw.githubusercontent.com/vslavik/poedit/master/NEWS" distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz" checksum=e64139dd4beac1b8ea468d351b2b4bdae8ecbc6f4ca5d1ee1c73832036fff097 CPPFLAGS="-DUCHAR_TYPE=uint16_t -Wno-deprecated-copy" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-common-devel" configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" fi if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then CXXFLAGS+=" -latomic " fi post_install() { vlicense COPYING }