[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/32: gnu: mingw-w64: Fix home page and avoid further confusion.
From: |
Tobias Geerinckx-Rice |
Subject: |
13/32: gnu: mingw-w64: Fix home page and avoid further confusion. |
Date: |
Mon, 12 Mar 2018 00:06:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8aaba500713df6d0ccd806caff4f24f4c9fcce49
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Mar 11 22:34:07 2018 +0100
gnu: mingw-w64: Fix home page and avoid further confusion.
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.
---
gnu/packages/mingw.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm
index c7bc5c0..cd58883 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -76,9 +77,16 @@
#:make-flags (list "DEFS=-DHAVE_CONFIG_H -D__MINGW_HAS_DXSDK=1")
#:tests? #f ; compiles and includes glibc headers
#:strip-binaries? #f))
- (home-page "http://mingw.org")
+ (home-page "https://mingw-w64.org")
(synopsis "Minimalist GNU for Windows")
- (description "MinGW provides a complete programming tool set which is
-suitable for the development of native MS-Windows applications, and which does
-not depend on any 3rd-party C-Runtime dlls.")
+ (description
+ "Minimalist GNU for Windows (@dfn{MinGW}) is a complete software
+development environment for creating native Microsoft Windows applications.
+
+It includes a set of Windows-specific header files and static import libraries
+which enable the use of the Windows API. It does not rely on any third-party C
+runtime dynamic-link libraries (@dfn{DLL}s).
+
+Mingw-w64 is an advancement of the original mingw.org project and provides
+several new APIs such as DirectX and DDK, and 64-bit support.")
(license license:fdl1.3+)))
- 07/32: gnu: python-tblib: Update to 1.3.2., (continued)
- 07/32: gnu: python-tblib: Update to 1.3.2., Tobias Geerinckx-Rice, 2018/03/12
- 10/32: gnu: python-kitchen: Update to 1.2.5., Tobias Geerinckx-Rice, 2018/03/12
- 12/32: gnu: youtube-dl: Update to 2018.03.10., Tobias Geerinckx-Rice, 2018/03/12
- 18/32: gnu: cereal: Update phase style., Tobias Geerinckx-Rice, 2018/03/12
- 14/32: gnu: mingw-w64: Update to 5.0.3., Tobias Geerinckx-Rice, 2018/03/12
- 17/32: gnu: msgpack: Update phase style., Tobias Geerinckx-Rice, 2018/03/12
- 19/32: gnu: perl-io-tty: Update to 1.12., Tobias Geerinckx-Rice, 2018/03/12
- 20/32: gnu: perl-json-maybexs: Update to 1.003010., Tobias Geerinckx-Rice, 2018/03/12
- 24/32: gnu: perl-getopt-long-descriptive: Update to 0.102., Tobias Geerinckx-Rice, 2018/03/12
- 28/32: gnu: perl-path-tiny: Update to 0.104., Tobias Geerinckx-Rice, 2018/03/12
- 13/32: gnu: mingw-w64: Fix home page and avoid further confusion.,
Tobias Geerinckx-Rice <=
- 25/32: gnu: perl-io-stringy: Update to 2.111., Tobias Geerinckx-Rice, 2018/03/12
- 32/32: gnu: perl-datetime-format-strptime: Update to 1.75., Tobias Geerinckx-Rice, 2018/03/12
- 09/32: gnu: python-pyaes: Update to 1.6.1., Tobias Geerinckx-Rice, 2018/03/12
- 05/32: gnu: python-jmespath: Update to 0.9.3., Tobias Geerinckx-Rice, 2018/03/12
- 11/32: gnu: python-ipaddress: Update to 1.0.19., Tobias Geerinckx-Rice, 2018/03/12
- 15/32: gnu: criu: Update to 3.7., Tobias Geerinckx-Rice, 2018/03/12
- 16/32: gnu: msgpack: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/12
- 21/32: gnu: perl-datetime: Update to 1.46., Tobias Geerinckx-Rice, 2018/03/12
- 22/32: gnu: perl-datetime-locale: Update to 1.17., Tobias Geerinckx-Rice, 2018/03/12
- 23/32: gnu: perl-datetime-timezone: Update to 2.17., Tobias Geerinckx-Rice, 2018/03/12