summaryrefslogtreecommitdiff
path: root/gnu/packages/mingw.scm
AgeCommit message (Collapse)Author
2018-08-09gnu: mingw-w64: Update to 5.0.4.Tobias Geerinckx-Rice
* gnu/packages/mingw.scm (mingw-w64): Update to 5.0.4.
2018-03-12gnu: mingw-w64: Update to 5.0.3.Tobias Geerinckx-Rice
* gnu/packages/mingw.scm (mingw-w64): Update to 5.0.3.
2018-03-12gnu: mingw-w64: Fix home page and avoid further confusion.Tobias Geerinckx-Rice
MinGW-w64 was forked (in rather dramatic fashion) from the original MinGW. The two projects remain distinct and MinGW-w64 seems by far the actively developed of the two. * gnu/packages/mingw.scm (mingw-w64)[home-page]: Point to the correct upstream. Use HTTPS. [description]: Expand and briefly note the relationship between the two projects. Use @dfn.
2017-11-08gnu: Remove "open source" from descriptions.Ricardo Wurmus
All software in Guix is Free Software. * gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string. * gnu/packages/firmware.scm (seabios)[description]: Likewise. * gnu/packages/libupnp.scm (libupnp)[description]: Likewise. * gnu/packages/maths.scm (cubicle)[description]: Likewise. * gnu/packages/mingw.scm (mingw-w64)[description]: Likewise. * gnu/packages/game-development.scm (openmw)[description]: Likewise. [synopsis]: Remove "Free software".
2016-12-07gnu: Add mingw-w64.Jan Nieuwenhuizen
* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, gnu/packages/mingw.scm: New files. * gnu/local.mk (dist_patch_DATA): Add the patches. (GNU_SYSTEM_MODULES): Add mingw.scm.