File reproducible.patch of Package yofrankie
Author: Bernhard M. Wiedemann <bwiedemann suse de> Date: 2019-07-10 use convert -strip to not have .png files contain build time (boo#1047218) Index: yofrankie-1.1b/Makefile =================================================================== --- yofrankie-1.1b.orig/Makefile +++ yofrankie-1.1b/Makefile @@ -76,7 +76,7 @@ install: install -D -m 644 dist/yofrankie-bge.desktop $(DESTDIR)$(PREFIX)/share/applications/yofrankie-bge.desktop install -D -m 644 dist/yofrankie.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/yofrankie-bge.png install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps - convert dist/yofrankie.png -resize 48 $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/yofrankie-bge.png + convert -strip dist/yofrankie.png -resize 48 $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/yofrankie-bge.png # Move font into font directory install -d $(DESTDIR)$(PREFIX)/share/fonts/truetype mv $(DESTDIR)$(PREFIX)/share/yofrankie-bge/menus/yo_frankie.ttf $(DESTDIR)$(PREFIX)/share/fonts/truetype