-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-fonts/noto-emoji*: rename (see message inside)
Signed-off-by: Vadim Misbakh-Soloviov <[email protected]>
- Loading branch information
Showing
6 changed files
with
58 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
inherit font git-r3 | ||
|
||
MY_PN="noto-fonts-emoji-apple" | ||
|
||
DESCRIPTION="Google Noto Emoji Fonts replaced with Apple branded emoji" | ||
HOMEPAGE="https://gitlab.com/timescam/noto-fonts-emoji-apple https://xdaforums.com/t/magisk-module-ios-13-2-emoji.3993487/" | ||
EGIT_REPO_URI="https://gitlab.com/timescam/${MY_PN}" | ||
|
||
LICENSE="Apache-2.0 OFL-1.1" | ||
SLOT="0" | ||
|
||
IUSE="apple-icons" | ||
|
||
RESTRICT="binchecks strip" | ||
|
||
FONT_SUFFIX="ttf" | ||
DOCS=( README.md ) | ||
|
||
pkg_pretend() { | ||
if ! use apple-icons; then | ||
die "\tThis ebuild currently only supports installing noto-emoji-apple." \ | ||
"\n\tThe package name was hijacked from google's noto package because it appeared as mandatory dependency for plasma" \ | ||
"\n\t(so it became a blocker for this font, but many users would consider apple's emojis beautifier)" \ | ||
"\n\t(but it is probably no way for apple-patched font to be packaged 'officialy'" \ | ||
"\n\t(as well as come to plasma) because of potential licensing issues)" \ | ||
"\n" \ | ||
"\n\tYou are seeing this message because you should make conscious decision" \ | ||
"\n\twhether you want to get hijacked font with apple emojis, or original google ones" \ | ||
"\n" \ | ||
"\n\tTL;DR: Please, just enable 'apple' USE-flag on ${CATEGORY}/${P}::${PORTAGE_REPO_NAME}" | ||
fi | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
move media-fonts/noto-emoji-apple virtual/noto-emoji-apple |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<description>Also, you can find me on IRC (Libera.Chat) as mva, or in Telegram as @mva_name</description> | ||
<name>Vadim A. Misbakh-Soloviov</name> | ||
</maintainer> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Noto Emoji (patched for Apple emojis) virtual package" | ||
|
||
SLOT="0" | ||
KEYWORDS="amd64 x86" | ||
|
||
RDEPEND="media-fonts/noto-emoji[apple-icons]" |