diff options
author | Wu Xiaotian <[email protected]> | 2019-09-02 10:38:45 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-09-03 18:02:56 +0200 |
commit | 6b0620edf173bf36ccedbe205e24b90e00915c6b (patch) | |
tree | a73d21e7f8ab0e7444a375eeaff2cf96080b410d /cursor-themes | |
parent | fac968695c7e20b02e49b8d2e7b349d787173153 (diff) | |
download | mate-themes-6b0620edf173bf36ccedbe205e24b90e00915c6b.tar.bz2 mate-themes-6b0620edf173bf36ccedbe205e24b90e00915c6b.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'cursor-themes')
-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 |