import google-noto-emoji-fonts-20211102-1.el9
This commit is contained in:
parent
3eac17beb1
commit
2ae48f1345
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/noto-emoji-aac7cca.tar.gz
|
SOURCES/noto-emoji-9a5261d.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
5e6a809412c3947debe432adea4bbaf7310d8af4 SOURCES/noto-emoji-aac7cca.tar.gz
|
09fc7c375808a9d0bb190fe2101472ddc5064df4 SOURCES/noto-emoji-9a5261d.tar.gz
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
diff -ru noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f/Makefile
|
Index: noto-emoji-c05b4b47c8250ccd232780cae46d66a8179e77ab/Makefile
|
||||||
--- noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile 2020-07-23 18:53:36.935321925 +0200
|
===================================================================
|
||||||
+++ noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f/Makefile 2020-07-23 19:05:20.380141144 +0200
|
--- noto-emoji-c05b4b47c8250ccd232780cae46d66a8179e77ab.orig/Makefile
|
||||||
@@ -15,10 +15,10 @@
|
+++ noto-emoji-c05b4b47c8250ccd232780cae46d66a8179e77ab/Makefile
|
||||||
EMOJI = NotoColorEmoji
|
@@ -16,10 +16,10 @@ EMOJI = NotoColorEmoji
|
||||||
font: $(EMOJI).ttf
|
EMOJI_WINDOWS = NotoColorEmoji_WindowsCompatible
|
||||||
|
all: $(EMOJI).ttf $(EMOJI_WINDOWS).ttf
|
||||||
|
|
||||||
-CFLAGS = -std=c99 -Wall -Wextra `pkg-config --cflags --libs cairo`
|
-CFLAGS = -std=c99 -Wall -Wextra `pkg-config --cflags --libs cairo`
|
||||||
+CFLAGS = $(OPT_CFLAGS) -Wextra `pkg-config --cflags --libs cairo`
|
+CFLAGS = $(OPT_CFLAGS) -Wextra `pkg-config --cflags --libs cairo`
|
||||||
@ -14,7 +15,7 @@ diff -ru noto-emoji-d5e261484286d33a1fe8a02676f5907ecc02106f.orig/Makefile noto-
|
|||||||
PYTHON = python3
|
PYTHON = python3
|
||||||
PNGQUANTFLAGS = --speed 1 --skip-if-larger --quality 85-95 --force
|
PNGQUANTFLAGS = --speed 1 --skip-if-larger --quality 85-95 --force
|
||||||
BODY_DIMENSIONS = 136x128
|
BODY_DIMENSIONS = 136x128
|
||||||
@@ -87,9 +87,9 @@
|
@@ -88,9 +88,9 @@ ifeq (,$(shell which $(ZOPFLIPNG)))
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%global commit0 aac7ccaa4d1dea4543453b96f7d6fc47066a57ff
|
%global commit0 9a5261d871451f9b5183c93483cbd68ed916b1e9
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%global fontname google-noto-emoji
|
%global fontname google-noto-emoji
|
||||||
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 20200916
|
Version: 20211102
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Google “Noto Emoji” Black-and-White emoji font
|
Summary: Google “Noto Emoji” Black-and-White emoji font
|
||||||
|
|
||||||
# In noto-emoji-fonts source
|
# In noto-emoji-fonts source
|
||||||
@ -112,6 +112,10 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 1 2022 Peng Wu <pwu@redhat.com> - 20211102-1
|
||||||
|
- Update to v2.034
|
||||||
|
- Resolves: #2118299
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20200916-4
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20200916-4
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user