Date: Wednesday, April 3, 2013 @ 12:14:36 Author: spupykin Revision: 87571
upgpkg: poedit 1.5.5-1 upd Modified: poedit/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-03 09:53:17 UTC (rev 87570) +++ PKGBUILD 2013-04-03 10:14:36 UTC (rev 87571) @@ -5,20 +5,21 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=poedit -pkgver=1.5.4 +pkgver=1.5.5 pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" license=('custom') -depends=('wxgtk>=2.8.11' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') +depends=('wxgtk2.9' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') makedepends=('pkgconfig' 'boost') install=poedit.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('708991f73368f2ea7a24134058d2caf2') +md5sums=('da86cb73cee9d006a42f9574811d13ab') build() { cd ${srcdir}/${pkgname}-${pkgver} + export WX_CONFIG_PATH=/usr/bin/wx-config-2.9 ./configure --prefix=/usr make }
