parent
20e6e1b3cd
commit
97a50d0b7f
|
@ -3,7 +3,6 @@ pkgname=poedit
|
||||||
version=2.0.5
|
version=2.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-wx-config=wx-config-3.0"
|
|
||||||
hostmakedepends="pkg-config"
|
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"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
|
@ -16,6 +15,11 @@ checksum=c755959555b26e584d953a97ee39ed7d060323d003740ed9309eee7a2e205faa
|
||||||
|
|
||||||
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
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"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue