b7b947af46
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/google-noto-emoji-fonts.git#94325ddf66c728c4f9d26ca832e8330dcda06ada
21 lines
974 B
Diff
21 lines
974 B
Diff
Index: noto-emoji-aac7ccaa4d1dea4543453b96f7d6fc47066a57ff/Makefile
|
|
===================================================================
|
|
--- noto-emoji-aac7ccaa4d1dea4543453b96f7d6fc47066a57ff.orig/Makefile
|
|
+++ noto-emoji-aac7ccaa4d1dea4543453b96f7d6fc47066a57ff/Makefile
|
|
@@ -207,7 +207,7 @@ $(COMPRESSED_DIR)/%.png: $(QUANTIZED_DIR
|
|
@rm -f "$@"
|
|
ttx "$<"
|
|
|
|
-$(EMOJI).ttf: check_sequence $(EMOJI).tmpl.ttf $(EMOJI_BUILDER) $(PUA_ADDER) \
|
|
+$(EMOJI).ttf: $(EMOJI).tmpl.ttf $(EMOJI_BUILDER) $(PUA_ADDER) \
|
|
$(ALL_COMPRESSED_FILES) | check_tools
|
|
|
|
@$(PYTHON) $(EMOJI_BUILDER) $(SMALL_METRICS) -V $(word 2,$^) "$@" "$(COMPRESSED_DIR)/emoji_u"
|
|
@@ -231,5 +231,5 @@ clean:
|
|
.SECONDARY: $(EMOJI_FILES) $(FLAG_FILES) $(RESIZED_FLAG_FILES) $(RENAMED_FLAG_FILES) \
|
|
$(ALL_QUANTIZED_FILES) $(ALL_COMPRESSED_FILES)
|
|
|
|
-.PHONY: clean flags emoji renamed_flags quantized compressed check_tools
|
|
+.PHONY: clean flags emoji renamed_flags quantized compressed check_tools check_sequence
|
|
|