summaryrefslogtreecommitdiff
path: root/community/poedit/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-04 00:06:36 -0700
committerroot <root@rshg054.dnsready.net>2013-04-04 00:06:36 -0700
commit1b6860ed7a33a22c4202348a4f42afbb5d26be09 (patch)
tree6ca60a730d502776b5af04bd7eabfc74931a4d77 /community/poedit/PKGBUILD
parentd304fad026899d2db5af26740eeb952698bd6fb2 (diff)
Thu Apr 4 00:06:36 PDT 2013
Diffstat (limited to 'community/poedit/PKGBUILD')
-rw-r--r--community/poedit/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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 <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
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
}