[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/203: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0.
From: |
guix-commits |
Subject: |
177/203: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0. |
Date: |
Wed, 3 Nov 2021 21:10:38 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 9e4806546f9684008bdc4d8849a570e60f8cc8ec
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 28 21:40:48 2021 -0400
gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0.
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.0.
[origin]: Update URI.
(xorg-server-for-tests)[version]: Delete field.
[source]: Likewise.
---
gnu/packages/xorg.scm | 35 +++++++----------------------------
1 file changed, 7 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 399a33c..012f1d0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5394,15 +5394,16 @@ by the Xorg server.")
(define-public xorg-server
(package
(name "xorg-server")
- (version "1.20.11")
+ (version "21.1.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://xorg/individual/xserver/"
- "xorg-server-" version ".tar.bz2"))
+
+ (uri (string-append "https://xorg.freedesktop.org/archive/individual"
+ "/xserver/xorg-server-" version ".tar.xz"))
(sha256
(base32
- "0jacqgin8kcyy8fyv0lhgb4if8g9hp60rm3ih3s1mgps7xp7jk4i"))
+ "0hpyq51sf7f5yqq87zgcdiidfmb8r93am1djvxhcnwj4izfidhsh"))
(patches
(list
;; See:
@@ -5431,6 +5432,7 @@ by the Xorg server.")
("libgcrypt" ,libgcrypt)
("libxau" ,libxau)
("libxaw" ,libxaw)
+ ("libxcvt" ,libxcvt)
("libxdmcp" ,libxdmcp)
("libxfixes" ,libxfixes)
("libxfont2" ,libxfont2)
@@ -5522,30 +5524,7 @@ draggable titlebars and borders.")
(define-public xorg-server-for-tests
(hidden-package
(package
- (inherit xorg-server)
- (version "1.20.10")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://xorg/individual/xserver/"
- "xorg-server-" version ".tar.bz2"))
- (sha256
- (base32
- "16bwrf0ag41l7jbrllbix8z6avc5yimga7ihvq4ch3a5hb020x4p"))
- (patches
- (list
- ;; See:
- ;; https://lists.fedoraproject.org/archives/list/devel@lists.
- ;; fedoraproject.org/message/JU655YB7AM4OOEQ4MOMCRHJTYJ76VFOK/
- (origin
- (method url-fetch)
- (uri (string-append
-
"http://pkgs.fedoraproject.org/cgit/rpms/xorg-x11-server.git"
- "/plain/06_use-intel-only-on-pre-gen4.diff"))
- (sha256
- (base32
- "0mm70y058r8s9y9jiv7q2myv0ycnaw3iqzm7d274410s0ik38w7q"))
- (file-name "xorg-server-use-intel-only-on-pre-gen4.diff")))))))))
+ (inherit xorg-server))))
(define-public xorg-server-xwayland
(package/inherit xorg-server
- 143/203: gnu: elogind: Update to 246.10., (continued)
- 143/203: gnu: elogind: Update to 246.10., guix-commits, 2021/11/03
- 184/203: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/03
- 191/203: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/03
- 196/203: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/03
- 107/203: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/03
- 173/203: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/03
- 178/203: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/03
- 203/203: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/03
- 160/203: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/03
- 174/203: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/03
- 177/203: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0.,
guix-commits <=
- 182/203: gnu: geoclue: Fix build option name., guix-commits, 2021/11/03
- 183/203: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/03
- 198/203: gnu: ansible: Update to 4.7.0., guix-commits, 2021/11/03
- 190/203: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/03
- 192/203: gnu: Add python-dotenv., guix-commits, 2021/11/03
- 199/203: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/03
- 201/203: gnu: icecat: Use latest rust., guix-commits, 2021/11/03
- 31/203: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/03
- 176/203: gnu: Add libxcvt., guix-commits, 2021/11/03
- 140/203: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/03