GTK+: Update gettext and remove intltool.

This commit is contained in:
Brandon Wright 2018-12-03 20:10:35 -06:00
parent 8106c284d5
commit 62425f7f43
9 changed files with 9585 additions and 7249 deletions

View File

@ -1,10 +1,2 @@
#!/bin/sh
glib-gettextize -f -c
intltoolize --copy --force --automake
aclocal
automake --add-missing --copy
autoconf
rm -f intltool-extract.in intltool-merge.in intltool-update.in
autoreconf -i -f

View File

@ -26,12 +26,12 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AM_PROG_CC_C_O
IT_PROG_INTLTOOL([0.37.0])
GETTEXT_PACKAGE=[snes9x-gtk]
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")
AM_GLIB_GNU_GETTEXT
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.19.2])
snes9xlocaledir='${prefix}/${DATADIRNAME}/locale'
snes9xdatadir='${prefix}/${DATADIRNAME}/snes9x'

15
gtk/po/Makevars Normal file
View File

@ -0,0 +1,15 @@
DOMAIN = $(PACKAGE)
subdir = po
top_builddir = ..
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
COPYRIGHT_HOLDER = Snes9x
PACKAGE_GNU = no
MSGID_BUGS_ADDRESS = none
EXTRA_LOCALE_CATEGORIES =
USE_MSGCTXT = no
MSGMERGE_OPTIONS =
MSGINIT_OPTIONS =
MSGFMT_OPTS =
PO_DEPENDS_ON_POT = yes
DIST_DEPENDS_ON_UPDATE_PO = yes

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff