Package Details: otf-openmoji 14.0.0-1

Git Clone URL: https://aur.archlinux.org/otf-openmoji.git (read-only, click to copy)
Package Base: otf-openmoji
Description: Open source emojis for designers, developers and everyone else!
Upstream URL: https://openmoji.org/
Keywords: emoji font
Licenses: CCPL:by-sa
Submitter: yuanji
Maintainer: ilpianista
Last Packager: ilpianista
Votes: 17
Popularity: 0.048786
First Submitted: 2018-11-27 07:21 (UTC)
Last Updated: 2022-07-18 09:00 (UTC)

Latest Comments

pinsl commented on 2022-07-14 09:21 (UTC)

please update:

diff --git a/PKGBUILD b/PKGBUILD
index d1a9f0d..0911515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
 # Contributor: Gimo <self@gimo.me>

 pkgname=otf-openmoji
-pkgver=13.1.0
-pkgrel=1
+pkgver=14.0.0
+pkgrel=0
 pkgdesc="Open source emojis for designers, developers and everyone else!"
 arch=(any)
 url="https://openmoji.org/"
 license=(CCPL:by-sa)
 depends=(fontconfig)
 source=($pkgname-$pkgver.zip::"https://github.com/hfg-gmuend/openmoji/releases/download/$pkgver/openmoji-font.zip")
-sha256sums=('85587ae43d98dfa1a0c23622243e0692c7b3566cbd761e7370036c34321cbe76')
+sha256sums=('7e8d72de29216cd7b0f889dd82982baf2f2f11842ab8018ecac88bb43a109585')

 package() {
   mkdir -p "$pkgdir/usr/share/fonts/openmoji"

jef commented on 2021-06-13 03:04 (UTC)

Can you add provides=(emoji-font) to the PKGBUILD? This would be helpful to for other packages to include this in bundles.

ryshglene commented on 2020-04-07 07:08 (UTC)

This font package somehow chooses 'Black' style emojis by default. If you want to use only the 'Color' style emojis without having to remove the actually TTF file, you can blacklist it in fonts.conf like so:

<!-- Block OpenMoji Black from the list of fallback fonts. -->
<selectfont>
    <rejectfont>
        <pattern>
            <patelt name="family">
                <string>OpenMoji</string>
            </patelt>
            <patelt name="style">
                <string>Black</string>
            </patelt>
        </pattern>
    </rejectfont>
</selectfont>

andykluger commented on 2019-12-06 17:49 (UTC)

FYI the color emojis started showing up in firefox when I deleted /usr/share/fonts/openmoji/OpenMoji-Black.ttf