Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: acc28b7d98b9
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b595877de920
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 26, 2021

  1. Copy the full SHA
    b595877 View commit details
Showing with 32 additions and 26 deletions.
  1. +0 −26 media-fonts/noto_emoji/noto_emoji-20190810.recipe
  2. +32 −0 media-fonts/noto_emoji/noto_emoji-20200916.recipe
26 changes: 0 additions & 26 deletions media-fonts/noto_emoji/noto_emoji-20190810.recipe

This file was deleted.

32 changes: 32 additions & 0 deletions media-fonts/noto_emoji/noto_emoji-20200916.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
SUMMARY="The Noto emoji font"
DESCRIPTION="Fonts containing Unicode emoji characters"
HOMEPAGE="https://www.google.com/get/noto/"
COPYRIGHT="2015-2020 Google Inc."
LICENSE="SIL Open Font License v1.1"
REVISION="1"
srcGitRev="v2020-09-16-unicode13_1"
SOURCE_URI="https://github.com/googlei18n/noto-emoji/archive/$srcGitRev.tar.gz"
SOURCE_FILENAME="noto-emoji-$srcGitRev.tar.gz"
CHECKSUM_SHA256="13ad521b42e395751c72c0bf5585bd354d2383c65abe1a6227743fa8661e0feb"
SOURCE_DIR="noto-emoji-2020-09-16-unicode13_1"

ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"

PROVIDES="
noto_emoji = $portVersion
"

PROVIDES_color="
noto_emoji_color = $portVersion
"

INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}

cp fonts/NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf ${FONTDIR}

packageEntries color ${FONTDIR}/NotoColorEmoji.ttf
}