diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | mate-indicator-applet.pot | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 220d315..32b36cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall \ + CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ indicator-applet-*.tar.gz \ diff --git a/mate-indicator-applet.pot b/mate-indicator-applet.pot index 18ca636..86fd4ce 100644 --- a/mate-indicator-applet.pot +++ b/mate-indicator-applet.pot @@ -6,15 +6,15 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-17 09:36+0100\n" +"POT-Creation-Date: 2018-12-21 16:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.in.in.h:1 |