From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/x11fonts-jmk/
Date: Sat, 18 Jan 2020 06:28:27 +0000 (UTC) [thread overview]
Message-ID: <1579328889.9431fc73243d4b58d3f3e07e20136e7b62874a98.juippis@gentoo> (raw)
commit: 9431fc73243d4b58d3f3e07e20136e7b62874a98
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Jan 17 23:18:16 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 06:28:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9431fc73
media-fonts/x11fonts-jmk: fix Updating global fontcache
Without inheritance of font.eclass the pkg_postinst() phase doesn't update
the global fontcache causing media-gfx/gimp sandbox install() phase issue.
Closes: https://bugs.gentoo.org/705502
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/14372
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild | 36 ++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild
new file mode 100644
index 00000000000..827d1a9bf3a
--- /dev/null
+++ b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit font
+
+MY_P="jmk-x11-fonts-${PV}"
+
+DESCRIPTION="This package contains character-cell fonts for use with X"
+HOMEPAGE="http://www.jmknoble.net/fonts/"
+SRC_URI="http://www.pobox.com/~jmknoble/fonts/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+
+BDEPEND="
+ x11-misc/imake
+ >=x11-apps/mkfontscale-1.2.0
+ x11-apps/bdftopcf"
+
+DOCS=( "ChangeLog" "NEWS" "README" )
+
+PATCHES=( "${FILESDIR}"/gzip.patch )
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ xmkmf || die
+ default
+}
+
+src_install() {
+ emake install INSTALL_DIR="${ED}/usr/share/fonts/jmk"
+ einstalldocs
+}
next reply other threads:[~2020-01-18 6:28 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-18 6:28 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-08 23:49 [gentoo-commits] repo/gentoo:master commit in: media-fonts/x11fonts-jmk/ Matt Turner
2022-09-30 4:05 Ionen Wolkens
2022-09-30 4:05 Ionen Wolkens
2022-05-25 8:29 WANG Xuerui
2021-03-28 13:11 Andreas Sturmlechner
2021-03-28 12:52 Sam James
2021-03-26 11:50 Agostino Sarubbo
2021-03-25 21:29 Sam James
2021-03-25 16:27 Agostino Sarubbo
2021-03-24 19:42 Sam James
2021-03-22 0:10 Sam James
2019-10-19 20:49 David Seifert
2019-10-19 20:49 David Seifert
2019-10-14 11:50 Agostino Sarubbo
2019-10-14 11:31 Agostino Sarubbo
2019-10-14 11:16 Agostino Sarubbo
2019-10-14 11:07 Agostino Sarubbo
2019-10-14 9:53 Agostino Sarubbo
2018-09-20 16:20 Sebastian Pipping
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=1579328889.9431fc73243d4b58d3f3e07e20136e7b62874a98.juippis@gentoo \
--to=juippis@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