summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
Commit message (Collapse)AuthorAge
...
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-13
|\|
| * gnu: xf86-video-intel: Update to 2.99.917-4-7e9e92c.Marius Bakke2017-03-13
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-4-7e9e92c.
| * gnu: xf86-video-nouveau: Update to 1.0.14.Marius Bakke2017-03-13
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.14.
| * gnu: xf86-input-libinput: Update to 0.25.0.Marius Bakke2017-03-09
| | | | | | | | * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0.
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
|\|
| * gnu: Add perl-x11-xcb.Marius Bakke2017-03-02
| | | | | | | | * gnu/packages/xorg.scm (perl-x11-xcb): New variable.
| * gnu: sessreg: Update to 1.1.1.Marius Bakke2017-03-01
| | | | | | | | * gnu/packages/xorg.scm (sessreg): Update to 1.1.1.
* | gnu: gtk+: Build GTK+ with its own xorg-server package.Leo Famulari2017-03-08
| | | | | | | | | | | | | | | | | | 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.
* | gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].Leo Famulari2017-03-08
| | | | | | | | | | | | * gnu/packages/xorg.scm (xorg-server): Update to 1.19.2. [native-inputs]: Add font-util, libtool, autoconf, and automake. [arguments]: Add 'bootstrap' phase.
* | Revert "gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624]."Leo Famulari2017-03-03
| | | | | | | | | | | | | | | | | | | | 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.
* | gnu: libice: Build with libbsd [fixes CVE-2017-2626].Leo Famulari2017-03-03
| | | | | | | | * gnu/packages/xorg.scm (libice)[inputs]: Add libbsd.
* | gnu: libxdmcp: Build with libbsd [fixes CVE-2017-2625].Leo Famulari2017-03-03
| | | | | | | | * gnu/packages/xorg.scm (libxdmcp)[inputs]: Add libbsd.
* | gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].Leo Famulari2017-03-03
| | | | | | | | * gnu/packages/xorg.scm (xorg-server): Update to 1.19.2.
* | gnu: libx11: Update to 1.6.5.Marius Bakke2017-02-27
| | | | | | | | * gnu/packages/xorg.scm (libx11): Update to 1.6.5.
* | gnu: libxcb: Update to 1.12.Marius Bakke2017-02-22
| | | | | | | | | | | | | | | | * 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.
* | gnu: xcb-proto: Update to 1.12.Marius Bakke2017-02-22
| | | | | | | | | | | | | | | | | | * 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.
* | gnu: xf86-video-geode: Update to 2.11.19.Leo Famulari2017-02-21
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.19.
* | gnu: bdftopcf: Use libxfont2.Leo Famulari2017-02-21
| | | | | | | | * gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
* | gnu: xf86-video-intel: Change to libxfont2 ABI.Marius Bakke2017-02-21
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel)[inputs]: Change LIBXFONT to LIBXFONT2.
* | gnu: xf86-video-qxl: Change to libxfont2 ABI.Marius Bakke2017-02-21
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2.
* | gnu: xorg-server: Update to 1.19.1.Marius Bakke2017-02-21
| | | | | | | | | | * gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.1. [inputs]: Change from LIBXFONT to LIBXFONT2. Add LIBEPOXY.
* | gnu: xorg-server: Use 'modify-phases' syntax.Marius Bakke2017-02-21
| | | | | | | | * gnu/packages/xorg.scm (xorg-server)[arguments]: Use 'modify-phases'.
* | gnu: Add libxfont@2.Marius Bakke2017-02-21
| | | | | | | | * gnu/packages/xorg.scm (libxfont2): New variable.
* | Merge branch 'staging' into core-updatesMarius Bakke2017-02-21
|\ \ | | | | | | | | | | | | | | | | | | 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.
| * | gnu: xkeyboard-config: Update to 2.20.Marius Bakke2017-02-01
| | | | | | | | | | | | * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.20.
| * | gnu: libxi: Update to 1.7.9.Marius Bakke2017-01-23
| | | | | | | | | | | | * gnu/packages/xorg.scm (libxi): Update to 1.7.9.
* | | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-20
|\ \ \ | | |/ | |/|
| * | gnu: Remove xf86-video-modesetting.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'master' into core-updatesLudovic Courtès2017-02-10
|\| |
| * | gnu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.Marius Bakke2017-02-09
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-3-e4fe79c.
| * | gnu: xf86-input-libinput: Update to 0.24.0.Marius Bakke2017-02-09
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.24.0.
* | | Merge branch 'master' into core-updatesLeo Famulari2017-02-02
|\| |
| * | gnu: xf86-video-intel: Update to 2.99.917-2-9fe04af.Marius Bakke2017-02-01
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-9fe04af.
| * | gnu: xcalc: Update to 1.0.6.Ludovic Courtès2017-01-31
| | | | | | | | | | | | * gnu/packages/xorg.scm (xcalc): Update to 1.0.6.
| * | gnu: xauth: Update to 1.0.10.Marius Bakke2017-01-30
| | | | | | | | | | | | * gnu/packages/xorg.scm (xauth): Update to 1.0.10.
| * | gnu: Add xcalc.John Darrington2017-01-26
| | | | | | | | | | | | * gnu/packages/xorg.scm (xcalc): New variable.
* | | Merge branch 'master' into core-updatesLudovic Courtès2017-01-23
|\| |
| * | gnu: xf86-input-evdev: Update to 2.10.5.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.5.
| * | gnu: xf86-video-r128: Update to 6.10.2.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2.
| * | gnu: xf86-video-savage: Update to 2.3.9.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.9.
| * | gnu: xf86-video-trident: Update to 1.3.8.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.8.
| * | gnu: xf86-video-glint: Update to 1.2.9.Marius Bakke2017-01-18
| | | | | | | | | | | | | | | | | | | | | * 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.
| * | gnu: xf86-video-nv: Update to 2.1.21.Marius Bakke2017-01-18
| | | | | | | | | | | | | | | | | | | | | * 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.
| * | gnu: xf86-video-siliconmotion: Update to 1.7.9.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.9.
| * | gnu: xf86-video-mga: Update to 1.6.5.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.5.
| * | gnu: xf86-video-sis: Update to 0.10.9.Marius Bakke2017-01-18
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.9.
| * | gnu: xf86-video-tdfx: Update to 1.4.7.Marius Bakke2017-01-18
| |/ | | | | | | * gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
| * gnu: xorg: Make font packages bit-reproducible.Ludovic Courtès2017-01-14
| | | | | | | | | | * gnu/packages/xorg.scm (%xorg-font-origin): Add 'snippet' and 'modules' fields.
| * gnu: xorg: Factorize Xorg font origins.Ludovic Courtès2017-01-14
| | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: Add twm.John Darrington2017-01-12
| | | | | | | | * gnu/packages/xorg.scm (twm): New variable.