aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-06-09 19:50:41 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-06-09 19:50:41 +0200
commit99c1e0a65e882e88a925c8e78daf9a84ca8e09a8 (patch)
treec9cbfb75c5ba7c496acfa58e5000d437e66a5198
parent831880387d40567aa2f1eb696921b2bc3b6f672d (diff)
community/font-noto-emoji: remove unused configuration file
See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/20727#note_154063
-rw-r--r--community/font-noto-emoji/66-noto-color-emoji.conf27
-rw-r--r--community/font-noto-emoji/APKBUILD9
2 files changed, 3 insertions, 33 deletions
diff --git a/community/font-noto-emoji/66-noto-color-emoji.conf b/community/font-noto-emoji/66-noto-color-emoji.conf
deleted file mode 100644
index 4f7c74c28eb..00000000000
--- a/community/font-noto-emoji/66-noto-color-emoji.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-
-<!--
-Set Noto Color Emoji as fallback for Noto family
--->
-
-<fontconfig>
- <match target="scan">
- <test name="family"><string>Noto Color Emoji</string></test>
- <edit name="charset" mode="assign">
- <minus>
- <name>charset</name>
- <charset><range>
- <int>0x0000</int>
- <int>0x00FF</int>
- </range></charset>
- </minus>
- </edit>
- </match>
- <match>
- <test name="family" compare="contains"><string>Noto </string></test>
- <edit name="family" mode="append" binding="weak">
- <string>Noto Color Emoji</string>
- </edit>
- </match>
-</fontconfig>
diff --git a/community/font-noto-emoji/APKBUILD b/community/font-noto-emoji/APKBUILD
index f5aea5ec6e7..030e4681c66 100644
--- a/community/font-noto-emoji/APKBUILD
+++ b/community/font-noto-emoji/APKBUILD
@@ -24,7 +24,6 @@ makedepends="
zopfli
"
source="https://github.com/googlei18n/noto-emoji/archive/$_commit/font-noto-emoji-$_commit.tar.gz
- 66-noto-color-emoji.conf
"
options="!check" # No code to test
builddir="$srcdir/noto-emoji-$_commit"
@@ -39,10 +38,8 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/fonts/noto \
NotoColorEmoji.ttf \
fonts/NotoEmoji-Regular.ttf
-
- # TODO: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/20727#note_154063
- #install -Dm644 "$srcdir"/66-noto-color-emoji.conf -t "$pkgdir"/etc/fonts/conf.d/
}
-sha512sums="d497c4ecaf299ade23b1f6a3bc6e98d7dbbb619e51f067496d4a4dbf71693c96de26263af595c0aae86c63dcea8be190718f5477af645d4338989f25cc3ab848 font-noto-emoji-aac7ccaa4d1dea4543453b96f7d6fc47066a57ff.tar.gz
-7034650a1bec1464a59a8f8bf06494216acef017a2625a0f57367177336d2fb3d93d80ce34b970135a0ad111fbf0305c4cb05b071147336141933a66d6be680e 66-noto-color-emoji.conf"
+sha512sums="
+d497c4ecaf299ade23b1f6a3bc6e98d7dbbb619e51f067496d4a4dbf71693c96de26263af595c0aae86c63dcea8be190718f5477af645d4338989f25cc3ab848 font-noto-emoji-aac7ccaa4d1dea4543453b96f7d6fc47066a57ff.tar.gz
+"