From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A16C158090 for ; Sun, 8 May 2022 19:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16706E0839; Sun, 8 May 2022 19:45:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D48C0E0839 for ; Sun, 8 May 2022 19:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65A4E335D30 for ; Sun, 8 May 2022 19:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E159D3 for ; Sun, 8 May 2022 19:45:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1652039081.e368b9c479d09baa19cfb5b835cfc63dcc27a03a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/unifont/Manifest media-fonts/unifont/unifont-14.0.03.ebuild X-VCS-Directories: media-fonts/unifont/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e368b9c479d09baa19cfb5b835cfc63dcc27a03a X-VCS-Branch: master Date: Sun, 8 May 2022 19:45:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ac08116-00ef-4053-97de-d8fc09e4d12d X-Archives-Hash: f78e76fcb93be9a063110e4adec7c1aa commit: e368b9c479d09baa19cfb5b835cfc63dcc27a03a Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Mar 11 23:16:11 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 8 19:44:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e368b9c4 media-fonts/unifont: add 14.0.03 Closes: https://github.com/gentoo/gentoo/pull/24500 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Matt Turner gentoo.org> media-fonts/unifont/Manifest | 1 + media-fonts/unifont/unifont-14.0.03.ebuild | 56 ++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/media-fonts/unifont/Manifest b/media-fonts/unifont/Manifest index 06ad234dd2d6..cf35782b7cb2 100644 --- a/media-fonts/unifont/Manifest +++ b/media-fonts/unifont/Manifest @@ -1 +1,2 @@ DIST unifont-13.0.01.tar.gz 21053298 BLAKE2B 981d3d79015df9fa401823034de532840652127bc881d13244243dc0fbaabc14212b006f1e72ff65233793c7064576b51855d6a8ab1f7d889e7837c9c22d4f5d SHA512 2987aa097f89b1287d126e44297b19e405e198bb8ede2e321e6452c60678ebf4cf0be5f059b9565f4584bad09801effabe64d01ab90f132f27b206174827b14b +DIST unifont-14.0.03.tar.gz 27451330 BLAKE2B f0ae933fc493d7e724b0526968d63fb4209e28526346a835b918aa6a31cd1a31c15a0c00f89196f6fd42cf2a0b2db8c51d9b6f9d7648938609e8b7e4122078a3 SHA512 de80097a4e1751c6ca21775c8ffe19716a910a0d110749017eacaa50a9f8f02d80e0b402426f3c2309e64e129a0386e29015d1116ad5fd64f97e5dc7fb75bdce diff --git a/media-fonts/unifont/unifont-14.0.03.ebuild b/media-fonts/unifont/unifont-14.0.03.ebuild new file mode 100644 index 000000000000..80db5d792bbd --- /dev/null +++ b/media-fonts/unifont/unifont-14.0.03.ebuild @@ -0,0 +1,56 @@ +# Copyright 2003-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font toolchain-funcs + +DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font" +HOMEPAGE="http://unifoundry.com/" +SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="fontforge utils" + +BDEPEND=" + fontforge? ( + app-text/bdf2psf + dev-lang/perl + dev-perl/GD[png(+)] + media-gfx/fontforge + x11-apps/bdftopcf + ) +" +RDEPEND=" + utils? ( + dev-lang/perl + dev-perl/GD[png(+)] + ) +" + +src_compile() { + buildargs=( + BUILDFONT=$(usex fontforge 1 '') + CC="$(tc-getCC)" + CFLAGS="${CFLAGS}" + INSTALL="${INSTALL-install}" + ) + if use fontforge || use utils; then + emake "${buildargs[@]}" + fi +} + +src_install() { + local installargs=( + COMPRESS=0 + DESTDIR="${ED}" + PCFDEST="${ED}${FONTDIR}" + TTFDEST="${ED}${FONTDIR}" + ) + use utils || installargs+=( -C font ) + emake "${buildargs[@]}" "${installargs[@]}" install + font_xfont_config + font_fontconfig +}