Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E74A77819D8 for <~alpine/aports@lists.alpinelinux.org>; Sat, 24 Jul 2021 11:46:07 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1627127166; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8UM+Sv/Q/pCL7eTiQXazvGiLk5Sbg1YUjjxwabe2XDA=; b=TgWavr7QA0qzk5jdSgDbnjS52I9Qr2MtNQd0x2RvwgZK5dxB8MZF+Eaaa5qBycYEZqgMH+ f+KCi84UYxUHEZI0PGM/LhjhakMiwPHkerEEUNvmsyFofcbBf10P4F97CnVEl4y7UHB0C7 Cj5etlzWvoOwyJA+IOABx9MP8G8hMrQikk0AuVYDcRIVAbfsVa2mMEdVgLXBpxPVY9hPpu y/AxFqRdqkAsG5eSFwAPp5gpWJuPpamZ0/pI8JMgyIvWALqAG0vzTwdq+5EaFz41Zi0q7H G823SjaPUVth+/P6+AmM4FM2v5M519deU5wQC8sq7Zg3Of+MBqNKPuYCjAIvmA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/font-noto: enable some ancient scripts Date: Sat, 24 Jul 2021 13:46:02 +0200 Message-Id: <20210724114602.26879-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/font-noto/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/font-noto/APKBUILD b/community/font-noto/APKBUILD index 7cfb0b01a2..2b4d21db9c 100644 --- a/community/font-noto/APKBUILD +++ b/community/font-noto/APKBUILD @@ -3,7 +3,7 @@ pkgname=font-noto pkgver=0_git20190623 _commit=462ad2d2a45df33785980f9d9f56f6369cfc110d -pkgrel=2 +pkgrel=3 pkgdesc="Google's font family that aims to support all the world's languages" url="https://github.com/googlei18n/noto-fonts/" arch="noarch" @@ -17,11 +17,13 @@ builddir="$srcdir/noto-fonts-$_commit" # to prevent find doing partial matching # _langs=" + egyptianhieroglyphs adlamunjoined glagolitic devanagari oldturkic malayalam + cuneiform tifinagh gurmukhi gujarati -- 2.32.0