Update to upstream snapshot tarball (Unicode 13.1.0 support)
This commit is contained in:
parent
58d2109df6
commit
be6cad7257
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/noto-emoji-ac1703e.tar.gz
|
||||
/noto-emoji-f8131fc.tar.gz
|
||||
/noto-emoji-d5e2614.tar.gz
|
||||
/noto-emoji-aac7cca.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global commit0 d5e261484286d33a1fe8a02676f5907ecc02106f
|
||||
%global commit0 aac7ccaa4d1dea4543453b96f7d6fc47066a57ff
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global fontname google-noto-emoji
|
||||
@ -11,8 +11,8 @@
|
||||
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 20200723
|
||||
Release: 2%{?dist}
|
||||
Version: 20200916
|
||||
Release: 1%{?dist}
|
||||
Summary: Google “Noto Emoji” Black-and-White emoji font
|
||||
|
||||
# In noto-emoji-fonts source
|
||||
@ -32,7 +32,6 @@ Source3: %{fontname}-color.metainfo.xml
|
||||
Patch0: noto-emoji-build-all-flags.patch
|
||||
Patch1: noto-emoji-use-gm.patch
|
||||
Patch2: noto-emoji-use-system-pngquant.patch
|
||||
Patch3: noto-emoji-check-sequence.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gcc
|
||||
@ -71,7 +70,6 @@ This package provides the Google “Noto Color Emoji” colored emoji font.
|
||||
%patch0 -p1 -b .noto-emoji-build-all-flags
|
||||
%patch1 -p1 -b .noto-emoji-use-gm.patch
|
||||
%patch2 -p1 -b .noto-emoji-use-system-pngquant
|
||||
%patch3 -p1 -b .noto-emoji-check-sequence
|
||||
|
||||
rm -rf third_party/pngquant
|
||||
|
||||
@ -113,6 +111,9 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 24 2020 Peng Wu <pwu@redhat.com> - 20200916-1
|
||||
- Update to upstream snapshot tarball (Unicode 13.1.0 support)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200723-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
diff -ru noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f/Makefile
|
||||
--- noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile 2020-07-22 04:16:40.000000000 +0200
|
||||
+++ noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f/Makefile 2020-07-24 12:36:48.786209598 +0200
|
||||
@@ -206,7 +206,7 @@
|
||||
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 "$<"
|
||||
|
||||
@ -9,12 +10,11 @@ diff -ru noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile noto-
|
||||
+$(EMOJI).ttf: $(EMOJI).tmpl.ttf $(EMOJI_BUILDER) $(PUA_ADDER) \
|
||||
$(ALL_COMPRESSED_FILES) | check_tools
|
||||
|
||||
@$(PYTHON) $(EMOJI_BUILDER) $(SMALL_METRICS) -V $< "$@" "$(COMPRESSED_DIR)/emoji_u"
|
||||
@@ -230,5 +230,5 @@
|
||||
@$(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
|
||||
|
||||
noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f のみに存在: Makefile.~1~
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (noto-emoji-d5e2614.tar.gz) = 9b3960151114e57b94d698d1dc9d794da97d7061bf60e24f6b2513c40ef73bcd8db4b239c60719adf102a825713dc3086a825d1e58e2000f1b00438b8795d75e
|
||||
SHA512 (noto-emoji-aac7cca.tar.gz) = d497c4ecaf299ade23b1f6a3bc6e98d7dbbb619e51f067496d4a4dbf71693c96de26263af595c0aae86c63dcea8be190718f5477af645d4338989f25cc3ab848
|
||||
|
Loading…
Reference in New Issue
Block a user