mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
poedit: add dependency on cld2
This commit is contained in:
parent
cca0d24ea2
commit
5b66e8ef00
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'poedit'
|
# Template file for 'poedit'
|
||||||
pkgname=poedit
|
pkgname=poedit
|
||||||
version=2.0.5
|
version=2.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
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 cld2-devel"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -17,7 +18,7 @@ CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wxWidgets-devel"
|
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
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue