Update to v2.038
This commit is contained in:
parent
68c31e68ee
commit
2ab1b3b486
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@
|
||||
/noto-emoji-aac7cca.tar.gz
|
||||
/noto-emoji-c05b4b4.tar.gz
|
||||
/noto-emoji-9a5261d.tar.gz
|
||||
/noto-emoji-e8073ab.tar.gz
|
||||
/Noto_Emoji.zip
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global commit0 9a5261d871451f9b5183c93483cbd68ed916b1e9
|
||||
%global commit0 e8073ab740292f8d5f19b5de144087ac58044d06
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global fontname google-noto-emoji
|
||||
@ -11,8 +11,8 @@
|
||||
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 20211102
|
||||
Release: 2%{?dist}
|
||||
Version: 20220916
|
||||
Release: 1%{?dist}
|
||||
Summary: Google “Noto Emoji” Black-and-White emoji font
|
||||
|
||||
# In noto-emoji-fonts source
|
||||
@ -28,6 +28,7 @@ URL: https://github.com/googlei18n/noto-emoji
|
||||
Source0: https://github.com/googlei18n/noto-emoji/archive/%{commit0}.tar.gz#/noto-emoji-%{shortcommit0}.tar.gz
|
||||
Source2: %{fontname}.metainfo.xml
|
||||
Source3: %{fontname}-color.metainfo.xml
|
||||
Source4: Noto_Emoji.zip
|
||||
|
||||
Patch0: noto-emoji-build-all-flags.patch
|
||||
Patch1: noto-emoji-use-gm.patch
|
||||
@ -67,7 +68,7 @@ Provides: google-noto-color-emoji-fonts = 20150617
|
||||
This package provides the Google “Noto Color Emoji” colored emoji font.
|
||||
|
||||
%prep
|
||||
%setup -n noto-emoji-%{commit0}
|
||||
%setup -a 4 -n noto-emoji-%{commit0}
|
||||
%patch0 -p1 -b .noto-emoji-build-all-flags
|
||||
%patch1 -p1 -b .noto-emoji-use-gm.patch
|
||||
%patch2 -p1 -b .noto-emoji-use-system-pngquant
|
||||
@ -94,7 +95,7 @@ install -m 0644 -p fonts/NotoColorEmoji.ttf %{buildroot}%{_fontdir}
|
||||
%endif
|
||||
|
||||
# Pre-built, and included with the source:
|
||||
install -m 0644 -p fonts/NotoEmoji-Regular.ttf %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p static/NotoEmoji-Regular.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/appdata
|
||||
install -m 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/appdata
|
||||
@ -112,6 +113,9 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 27 2022 Peng Wu <pwu@redhat.com> - 20220916-1
|
||||
- Update to v2.038
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211102-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (noto-emoji-9a5261d.tar.gz) = b80d3ca838e0cc66b6b6af9b368164da3f40bd22cfbb1d923a172bd51e87f1db9b7722494f220e4e912160664bb1c5318bbd9253981c1262ce563482d6cad7a4
|
||||
SHA512 (noto-emoji-e8073ab.tar.gz) = 4e9b01be1ac7853d840379f84350f2709212401ccebb221308eb83982a8673af9a8ef166952aba4d6f8d9939efc4989f38a7db69e022eb055f265ccba78884a6
|
||||
SHA512 (Noto_Emoji.zip) = 7a087ec5e8a458133b4314bdb64664ec316eb3b55f47c32b97cca1c36f639a7757722df0dd3b5d84a51e45324478f6fca0e9ccb084f798bf7681f9fb66320470
|
||||
|
Loading…
Reference in New Issue
Block a user