poedit: update to 3.0.
Also: - add pugixml-devel to makedepends.
This commit is contained in:
parent
9f59c89df9
commit
4b6c9f5522
1 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'poedit'
|
||||
pkgname=poedit
|
||||
version=2.4.3
|
||||
revision=2
|
||||
version=3.0
|
||||
revision=1
|
||||
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"
|
||||
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="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.poedit.net/"
|
||||
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
||||
checksum=6601f5ddeeb5aee0a6687af7867e9f88f6989e7050137a42131b6ac16c0efd84
|
||||
checksum=dfbe5e8c5ea6e36fd472fc294f2cedf804656f52db372ea3fbbe4103136b2dc2
|
||||
|
||||
CPPFLAGS="-DUCHAR_TYPE=uint16_t -Wno-deprecated-copy"
|
||||
|
||||
|
@ -22,6 +22,11 @@ if [ "$CROSS_BUILD" ]; then
|
|||
configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
CXXFLAGS+=" -latomic "
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue