Do not introduce timestamps in PNG files (for icons). See . --- awesome-3.4.15/CMakeLists.txt 2013-02-11 14:50:21.000000000 +0100 +++ awesome-3.4.15/CMakeLists.txt 2016-06-16 13:59:30.528125439 +0200 @@ -295,7 +295,7 @@ macro(a_icon_convert match replacement i set(ALL_ICONS ${ALL_ICONS} ${output}) add_custom_command( - COMMAND ${CONVERT_EXECUTABLE} ${input} -strip ${ARGN} ${output} + COMMAND ${CONVERT_EXECUTABLE} +set date:create +set date:modify -define png:exclude-chunk=time ${input} -strip ${ARGN} ${output} OUTPUT ${output} DEPENDS ${input} VERBATIM) b1c2b1006ebeede016cca578d5f571fc7a8'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/binutils-mingw-w64-timestamp.patch
AgeCommit message (Expand)Author
2021-07-23gnu: binutils: Update binutils patch for mingw....This allows "./pre-inst-env guix build hello --target=x86_64-w64-mingw32" to succeed. The binary can be run successfully under wine. * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: Update to the current version in Debian. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos
2020-04-10gnu: binutils: Shorten file names of MinGW patches....This ensures we stay below the POSIX tar file name length limit. * gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch: Rename to... * gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this. * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch: Rename to... * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/cross-base.scm (cross-binutils): Likewise. Ludovic Courtès