summaryrefslogtreecommitdiff
path: root/mate-about
diff options
context:
space:
mode:
authorMarty E. Plummer <[email protected]>2019-03-24 20:20:56 -0500
committerraveit65 <[email protected]>2019-04-04 17:17:33 +0200
commit92dd65c5530cf5a530e21a9a7ef91bc265985554 (patch)
treed659b1a673700faa5c5449f9ba2246f68d694f40 /mate-about
parentd338e635e6ce023fab06889a89f47c52d86028d5 (diff)
downloadmate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.bz2
mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.xz
i18n: port from intltool to gettext
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'mate-about')
-rw-r--r--mate-about/Makefile.am6
-rw-r--r--mate-about/mate-about.desktop.in4
-rw-r--r--mate-about/mate-version.xml.in (renamed from mate-about/mate-version.xml.in.in)0
3 files changed, 4 insertions, 6 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am
index 7e028e6..7495e05 100644
--- a/mate-about/Makefile.am
+++ b/mate-about/Makefile.am
@@ -9,17 +9,15 @@ AM_CPPFLAGS = \
-DLOCALE_DIR=\"$(datadir)/locale\" \
-DPIXMAPS_DIR=\"$(datadir)/pixmaps/\"
-@INTLTOOL_DESKTOP_RULE@
-
desktopdir = $(datadir)/applications
desktop_in_files = mate-about.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+mate-about.desktop: mate-about.desktop.in
+ $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
versiondir = $(datadir)/mate-about
version_DATA = mate-version.xml
-@INTLTOOL_XML_RULE@
-
EXTRA_DIST = $(desktop_in_files) \
mate-version.xml.in
diff --git a/mate-about/mate-about.desktop.in b/mate-about/mate-about.desktop.in
index 01eb829..4d84b59 100644
--- a/mate-about/mate-about.desktop.in
+++ b/mate-about/mate-about.desktop.in
@@ -1,6 +1,6 @@
[Desktop Entry]
-_Name=About MATE
-_Comment=Learn more about MATE
+Name=About MATE
+Comment=Learn more about MATE
Exec=mate-about
Icon=mate
Terminal=false
diff --git a/mate-about/mate-version.xml.in.in b/mate-about/mate-version.xml.in
index 524afa8..524afa8 100644
--- a/mate-about/mate-version.xml.in.in
+++ b/mate-about/mate-version.xml.in