mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
poedit: update to 2.4.2
This commit is contained in:
parent
82bdbebba7
commit
245071e746
1 changed files with 4 additions and 5 deletions
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'poedit'
|
# Template file for 'poedit'
|
||||||
pkgname=poedit
|
pkgname=poedit
|
||||||
version=2.4.1
|
version=2.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-wx-config=wx-config-gtk3"
|
configure_args="--with-wx-config=wx-config-gtk3"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel cld2-devel db-devel enchant2-devel gtk+3-devel
|
makedepends="boost-devel cld2-devel db-devel enchant2-devel gtk+3-devel
|
||||||
gtkspell3-devel Lucene++-devel wxWidgets-gtk3-devel"
|
gtkspell3-devel libharfbuzz libxml2 Lucene++-devel webkit2gtk
|
||||||
|
wxWidgets-gtk3-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.poedit.net/"
|
homepage="https://www.poedit.net/"
|
||||||
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
||||||
checksum=70143e55c16a88b9b29f48e12b0b9e55714177b60ba367fc29d5fa6dc28429c3
|
checksum=fed9932a9228b381aa363d8340eb5193d61ffc761f4f328d3cf3cce8f7fbcd4e
|
||||||
|
|
||||||
CPPFLAGS="-DUCHAR_TYPE=uint16_t -Wno-deprecated-copy"
|
CPPFLAGS="-DUCHAR_TYPE=uint16_t -Wno-deprecated-copy"
|
||||||
|
|
||||||
makedepends+=" libharfbuzz libxml2 webkit2gtk"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wxWidgets-common-devel"
|
hostmakedepends+=" wxWidgets-common-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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue