summaryrefslogtreecommitdiff
path: root/media-fonts/noto-emoji/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-19 18:35:20 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-19 18:35:20 +0000
commit810f2cdadf662a6bfaaed425b6ecd216a301cd3d (patch)
treed1b578ce00d7b8ca78dac3989410f667d8e78c06 /media-fonts/noto-emoji/files
parent1d300fd75dc60cab2ca6e0bb0016b09a4fb7c67a (diff)
gentoo auto-resync : 19:03:2023 - 18:35:20
Diffstat (limited to 'media-fonts/noto-emoji/files')
-rw-r--r--media-fonts/noto-emoji/files/noto-emoji-20180823-build-path.patch11
-rw-r--r--media-fonts/noto-emoji/files/noto-emoji-20190328-use-gm.patch27
-rw-r--r--media-fonts/noto-emoji/files/noto-emoji-build-all-flags.patch11
-rw-r--r--media-fonts/noto-emoji/files/noto-emoji-pngquant-verbose.patch11
4 files changed, 0 insertions, 60 deletions
diff --git a/media-fonts/noto-emoji/files/noto-emoji-20180823-build-path.patch b/media-fonts/noto-emoji/files/noto-emoji-20180823-build-path.patch
deleted file mode 100644
index 151f88251524..000000000000
--- a/media-fonts/noto-emoji/files/noto-emoji-20180823-build-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/add_glyphs.py.old 2018-11-18 11:11:56.387323302 +0100
-+++ b/add_glyphs.py 2018-11-18 11:12:18.203529159 +0100
-@@ -22,7 +22,7 @@
- import add_emoji_gsub
- import add_aliases
-
--sys.path.append(
-+sys.path.insert(0,
- path.join(os.path.dirname(__file__), 'third_party', 'color_emoji'))
- from png import PNG
-
diff --git a/media-fonts/noto-emoji/files/noto-emoji-20190328-use-gm.patch b/media-fonts/noto-emoji/files/noto-emoji-20190328-use-gm.patch
deleted file mode 100644
index 6b51d0f52168..000000000000
--- a/media-fonts/noto-emoji/files/noto-emoji-20190328-use-gm.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/Makefile~ 2019-03-28 17:45:53.000000000 +0100
-+++ b/Makefile 2019-06-02 10:36:55.587055453 +0200
-@@ -21,7 +21,7 @@
- PNGQUANT = pngquant
- PNGQUANTFLAGS = --speed 1 --skip-if-larger --quality 85-95 --force
- BODY_DIMENSIONS = 136x128
--IMOPS := -size $(BODY_DIMENSIONS) canvas:none -compose copy -gravity center
-+IMOPS = -size 136x128 -background none -gravity center -extent 136x128 -compose copy
-
- # zopflipng is better (about 5-10%) but much slower. it will be used if
- # present. pass ZOPFLIPNG= as an arg to make to use optipng instead.
-@@ -165,13 +165,13 @@
- # imagemagick packaged with ubuntu trusty (6.7.7-10) by using -composite.
-
- $(EMOJI_DIR)/%.png: $(EMOJI_SRC_DIR)/%.png | $(EMOJI_DIR)
-- @convert $(IMOPS) "$<" -composite "PNG32:$@"
-+ @gm convert $(IMOPS) "$<" "PNG32:$@"
-
- $(FLAGS_DIR)/%.png: $(FLAGS_SRC_DIR)/%.png ./waveflag | $(FLAGS_DIR)
- @./waveflag $(FLAGS_DIR)/ "$<"
-
- $(RESIZED_FLAGS_DIR)/%.png: $(FLAGS_DIR)/%.png | $(RESIZED_FLAGS_DIR)
-- @convert $(IMOPS) "$<" -composite "PNG32:$@"
-+ @gm convert $(IMOPS) "$<" "PNG32:$@"
-
- flag-symlinks: $(RESIZED_FLAG_FILES) | $(RENAMED_FLAGS_DIR)
- @$(subst ^, , \
diff --git a/media-fonts/noto-emoji/files/noto-emoji-build-all-flags.patch b/media-fonts/noto-emoji/files/noto-emoji-build-all-flags.patch
deleted file mode 100644
index 564b08a59078..000000000000
--- a/media-fonts/noto-emoji/files/noto-emoji-build-all-flags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- old/Makefile 2018-05-03 20:32:14.000000000 +0200
-+++ new/Makefile 2018-05-08 11:48:20.811073447 +0200
-@@ -78,7 +78,7 @@
-
- ALL_FLAGS = $(basename $(notdir $(wildcard $(FLAGS_SRC_DIR)/*.png)))
-
--FLAGS = $(SELECTED_FLAGS)
-+FLAGS = $(ALL_FLAGS)
-
- FLAG_NAMES = $(FLAGS:%=%.png)
- FLAG_FILES = $(addprefix $(FLAGS_DIR)/, $(FLAG_NAMES))
diff --git a/media-fonts/noto-emoji/files/noto-emoji-pngquant-verbose.patch b/media-fonts/noto-emoji/files/noto-emoji-pngquant-verbose.patch
deleted file mode 100644
index 8a152bea23d9..000000000000
--- a/media-fonts/noto-emoji/files/noto-emoji-pngquant-verbose.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile~ 2020-04-22 23:04:44.000000000 +0200
-+++ b/Makefile 2020-04-22 23:06:42.069275340 +0200
-@@ -20,7 +20,7 @@
-
- PNGQUANT = pngquant
- PYTHON = python3
--PNGQUANTFLAGS = --speed 1 --skip-if-larger --quality 85-95 --force
-+PNGQUANTFLAGS = --speed 1 --skip-if-larger --quality 85-95 --force -v
- BODY_DIMENSIONS = 136x128
- IMOPS := -size $(BODY_DIMENSIONS) canvas:none -compose copy -gravity center
-