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/Blue-Submarine/Makefile.am | 5 +++-- desktop-themes/Blue-Submarine/index.theme.in | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/Makefile.am b/desktop-themes/Blue-Submarine/Makefile.am index 0b74e802..e70fee01 100644 --- a/desktop-themes/Blue-Submarine/Makefile.am +++ b/desktop-themes/Blue-Submarine/Makefile.am @@ -1,12 +1,13 @@ THEME_NAME=Blue-Submarine THEME_IN_FILES=index.theme.in -@INTLTOOL_THEME_RULE@ - themedir = $(datadir)/themes/$(THEME_NAME) theme_DATA = index.theme +$(theme_DATA): $(THEME_IN_FILES) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + SUBDIRS = \ cinnamon \ emerald \ diff --git a/desktop-themes/Blue-Submarine/index.theme.in b/desktop-themes/Blue-Submarine/index.theme.in index e0d2048c..957b40b6 100644 --- a/desktop-themes/Blue-Submarine/index.theme.in +++ b/desktop-themes/Blue-Submarine/index.theme.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=X-GNOME-Metatheme Name=Blue-Submarine -_Comment=A medium blue theme with dark menus and panel +Comment=A medium blue theme with dark menus and panel Encoding=UTF-8 [X-GNOME-Metatheme] -- cgit v1.2.1