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) idden' name='showmsg' value='1'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/enchant.scm
AgeCommit message (Collapse)Author
2020-03-04gnu: enchant: Update to 2.2.8.Marius Bakke
* gnu/packages/enchant.scm (enchant): Update to 2.2.8.
2020-01-26gnu: Add python-pyenchant.Julien Lepiller
* gnu/packages/enchant.scm (python-pyenchant): New variable.
2019-09-23gnu: enchant: Update to 2.2.7.Tobias Geerinckx-Rice
* gnu/packages/enchant.scm (enchant): Update to 2.2.7.
2019-08-04gnu: enchant: Update to 2.2.5.Marius Bakke
* gnu/packages/enchant.scm (enchant): Update to 2.2.5.
2019-06-23gnu: enchant: Update to 2.2.4.Tobias Geerinckx-Rice
* gnu/packages/enchant.scm (enchant): Update to 2.2.4.
2018-09-26gnu: enchant: Update to 2.2.3.Marius Bakke
* gnu/packages/enchant.scm (enchant): Update to 2.2.3. [arguments]: Add "--enable-relocatable" to #:configure-flags. [native-inputs]: Add UNITTEST-CPP. (enchant-1.6): New public variable. * gnu/packages/fcitx.scm (fcitx)[inputs]: Change ENCHANT to ENCHANT-1.6. * gnu/packages/gnome.scm (gspell): Likewise. * gnu/packages/mate.scm (pluma): Likewise. * gnu/packages/gtk.scm (gtkspell3)[propagated-inputs]: Likewise. [inputs]: Remove duplicate ENCHANT.
2018-09-26gnu: enchant: Propagate Glib.Marius Bakke
* gnu/packages/enchant.scm (enchant)[inputs]: Move GLIB ... [propagated-inputs]: ... here. New field.
2018-09-26gnu: enchant: Don't build libenchant.a.Marius Bakke
* gnu/packages/enchant.scm (enchant)[arguments]: Add #:configure-flags.
2018-09-26gnu: enchant: Update home page.Marius Bakke
* gnu/packages/enchant.scm (enchant)[home-page]: Set to URL mentioned on the legacy home page.