From 86a5624291a8a72d9a0a2c51fcc64bf6e221524b Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 14 Feb 2014 03:37:58 +0000 Subject: Fri Feb 14 03:35:43 UTC 2014 --- community/poedit/PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'community/poedit/PKGBUILD') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index b0676ed4a..f6b66bc0b 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,26 +1,28 @@ -# $Id: PKGBUILD 105570 2014-02-10 12:39:42Z spupykin $ +# $Id: PKGBUILD 105671 2014-02-13 11:03:29Z spupykin $ # Contributor: Andrea Scarpino # Contributor: Giovanni Scafora # Contributor: Alexander Fehr # Contributor: Daniel J Griffiths pkgname=poedit -pkgver=1.6.3 -pkgrel=2 +pkgver=1.6.4 +pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" license=('MIT') -depends=('wxgtk' 'desktop-file-utils' 'lucene++') +depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell') makedepends=('boost' 'libsm') install=poedit.install -source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) -md5sums=('f58be3cee666d3c586a85c26abba7816') +#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) +source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz + build-fix.patch) +md5sums=('203e27826c1baa4de403ce6d1cc60444' + '724aed37a6760c8ac9405f9ee4b70c05') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp - sed -i 's|libexec/poedit|lib/poedit/poedit|g' src/tm/tm_migrate.cpp + patch -p1 <$srcdir/build-fix.patch } build() { -- cgit v1.2.3-54-g00ecf