21 lines
718 B
Bash
21 lines
718 B
Bash
# Template file for 'poedit'
|
|
pkgname=poedit
|
|
version=2.0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-wx-config=wx-config-3.0"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="icu-devel db-devel gtkspell-devel wxWidgets-devel boost-devel Lucene++-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://www.poedit.net/"
|
|
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
|
checksum=1ff4c7b3966946b2dc06ba8dda5d8861fa00a94d8387821db511f339092d9577
|
|
|
|
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|