From 1b6860ed7a33a22c4202348a4f42afbb5d26be09 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Apr 2013 00:06:36 -0700 Subject: Thu Apr 4 00:06:36 PDT 2013 --- community/poedit/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/poedit') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index bcd7486b9..ea6fa780e 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,24 +1,25 @@ -# $Id: PKGBUILD 82111 2013-01-08 18:49:13Z spupykin $ +# $Id: PKGBUILD 87572 2013-04-03 10:14:55Z spupykin $ # Contributor: Andrea Scarpino # Contributor: Giovanni Scafora # Contributor: Alexander Fehr # Contributor: Daniel J Griffiths 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 } -- cgit v1.2.3-54-g00ecf