From 6b0620edf173bf36ccedbe205e24b90e00915c6b 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 --- cursor-themes/mate-black/Makefile.am | 5 +++-- cursor-themes/mate-black/index.theme.in | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'cursor-themes') diff --git a/cursor-themes/mate-black/Makefile.am b/cursor-themes/mate-black/Makefile.am index 54ded0d4..3bf75550 100644 --- a/cursor-themes/mate-black/Makefile.am +++ b/cursor-themes/mate-black/Makefile.am @@ -1,13 +1,14 @@ THEME_NAME=mate-black THEME_IN_FILES=index.theme.in -@INTLTOOL_THEME_RULE@ - themedir = $(datadir)/icons/$(THEME_NAME) theme_DATA = \ index.theme +$(theme_DATA): $(THEME_IN_FILES) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + SUBDIRS = \ cursors diff --git a/cursor-themes/mate-black/index.theme.in b/cursor-themes/mate-black/index.theme.in index be83c065..e3f36675 100644 --- a/cursor-themes/mate-black/index.theme.in +++ b/cursor-themes/mate-black/index.theme.in @@ -1,4 +1,4 @@ [Icon Theme] -_Name=MATE (Black) +Name=MATE (Black) Example=start-here -- cgit v1.2.1