Age | Commit message (Expand) | Author |
2017-03-16 | Revert "gnu: bdftopcf: Use libxfont2."•••Building with libxfont2 leads to an error in the configure phase:
"No package 'xfont' found"
This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01.
| Leo Famulari |
2017-03-13 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2017-03-13 | gnu: xf86-video-intel: Update to 2.99.917-4-7e9e92c.•••* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-4-7e9e92c.
| Marius Bakke |
2017-03-13 | gnu: xf86-video-nouveau: Update to 1.0.14.•••* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.14.
| Marius Bakke |
2017-03-09 | gnu: xf86-input-libinput: Update to 0.25.0.•••* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0.
| Marius Bakke |
2017-03-09 | Merge branch 'master' into core-updates | Ludovic Courtès |
2017-03-08 | 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.
| Leo Famulari |
2017-03-08 | 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.
| Leo Famulari |
2017-03-03 | 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.
| Leo Famulari |
2017-03-03 | gnu: libice: Build with libbsd [fixes CVE-2017-2626].•••* gnu/packages/xorg.scm (libice)[inputs]: Add libbsd.
| Leo Famulari |
2017-03-03 | gnu: libxdmcp: Build with libbsd [fixes CVE-2017-2625].•••* gnu/packages/xorg.scm (libxdmcp)[inputs]: Add libbsd.
| Leo Famulari |
2017-03-03 | gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].•••* gnu/packages/xorg.scm (xorg-server): Update to 1.19.2.
| Leo Famulari |
2017-03-02 | gnu: Add perl-x11-xcb.•••* gnu/packages/xorg.scm (perl-x11-xcb): New variable.
| Marius Bakke |
2017-03-01 | gnu: sessreg: Update to 1.1.1.•••* gnu/packages/xorg.scm (sessreg): Update to 1.1.1.
| Marius Bakke |
2017-02-27 | gnu: libx11: Update to 1.6.5.•••* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
| Marius Bakke |
2017-02-22 | 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.
| Marius Bakke |
2017-02-22 | 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.
| Marius Bakke |
2017-02-21 | gnu: xf86-video-geode: Update to 2.11.19.•••* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.19.
| Leo Famulari |
2017-02-21 | gnu: bdftopcf: Use libxfont2.•••* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
| Leo Famulari |
2017-02-21 | gnu: xf86-video-intel: Change to libxfont2 ABI.•••* gnu/packages/xorg.scm (xf86-video-intel)[inputs]: Change LIBXFONT to LIBXFONT2.
| Marius Bakke |
2017-02-21 | gnu: xf86-video-qxl: Change to libxfont2 ABI.•••* gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2.
| Marius Bakke |
2017-02-21 | 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.
| Marius Bakke |
2017-02-21 | gnu: xorg-server: Use 'modify-phases' syntax.•••* gnu/packages/xorg.scm (xorg-server)[arguments]: Use 'modify-phases'.
| Marius Bakke |
2017-02-21 | gnu: Add libxfont@2.•••* gnu/packages/xorg.scm (libxfont2): New variable.
| Marius Bakke |
2017-02-21 | Merge branch 'staging' into core-updates•••Conflicts:
gnu/local.mk: Missing mention of gdk-pixbuf-list-dir.patch in the
commit log really confused me here... It's from 8c6b077bfae (staging).
gnu/packages/xorg.scm: xkeyboard-config updated both places.
| Marius Bakke |
2017-02-20 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2017-02-19 | gnu: Remove xf86-video-modesetting.•••This is part of xorg-server since version 1.17:
https://cgit.freedesktop.org/xorg/xserver/commit/?id=35dc7c75150733dbcef8a18b6796f49a7c48ebee
* gnu/packages/xorg.scm (xf86-video-modesetting): Remove variable.
* gnu/services/xorg.scm (xorg-configuration-file, %default-xorg-modules):
Adjust accordingly.
| Marius Bakke |
2017-02-10 | Merge branch 'master' into core-updates | Ludovic Courtès |
2017-02-09 | gnu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.•••* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-3-e4fe79c.
| Marius Bakke |
2017-02-09 | gnu: xf86-input-libinput: Update to 0.24.0.•••* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.24.0.
| Marius Bakke |
2017-02-02 | Merge branch 'master' into core-updates | Leo Famulari |
2017-02-01 | gnu: xf86-video-intel: Update to 2.99.917-2-9fe04af.•••* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-9fe04af.
| Marius Bakke |
2017-02-01 | gnu: xkeyboard-config: Update to 2.20.•••* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.20.
| Marius Bakke |
2017-01-31 | gnu: xcalc: Update to 1.0.6.•••* gnu/packages/xorg.scm (xcalc): Update to 1.0.6.
| Ludovic Courtès |
2017-01-30 | gnu: xauth: Update to 1.0.10.•••* gnu/packages/xorg.scm (xauth): Update to 1.0.10.
| Marius Bakke |
2017-01-26 | gnu: Add xcalc.•••* gnu/packages/xorg.scm (xcalc): New variable.
| John Darrington |
2017-01-23 | Merge branch 'master' into core-updates | Ludovic Courtès |
2017-01-23 | gnu: libxi: Update to 1.7.9.•••* gnu/packages/xorg.scm (libxi): Update to 1.7.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-input-evdev: Update to 2.10.5.•••* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.5.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-r128: Update to 6.10.2.•••* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-savage: Update to 2.3.9.•••* gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-trident: Update to 1.3.8.•••* gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.8.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-glint: Update to 1.2.9.•••* gnu/packages/xorg.scm (xf86-video-glint): Update to 1.2.9.
[source]: Remove upstreamed patch.
* gnu/packages/patches/xf86-video-glint-remove-mibstore.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-nv: Update to 2.1.21.•••* gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.21.
[source]: Remove upstreamed patch.
* gnu/packages/patches/xf86-video-nv-remove-mibstore.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-siliconmotion: Update to 1.7.9.•••* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-mga: Update to 1.6.5.•••* gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.5.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-sis: Update to 0.10.9.•••* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-tdfx: Update to 1.4.7.•••* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
| Marius Bakke |
2017-01-14 | gnu: xorg: Make font packages bit-reproducible.•••* gnu/packages/xorg.scm (%xorg-font-origin): Add 'snippet' and 'modules'
fields.
| Ludovic Courtès |
2017-01-14 | gnu: xorg: Factorize Xorg font origins.•••* gnu/packages/xorg.scm (%xorg-font-origin): New procedure.
(xorg-font-origin): New macro.
(font-adobe100dpi, font-adobe75dpi, font-alias)
(font-arabic-misc, font-cronyx-cyrillic, font-dec-misc)
(font-isas-misc, font-micro-misc, font-misc-cyrillic)
(font-misc-ethiopic, font-misc-misc, font-mutt-misc)
(font-schumacher-misc, font-screen-cyrillic, font-sony-misc)
(font-sun-misc, font-winitzki-cyrillic, font-xfree86-type1): Use it.
| Ludovic Courtès |