Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37862645
en ru br
ALT Linux repositórios
S:0.4.2-alt3
5.0: 0.4.2-alt2
4.1: 0.4.2-alt2

Group :: Sistema/Fontes/X11 bitmap
RPM: fonts-bitmap-efont-unicode

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: reproducible.patch
Download


call gzip -n to not store timestamps in .gz file header
to make package build fully reproducible
Index: efont-unicode-bdf-0.4.2-src/Makefile.in
===================================================================
--- efont-unicode-bdf-0.4.2-src.orig/Makefile.in
+++ efont-unicode-bdf-0.4.2-src/Makefile.in
@@ -270,7 +270,7 @@ f10.hex: f10_source.hex f10_add.hex
 ########################################################################
 
 %.pcf.gz: %.bdf
-	bdftopcf $< | gzip -9c > $@.tmp && \
+	bdftopcf $< | gzip -9nc > $@.tmp && \
 	mv $@.tmp $@
 %_b.bdf: %.bdf
 	tools/mkbold -l $< > $@.tmp && \
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009