From da0a0d88caa1bf934ebf314ef86e15928dbb027b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 May 2013 00:36:35 -0700 Subject: Tue May 7 00:36:35 PDT 2013 --- community/desmume/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/desmume') diff --git a/community/desmume/PKGBUILD b/community/desmume/PKGBUILD index 7fbd8f70e..2df6273f0 100644 --- a/community/desmume/PKGBUILD +++ b/community/desmume/PKGBUILD @@ -1,6 +1,7 @@ -# $Id: PKGBUILD 89839 2013-05-03 06:49:03Z schuay $ -# Maintainer: Jonathan Conder -# Maintainer: Brad Fanella +# $Id: PKGBUILD 89975 2013-05-06 15:32:51Z schuay $ +# Maintainer: schuay +# Contributor: Jonathan Conder +# Contributor: Brad Fanella # Contributor: Arkham # Contributor: Nathan Jones # Contributor: Javier "Phrodo_00" Aravena @@ -12,7 +13,7 @@ pkgname=desmume pkgver=0.9.9 -pkgrel=1 +pkgrel=2 pkgdesc="Nintendo DS emulator" arch=('i686' 'x86_64') url="http://desmume.org/" @@ -26,6 +27,10 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$srcdir/$pkgname-$pkgver" + # See https://bugs.archlinux.org/task/35086 and + # https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291 + sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in + ./configure --prefix=/usr --enable-wifi make } -- cgit v1.2.3-54-g00ecf