Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/glass-tty-vt220/
Date: Sun, 27 Oct 2019 11:24:29
Message-Id: 1572175459.36ef6982bac289a6565459cc29339ba506f02cdf.mgorny@gentoo
1 commit: 36ef6982bac289a6565459cc29339ba506f02cdf
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Oct 26 19:10:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 11:24:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ef6982
7
8 media-fonts/glass-tty-vt220: update font cache automatically
9
10 Since pkg_postinst is custom definied, the font cache is not updated
11 after installation. This can lead to access violations on other
12 packages, which try to do this.
13
14 Closes: https://bugs.gentoo.org/698526
15 Package-Manager: Portage-2.3.78, Repoman-2.3.17
16 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
17 Closes: https://github.com/gentoo/gentoo/pull/13453
18 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
19
20 ...{glass-tty-vt220-001.3-r1.ebuild => glass-tty-vt220-001.3-r2.ebuild} | 2 ++
21 1 file changed, 2 insertions(+)
22
23 diff --git a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild
24 similarity index 97%
25 rename from media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild
26 rename to media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild
27 index 1a7ec02b914..7a257a419b6 100644
28 --- a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild
29 +++ b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild
30 @@ -33,6 +33,8 @@ src_compile() {
31 }
32
33 pkg_postinst() {
34 + font_pkg_postinst
35 +
36 einfo "Since the GlassTTY VT220 font is fixed,"
37 einfo "you must use a font size of 15 for best quality."
38 }