[arch-commits] Commit in desmume/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Mar 30 21:10:58 UTC 2019


    Date: Saturday, March 30, 2019 @ 21:10:58
  Author: bgyorgy
Revision: 446412

upgpkg: desmume 0.9.11-6

Add back fix for locales, it's still needed

Modified:
  desmume/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 21:01:17 UTC (rev 446411)
+++ PKGBUILD	2019-03-30 21:10:58 UTC (rev 446412)
@@ -12,7 +12,7 @@
 
 pkgname=desmume
 pkgver=0.9.11
-pkgrel=5
+pkgrel=6
 pkgdesc="Nintendo DS emulator"
 arch=('x86_64')
 url="http://desmume.org/"
@@ -29,6 +29,11 @@
   # Fix build
   patch -Np1 -i ../gcc6_fixes.patch
   patch -Np1 -i ../gcc7_fixes.patch
+
+ 
+  # 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
 }
 
 build() {



More information about the arch-commits mailing list