gnu: xorg: Fix http mirror and uncomment xcb packages.

* guix/download.scm (%mirrors): Fix main http mirror address.
* gnu/packages/xorg.scm (libpthread-stubs, libxcb, xcb-proto): Uncomment
     and add licenses.
This commit is contained in:
Andreas Enge 2013-03-03 19:50:26 +01:00
parent dd85efda47
commit 0820a58b3c
2 changed files with 70 additions and 74 deletions

View File

@ -1341,27 +1341,26 @@
(license license:x11))) (license license:x11)))
;; file referenced, but not present on servers (define-public libpthread-stubs
;; (define-public libpthread-stubs (package
;; (package (name "libpthread-stubs")
;; (name "libpthread-stubs") (version "0.3")
;; (version "0.3") (source
;; (source (origin
;; (origin (method url-fetch)
;; (method url-fetch) (uri (string-append
;; (uri (string-append "mirror://xorg/X11R7.7/src/everything/libpthread-stubs-"
;; "mirror://xorg/X11R7.7/src/everything/libpthread-stubs-" version
;; version ".tar.bz2"))
;; ".tar.bz2")) (sha256
;; (sha256 (base32
;; (base32 "16bjv3in19l84hbri41iayvvg4ls9gv1ma0x0qlbmwy67i7dbdim"))))
;; "16bjv3in19l84hbri41iayvvg4ls9gv1ma0x0qlbmwy67i7dbdim")))) (build-system gnu-build-system)
;; (build-system gnu-build-system) (inputs `(("pkg-config" ,pkg-config)))
;; (inputs `(("pkg-config" ,pkg-config))) (home-page #f)
;; (home-page #f) (synopsis #f)
;; (synopsis #f) (description #f)
;; (description #f) (license license:x11)))
;; (license license:???)))
(define-public libsm (define-public libsm
@ -1492,35 +1491,34 @@
(license license:x11))) (license license:x11)))
;; file referenced, but not present on servers (define-public libxcb
;; (define-public libxcb (package
;; (package (name "libxcb")
;; (name "libxcb") (version "1.8.1")
;; (version "1.8.1") (source
;; (source (origin
;; (origin (method url-fetch)
;; (method url-fetch) (uri (string-append
;; (uri (string-append "mirror://xorg/X11R7.7/src/everything/libxcb-"
;; "mirror://xorg/X11R7.7/src/everything/libxcb-" version
;; version ".tar.bz2"))
;; ".tar.bz2")) (sha256
;; (sha256 (base32
;; (base32 "03gspxcdl8r7jwbwg7fyp4cc6zic9z91amp4g5z0wwahx48nix6j"))))
;; "15icn78x610dvvgnji6b3pyn8nd88lz68hq0w73pcadf78mycmw8")))) (build-system gnu-build-system)
;; (build-system gnu-build-system) (inputs
;; (inputs `(("xproto" ,xproto)
;; `(("xproto" ,xproto) ("libxdmcp" ,libxdmcp)
;; ("libxdmcp" ,libxdmcp) ("xcb-proto" ,xcb-proto)
;; ("xcb-proto" ,xcb-proto) ("libxau" ,libxau)
;; ("libxau" ,libxau) ("libpthread-stubs" ,libpthread-stubs)
;; ("libpthread-stubs" ,libpthread-stubs) ("libxslt" ,libxslt)
;; ("libxslt" ,libxslt) ("pkg-config" ,pkg-config)
;; ("pkg-config" ,pkg-config) ("python" ,python)))
;; ("python" ,python))) (home-page #f)
;; (home-page #f) (synopsis #f)
;; (synopsis #f) (description #f)
;; (description #f) (license license:x11)))
;; (license license:???)))
(define-public libxcomposite (define-public libxcomposite
@ -2590,28 +2588,27 @@
(license license:x11))) (license license:x11)))
;; file referenced, but not present on servers (define-public xcb-proto
;; (define-public xcb-proto (package
;; (package (name "xcb-proto")
;; (name "xcb-proto") (version "1.7.1")
;; (version "1.7.1") (source
;; (source (origin
;; (origin (method url-fetch)
;; (method url-fetch) (uri (string-append
;; (uri (string-append "mirror://xorg/X11R7.7/src/everything/xcb-proto-"
;; "mirror://xorg/X11R7.7/src/everything/xcb-proto-" version
;; version ".tar.bz2"))
;; ".tar.bz2")) (sha256
;; (sha256 (base32
;; (base32 "0ds4qg6slidrzyz6q9ckq0a19hn6blzpnvciy4brh741gn49jpdd"))))
;; "1c11652h9sjynw3scm1pn5z3a6ci888pq7hij8q5n8qrl33icg93")))) (build-system gnu-build-system)
;; (build-system gnu-build-system) (inputs
;; (inputs `(("pkg-config" ,pkg-config) ("python" ,python)))
;; `(("pkg-config" ,pkg-config) ("python" ,python))) (home-page #f)
;; (home-page #f) (synopsis #f)
;; (synopsis #f) (description #f)
;; (description #f) (license license:x11)))
;; (license license:x11)))
(define-public xcmiscproto (define-public xcmiscproto

View File

@ -101,8 +101,7 @@
"http://mirrors.ircam.fr/pub/apache/" "http://mirrors.ircam.fr/pub/apache/"
"http://apache-mirror.rbc.ru/pub/apache/") "http://apache-mirror.rbc.ru/pub/apache/")
(xorg ; from http://www.x.org/wiki/Releases/Download (xorg ; from http://www.x.org/wiki/Releases/Download
"http://xorg.freedesktop.org/releases/" ; main mirrors "http://www.x.org/releases/" ; main mirrors
"http://www.x.org/pub/"
"ftp://mirror.csclub.uwaterloo.ca/x.org/" ; North America "ftp://mirror.csclub.uwaterloo.ca/x.org/" ; North America
"ftp://xorg.mirrors.pair.com/" "ftp://xorg.mirrors.pair.com/"
"http://mirror.csclub.uwaterloo.ca/x.org/" "http://mirror.csclub.uwaterloo.ca/x.org/"