diff options
author | Wu Xiaotian <[email protected]> | 2019-09-02 10:38:45 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-07 15:20:22 +0200 |
commit | 6294de0acf38507697258c295785c213b4de08fd (patch) | |
tree | 99b9f06866b37661157f24f1f1d6feed83eccda0 /cursor-themes/mate-black | |
parent | 9721a255197643ad9fb67feef174e460232b9ba7 (diff) | |
download | mate-themes-6294de0acf38507697258c295785c213b4de08fd.tar.bz2 mate-themes-6294de0acf38507697258c295785c213b4de08fd.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'cursor-themes/mate-black')
-rw-r--r-- | cursor-themes/mate-black/Makefile.am | 5 | ||||
-rw-r--r-- | cursor-themes/mate-black/index.theme.in | 2 |
2 files changed, 4 insertions, 3 deletions
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 |