diff options
author | Wu Xiaotian <[email protected]> | 2019-10-30 20:33:54 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-11 23:18:35 +0100 |
commit | f5354df76377627dde56b079c9328b46865033d2 (patch) | |
tree | e49277e64f87be43bbb3ea1008f3f56916f743e0 /libmate-panel-applet | |
parent | 1614cec077ab369640b24ff73045bf470ca93683 (diff) | |
download | mate-panel-f5354df76377627dde56b079c9328b46865033d2.tar.bz2 mate-panel-f5354df76377627dde56b079c9328b46865033d2.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'libmate-panel-applet')
3 files changed, 16 insertions, 15 deletions
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index b5f6e6c9..e7a2c22a 100644 --- a/libmate-panel-applet/Makefile.am +++ b/libmate-panel-applet/Makefile.am @@ -92,13 +92,13 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmatepanelapplet-4.0.pc appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.panel.TestApplet.mate-panel-applet.in -noinst_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) - -@PANEL_INTLTOOL_MATE_PANEL_APPLET_RULE@ +applet_in_files = org.mate.panel.TestApplet.mate-panel-applet.desktop.in +noinst_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) +$(noinst_DATA): $(applet_in_files) + $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ EXTRA_DIST = \ - org.mate.panel.TestApplet.mate-panel-applet.in \ + org.mate.panel.TestApplet.mate-panel-applet.desktop.in \ mate-panel-applet-marshal.list \ libmatepanelapplet-4.0.pc.in \ libmatepanelapplet-4.0-uninstalled.pc.in diff --git a/libmate-panel-applet/org.mate.panel.TestApplet.mate-panel-applet.desktop.in b/libmate-panel-applet/org.mate.panel.TestApplet.mate-panel-applet.desktop.in new file mode 100644 index 00000000..aad90fdb --- /dev/null +++ b/libmate-panel-applet/org.mate.panel.TestApplet.mate-panel-applet.desktop.in @@ -0,0 +1,11 @@ +[Applet Factory] +Id=TestAppletFactory +Location=test-dbus-applet +Name=Test DBus Applet Factory +Description=Factory for Test DBus Applet + +[TestApplet] +Name=Test DBus Applet +Description=A simple applet for testing the MATE panel +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=mate-gegl diff --git a/libmate-panel-applet/org.mate.panel.TestApplet.mate-panel-applet.in b/libmate-panel-applet/org.mate.panel.TestApplet.mate-panel-applet.in deleted file mode 100644 index 10a9544f..00000000 --- a/libmate-panel-applet/org.mate.panel.TestApplet.mate-panel-applet.in +++ /dev/null @@ -1,10 +0,0 @@ -[Applet Factory] -Id=TestAppletFactory -Location=test-dbus-applet -_Name=Test DBus Applet Factory -_Description=Factory for Test DBus Applet - -[TestApplet] -_Name=Test DBus Applet -_Description=A simple applet for testing the MATE panel -Icon=mate-gegl |