From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/
Date: Sun, 8 May 2022 19:45:01 +0000 (UTC) [thread overview]
Message-ID: <1652039081.e368b9c479d09baa19cfb5b835cfc63dcc27a03a.mattst88@gentoo> (raw)
commit: e368b9c479d09baa19cfb5b835cfc63dcc27a03a
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Mar 11 23:16:11 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <contact <AT> hacktivis.me>
Signed-off-by: Matt Turner <mattst88 <AT> 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
+}
next reply other threads:[~2022-05-08 19:45 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-08 19:45 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-07 4:27 [gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/ WANG Xuerui
2022-08-02 18:47 Arthur Zamarin
2022-07-30 16:16 Arthur Zamarin
2022-07-30 8:59 Agostino Sarubbo
2022-07-29 17:09 Arthur Zamarin
2022-07-29 17:09 Arthur Zamarin
2022-07-29 17:09 Arthur Zamarin
2022-05-31 4:46 Sam James
2022-05-25 8:29 WANG Xuerui
2022-03-22 18:43 Jakov Smolić
2021-06-03 19:13 Andreas K. Hüttel
2021-01-24 18:48 Mike Gilbert
2020-05-28 15:45 Agostino Sarubbo
2020-05-28 15:43 Agostino Sarubbo
2020-05-28 15:42 Agostino Sarubbo
2020-05-28 15:40 Agostino Sarubbo
2020-05-28 15:39 Agostino Sarubbo
2020-05-28 15:37 Agostino Sarubbo
2020-03-29 2:11 Mike Gilbert
2020-03-29 2:11 Mike Gilbert
2020-03-29 2:11 Mike Gilbert
2020-03-29 2:11 Mike Gilbert
2018-03-17 13:27 Mikle Kolyada
2018-02-06 18:36 Thomas Deutschmann
2018-01-29 8:22 Tobias Klausmann
2018-01-04 22:11 Sergei Trofimovich
2017-12-24 11:11 Sergei Trofimovich
2017-12-21 11:05 Sergei Trofimovich
2017-12-18 16:18 Jason Zaman
2017-08-28 15:20 Mike Gilbert
2017-08-04 16:19 Mike Gilbert
2017-07-08 18:18 Mike Gilbert
2017-07-08 18:18 Mike Gilbert
2017-07-08 18:18 Mike Gilbert
2017-06-15 16:05 Markus Meier
2017-06-10 15:10 Agostino Sarubbo
2017-06-04 19:20 Tobias Klausmann
2017-05-31 13:06 Agostino Sarubbo
2016-12-23 19:35 Mike Gilbert
2016-10-30 3:22 Mike Gilbert
2016-09-02 15:43 Mike Gilbert
2016-07-03 19:09 Mike Gilbert
2016-07-03 19:09 Mike Gilbert
2016-05-26 13:43 Tobias Klausmann
2016-03-25 9:44 Markus Meier
2016-03-20 11:53 Agostino Sarubbo
2016-03-19 11:35 Agostino Sarubbo
2016-03-17 10:50 Agostino Sarubbo
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652039081.e368b9c479d09baa19cfb5b835cfc63dcc27a03a.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox