mirror of https://github.com/snes9xgit/snes9x.git
GTK+: Update gettext and remove intltool.
This commit is contained in:
parent
8106c284d5
commit
62425f7f43
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
3956
gtk/po/es.po
3956
gtk/po/es.po
File diff suppressed because it is too large
Load Diff
2898
gtk/po/fr_FR.po
2898
gtk/po/fr_FR.po
File diff suppressed because it is too large
Load Diff
1281
gtk/po/ja.po
1281
gtk/po/ja.po
File diff suppressed because it is too large
Load Diff
3065
gtk/po/pt_BR.po
3065
gtk/po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2629
gtk/po/ru.po
2629
gtk/po/ru.po
File diff suppressed because it is too large
Load Diff
2976
gtk/po/sr@latin.po
2976
gtk/po/sr@latin.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue