~ruther/guix-local

ref: e90e0fad1b3ba79d81f02424e143ee6f4f736e8b guix-local/gnu/packages/xorg.scm -rw-r--r-- 179.8 KiB
e90e0fad — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
da79e82b — Leo Famulari 9 years ago
gnu: gtk+: Build GTK+ with its own xorg-server package.

This will allow us to update xorg-server directly on the master branch.

* gnu/packages/xorg.scm (xorg-server-1.19.2): New variable.
* gnu/packages/gtk.scm (gtk+) [native-inputs]: Use xorg-server-1.19.2 instead of
xorg-server.
[arguments]: Add xorg-server-1.19.2 to #:disallowed-references.
9a91b00f — Leo Famulari 9 years ago
gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.2.
[native-inputs]: Add font-util, libtool, autoconf, and automake.
[arguments]: Add 'bootstrap' phase.
74a2b2b4 — Leo Famulari 9 years ago
Revert "gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624]."

This release was not properly bootstrapped:

https://lists.x.org/archives/xorg-announce/2017-March/002780.html

We will wait for 1.19.3 before updating.

This reverts commit 848d643874125d846b43e916bca901487ab15e15.
5eda3d82 — Leo Famulari 9 years ago
gnu: libice: Build with libbsd [fixes CVE-2017-2626].

* gnu/packages/xorg.scm (libice)[inputs]: Add libbsd.
fe6db6ec — Leo Famulari 9 years ago
gnu: libxdmcp: Build with libbsd [fixes CVE-2017-2625].

* gnu/packages/xorg.scm (libxdmcp)[inputs]: Add libbsd.
848d6438 — Leo Famulari 9 years ago
gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.2.
e17dc739 — Marius Bakke 9 years ago
gnu: Add perl-x11-xcb.

* gnu/packages/xorg.scm (perl-x11-xcb): New variable.
ef23ed9e — Marius Bakke 9 years ago
gnu: sessreg: Update to 1.1.1.

* gnu/packages/xorg.scm (sessreg): Update to 1.1.1.
8779987b — Marius Bakke 9 years ago
Merge branch 'master' into python-tests
daed5b7e — Marius Bakke 9 years ago
gnu: libx11: Update to 1.6.5.

* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
2f7b4749 — Marius Bakke 9 years ago
gnu: libxcb: Update to 1.12.

* gnu/packages/patches/libxcb-python-3.5-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (libxcb): Update to 1.12.
[source]: Add patch. Download from new home.
[home-page]: Change to new xcb.fd.o home.
ba5e23d6 — Marius Bakke 9 years ago
gnu: xcb-proto: Update to 1.12.

* gnu/packages/patches/xcb-proto-python3-print.patch,
  gnu/packages/patches/xcb-proto-python3-whitespace.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.12.
[source]: Use patches. Download from new home.
[home-page]: Change to new xcb.fd.o home.
eed214ef — Leo Famulari 9 years ago
gnu: xf86-video-geode: Update to 2.11.19.

* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.19.
2060b4d9 — Leo Famulari 9 years ago
gnu: bdftopcf: Use libxfont2.

* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
008dfa23 — Marius Bakke 9 years ago
gnu: xf86-video-intel: Change to libxfont2 ABI.

* gnu/packages/xorg.scm (xf86-video-intel)[inputs]: Change LIBXFONT to LIBXFONT2.
62489932 — Marius Bakke 9 years ago
gnu: xf86-video-qxl: Change to libxfont2 ABI.

* gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2.
27e982e0 — Marius Bakke 9 years ago
gnu: xorg-server: Update to 1.19.1.

* gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.1.
[inputs]: Change from LIBXFONT to LIBXFONT2. Add LIBEPOXY.
10cd39d1 — Marius Bakke 9 years ago
gnu: xorg-server: Use 'modify-phases' syntax.

* gnu/packages/xorg.scm (xorg-server)[arguments]: Use 'modify-phases'.
404e48c4 — Marius Bakke 9 years ago
gnu: Add libxfont@2.

* gnu/packages/xorg.scm (libxfont2): New variable.
Next