gentoo-ebuilds/app-i18n/jfbterm/files/jfbterm-0.4.7-fonts.patch
NHOrus 77728d89f2
app-i18n/jfbterm: update EAPI 7 -> 8, fix home URI, port to C23
Changes call to time() to call to gettimeofday() according to utmp man page
Removes font installation from makefile and delegates to portage machinery
so font cache gets updated

Bug: https://bugs.gentoo.org/835793
Closes: https://bugs.gentoo.org/919295
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40547
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-12 18:15:42 +00:00

15 lines
497 B
Diff

Use portage machinery instead of package makefiles to install fonts
This does fc-cache, unlike before
https://bugs.gentoo.org/835793
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,9 +22,7 @@
install-exec-hook:
chown root:utmp $(DESTDIR)$(bindir)/jfbterm
- chmod ug+s $(DESTDIR)$(bindir)/jfbterm
install-data-local:
$(INSTALL_DATA) $(srcdir)/$(JFBTERM_CONFIG_FILE) $(DESTDIR)$(sysconfdir)/$(JFBTERM_CONFIG_FILE)
- $(INSTALL_DATA) $(srcdir)/fonts/*.pcf.gz $(DESTDIR)$(datadir)/fonts/jfbterm