From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/
Date: Sun, 29 Mar 2020 02:11:36 +0000 (UTC) [thread overview]
Message-ID: <1585447886.84d7291509d0a6fbbbfb355af2b87a8e66aad048.floppym@gentoo> (raw)
commit: 84d7291509d0a6fbbbfb355af2b87a8e66aad048
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 02:10:17 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 02:11:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d72915
media-fonts/unifont: bump to 13.0.01
Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
media-fonts/unifont/Manifest | 2 +-
...ifont-11.0.02.ebuild => unifont-13.0.01.ebuild} | 39 ++++++++++------------
2 files changed, 18 insertions(+), 23 deletions(-)
diff --git a/media-fonts/unifont/Manifest b/media-fonts/unifont/Manifest
index a418d652f56..d587e3534eb 100644
--- a/media-fonts/unifont/Manifest
+++ b/media-fonts/unifont/Manifest
@@ -1,2 +1,2 @@
DIST unifont-10.0.06.tar.gz 15651257 BLAKE2B e146ffe9ab591e5d90d399d37e068f0c3002a67699698b3f6b22a14ca91fe0415a507d855b56caae4e50183d97978667edca2fa2095209abbc7d02a4f17c20b8 SHA512 36f1eed24b37aad2f2ef100c8d2be01363a5438e76771e9ae82fa61ce58a4dd51566063b8e7b1265696cfe2335f1017842fecac2a5a801913f82ac9bf24caa54
-DIST unifont-11.0.02.tar.gz 15874967 BLAKE2B ee3c887ae441e70a95aad9a8f11d955ef848a5d4921d9c4c340d2f91a4c795503f2ef514bae93899591978afb797bee9d03bc222801f7d2daed199fb6045769b SHA512 d0dc8ce079feb282f53c444df5819751a7c97788feed480dc5c5b8a239c8cc13ef258876ffe2830994e404c0a6f524481a405b273c7341703ceef5854c12a68d
+DIST unifont-13.0.01.tar.gz 21053298 BLAKE2B 981d3d79015df9fa401823034de532840652127bc881d13244243dc0fbaabc14212b006f1e72ff65233793c7064576b51855d6a8ab1f7d889e7837c9c22d4f5d SHA512 2987aa097f89b1287d126e44297b19e405e198bb8ede2e321e6452c60678ebf4cf0be5f059b9565f4584bad09801effabe64d01ab90f132f27b206174827b14b
diff --git a/media-fonts/unifont/unifont-11.0.02.ebuild b/media-fonts/unifont/unifont-13.0.01.ebuild
similarity index 60%
rename from media-fonts/unifont/unifont-11.0.02.ebuild
rename to media-fonts/unifont/unifont-13.0.01.ebuild
index 11e1e3db69d..ff270fcb7c1 100644
--- a/media-fonts/unifont/unifont-11.0.02.ebuild
+++ b/media-fonts/unifont/unifont-13.0.01.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit font toolchain-funcs xdg-utils
+inherit font toolchain-funcs
DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font"
HOMEPAGE="http://unifoundry.com/"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="fontforge utils"
-DEPEND="
+BDEPEND="
fontforge? (
app-text/bdf2psf
dev-lang/perl
@@ -34,32 +34,27 @@ PATCHES=(
"${FILESDIR}"/11.0.02-make.patch
)
-src_prepare() {
- sed -i -e 's/install -s/install/' src/Makefile || die
- default
-}
-
src_compile() {
+ buildargs=(
+ BUILDFONT=$(usex fontforge 1 '')
+ CC="$(tc-getCC)"
+ CFLAGS="${CFLAGS}"
+ INSTALL="${INSTALL-install}"
+ )
if use fontforge || use utils; then
- tc-export CC
- xdg_environment_reset
- makeargs=(
- CFLAGS="${CFLAGS}"
- BUILDFONT=$(usex fontforge 1 '')
- )
- emake "${makeargs[@]}"
+ emake "${buildargs[@]}"
fi
}
src_install() {
- makeargs+=(
- DESTDIR="${ED%/}"
- PCFDEST="${ED%/}${FONTDIR}"
- TTFDEST="${ED%/}${FONTDIR}"
- USRDIR=usr
+ local installargs=(
+ COMPRESS=0
+ DESTDIR="${ED}"
+ PCFDEST="${ED}${FONTDIR}"
+ TTFDEST="${ED}${FONTDIR}"
)
- use utils || makeargs+=( -C font )
- emake "${makeargs[@]}" COMPRESS=0 install
+ use utils || installargs+=( -C font )
+ emake "${buildargs[@]}" "${installargs[@]}" install
font_xfont_config
font_fontconfig
}
next reply other threads:[~2020-03-29 2:11 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-29 2:11 Mike Gilbert [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-05-08 19:45 Matt Turner
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
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=1585447886.84d7291509d0a6fbbbfb355af2b87a8e66aad048.floppym@gentoo \
--to=floppym@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