From 6294de0acf38507697258c295785c213b4de08fd Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 2 Sep 2019 10:38:45 +0800 Subject: migrate from intltool to gettext --- desktop-themes/BlueMenta/Makefile.am | 5 +++-- desktop-themes/BlueMenta/index.theme.in | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/Makefile.am b/desktop-themes/BlueMenta/Makefile.am index 198d6eda..ad296ffe 100644 --- a/desktop-themes/BlueMenta/Makefile.am +++ b/desktop-themes/BlueMenta/Makefile.am @@ -1,8 +1,6 @@ THEME_NAME=BlueMenta THEME_IN_FILES=index.theme.in -@INTLTOOL_THEME_RULE@ - themedir = $(datadir)/themes/$(THEME_NAME) theme_DATA = \ @@ -10,6 +8,9 @@ theme_DATA = \ index.theme \ README +%.theme: %.theme.in + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + SUBDIRS = \ cinnamon \ emerald \ diff --git a/desktop-themes/BlueMenta/index.theme.in b/desktop-themes/BlueMenta/index.theme.in index 4399c17f..d1577053 100644 --- a/desktop-themes/BlueMenta/index.theme.in +++ b/desktop-themes/BlueMenta/index.theme.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=X-GNOME-Metatheme Name=BlueMenta -_Comment=A clean light theme with blue elements +Comment=A clean light theme with blue elements Encoding=UTF-8 [X-GNOME-Metatheme] -- cgit v1.2.1