diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-03-19 17:34:39 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-03-19 17:56:32 +0100 |
commit | 70234672c7fb2716c2284bb17f0798c5488d49ab (patch) | |
tree | 906c5185bd2cc981d9af13b1216efbf2733c640d /media-fonts/noto-emoji | |
parent | dev-qt/qtwebengine: fixup build/no-build detection for 6.4.3 (diff) | |
download | gentoo-70234672c7fb2716c2284bb17f0798c5488d49ab.tar.gz gentoo-70234672c7fb2716c2284bb17f0798c5488d49ab.tar.bz2 gentoo-70234672c7fb2716c2284bb17f0798c5488d49ab.zip |
media-fonts/noto-emoji: drop 20220912
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-fonts/noto-emoji')
5 files changed, 0 insertions, 176 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 - diff --git a/media-fonts/noto-emoji/noto-emoji-20220912.ebuild b/media-fonts/noto-emoji/noto-emoji-20220912.ebuild deleted file mode 100644 index 2d31c4c23a4f..000000000000 --- a/media-fonts/noto-emoji/noto-emoji-20220912.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) - -inherit font python-any-r1 - -DESCRIPTION="Google Noto Emoji fonts" -HOMEPAGE="https://www.google.com/get/noto/ https://github.com/googlefonts/noto-emoji" - -COMMIT="e8073ab740292f8d5f19b5de144087ac58044d06" -SRC_URI="https://github.com/googlefonts/noto-emoji/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 OFL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="buildfont" - -BDEPEND=" - buildfont? ( - ${PYTHON_DEPS} - app-arch/zopfli - $(python_gen_any_dep ' - >=dev-python/fonttools-4.7.0[${PYTHON_USEDEP}] - >=dev-python/nototools-0.2.13[${PYTHON_USEDEP}] - ') - media-gfx/pngquant - x11-libs/cairo - || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] ) - ) -" - -RESTRICT="binchecks strip" - -S="${WORKDIR}/${PN}-${COMMIT}" - -python_check_deps() { - python_has_version ">=dev-python/fonttools-4.7.0[${PYTHON_USEDEP}]" \ - ">=dev-python/nototools-0.2.13[${PYTHON_USEDEP}]" -} - -pkg_setup() { - font_pkg_setup - use buildfont && python-any-r1_pkg_setup -} - -src_prepare() { - default - - # Drop font for Windows 10 - rm fonts/NotoColorEmoji_WindowsCompatible.ttf || die - - if use buildfont; then - # From Fedora - eapply "${FILESDIR}/${PN}-build-all-flags.patch" - - # https://github.com/googlei18n/noto-emoji/issues/240 - eapply "${FILESDIR}/${PN}-20180823-build-path.patch" - - # Be more verbose, bug #717654 - eapply "${FILESDIR}"/${PN}-pngquant-verbose.patch - sed -i -e 's:@$(ZOPFLIPNG) -y "$<" "$@" 1> /dev/null 2>&1:@$(ZOPFLIPNG) -y "$<" "$@":g' Makefile || die - - # Based on Fedora patch to allow graphicsmagick usage - if has_version -b media-gfx/graphicsmagick[png]; then - eapply "${FILESDIR}/${PN}-20190328-use-gm.patch" - fi - fi -} - -src_compile() { - if ! use buildfont; then - einfo "Installing pre-built fonts provided by upstream." - einfo "They could be not fully updated or miss some items." - einfo "To build fonts based on latest images enable 'buildfont'" - einfo "USE (that will require more time and resources too)." - else - python_setup - einfo "Building fonts..." - - # From Debian: - # The build requires a VIRTUAL_ENV variable and sequence check isn't working - VIRTUAL_ENV=true \ - BYPASS_SEQUENCE_CHECK=true \ - default - fi -} - -src_install() { - if ! use buildfont; then - FONT_S="${S}/fonts" - # Drop non used fonts - rm -f fonts/*COLR*.ttf || die - else - # Drop Windows compatible fonts and temporal files - rm -f *tmpl.ttf *Windows*.ttf *COLR*.ttf || die - - # Built fonts - FONT_S="${S}" - - # Don't lose fancy emoji icons - for i in 32 72 128 512; do - insinto "/usr/share/icons/${PN}/${i}/emotes/" - doins png/"${i}"/*.png - done - - insinto /usr/share/icons/"${PN}"/scalable/emotes/ - doins svg/*.svg - fi - - FONT_SUFFIX="ttf" - font_src_install - - dodoc README.md -} |