summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
AgeCommit message (Collapse)Author
2017-05-05gnu: xf86-input-libinput: Update to 0.25.1.Marius Bakke
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.1.
2017-05-02gnu: Avoid circular dependencies by Perl license.Petter
* guix/licenses.scm (perl-license): New variable. * gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license. * gnu/packages/compression.scm: Same. * gnu/packages/databases.scm: Same. * gnu/packages/gd.scm: Same. * gnu/packages/language.scm: Same. * gnu/packages/libevent.scm: Same. * gnu/packages/mail.scm: Same. * gnu/packages/messaging.scm: Same. * gnu/packages/ncurses.scm: Same. * gnu/packages/networking.scm: Same. * gnu/packages/photo.scm: Same. * gnu/packages/tcl.scm: Same. * gnu/packages/tex.scm: Same. * gnu/packages/tls.scm: Same. * gnu/packages/web.scm: Same. * gnu/packages/wm.scm: Same. * gnu/packages/xml.scm: Same. * gnu/packages/xorg.scm: Same. * gnu/packages/zip.scm: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-24gnu: xorg-server@1.19.3: Correct hash.Marius Bakke
This hash got reset back to 1.19.2 when 1f49cd546ec was merged (1524851f58d). * gnu/packages/xorg.scm (xorg-server-1.19.3)[source]: Update sha256 checksum.
2017-04-22Merge branch 'master' into stagingLeo Famulari
2017-04-22gnu: xf86-video-nouveau: Update to 1.0.15.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.15. [home-page]: Use HTTPS.
2017-04-20gnu: xorg-server: Hide the for-test variant.Ludovic Courtès
* gnu/packages/xorg.scm (xorg-server-1.19.2): Wrap in 'hidden-package' call.
2017-04-18Merge branch 'master' into stagingMarius Bakke
2017-04-15gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
2017-04-06gnu: xorg-server@1.19.2: Update to 1.19.3.Marius Bakke
This is to adjust for the inputs and arguments change of xorg-server proper. * gnu/packages/xorg.scm (xorg-server-1.19.2): Rename to ... (xorg-server-1.19.3): ... this. Update version and origin. * gnu/packages/gtk.scm (gtk+)[native-inputs]: Adjust accordingly. [arguments]<#:disallowed-references>: Likewise.
2017-04-06gnu: xorg-server: Update to 1.19.3.Marius Bakke
* gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.3. [native-inputs]: Remove FONT-UTIL, LIBTOOL, AUTOMAKE and AUTOCONF. [arguments]: Remove 'bootstrap' phase.
2017-04-06gnu: libpciaccess: Update to 0.13.5.Marius Bakke
* gnu/packages/xorg.scm (libpciaccess): Update to 0.13.5.
2017-03-30Merge branch 'master' into core-updatesMarius Bakke
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
2017-03-30gnu: xcb-util-cursor: Update to 0.1.3.Marius Bakke
* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.3. [source]: Change to bz2 archive.
2017-03-30gnu: libevdev: Update to 1.5.6.Marius Bakke
* gnu/packages/xorg.scm (libevdev): Update to 1.5.6.
2017-03-25gnu: xorg-server-xwayland: Add missing input.Efraim Flashner
* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols.
2017-03-21gnu: xf86-video-vmware: Fix build failure due to missing LLVM.rennes
* gnu/packages/xorg.scm (xf86-video-vmware)[inputs]: Add llvm. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-16Revert "gnu: bdftopcf: Use libxfont2."Leo Famulari
Building with libxfont2 leads to an error in the configure phase: "No package 'xfont' found" This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01.
2017-03-13Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-13gnu: xf86-video-intel: Update to 2.99.917-4-7e9e92c.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-4-7e9e92c.
2017-03-13gnu: xf86-video-nouveau: Update to 1.0.14.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.14.
2017-03-09gnu: xf86-input-libinput: Update to 0.25.0.Marius Bakke
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0.
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-03-08gnu: gtk+: Build GTK+ with its own xorg-server package.Leo Famulari
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.
2017-03-08gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].Leo Famulari
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.2. [native-inputs]: Add font-util, libtool, autoconf, and automake. [arguments]: Add 'bootstrap' phase.
2017-03-03Revert "gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624]."Leo Famulari
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.
2017-03-03gnu: libice: Build with libbsd [fixes CVE-2017-2626].Leo Famulari
* gnu/packages/xorg.scm (libice)[inputs]: Add libbsd.
2017-03-03gnu: libxdmcp: Build with libbsd [fixes CVE-2017-2625].Leo Famulari
* gnu/packages/xorg.scm (libxdmcp)[inputs]: Add libbsd.
2017-03-03gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624].Leo Famulari
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.2.
2017-03-02gnu: Add perl-x11-xcb.Marius Bakke
* gnu/packages/xorg.scm (perl-x11-xcb): New variable.
2017-03-01gnu: sessreg: Update to 1.1.1.Marius Bakke
* gnu/packages/xorg.scm (sessreg): Update to 1.1.1.
2017-02-27gnu: libx11: Update to 1.6.5.Marius Bakke
* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
2017-02-22gnu: libxcb: Update to 1.12.Marius Bakke
* 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.
2017-02-22gnu: xcb-proto: Update to 1.12.Marius Bakke
* 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.
2017-02-21gnu: xf86-video-geode: Update to 2.11.19.Leo Famulari
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.19.
2017-02-21gnu: bdftopcf: Use libxfont2.Leo Famulari
* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
2017-02-21gnu: xf86-video-intel: Change to libxfont2 ABI.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel)[inputs]: Change LIBXFONT to LIBXFONT2.
2017-02-21gnu: xf86-video-qxl: Change to libxfont2 ABI.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2.
2017-02-21gnu: xorg-server: Update to 1.19.1.Marius Bakke
* gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.1. [inputs]: Change from LIBXFONT to LIBXFONT2. Add LIBEPOXY.
2017-02-21gnu: xorg-server: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/xorg.scm (xorg-server)[arguments]: Use 'modify-phases'.
2017-02-21gnu: Add libxfont@2.Marius Bakke
* gnu/packages/xorg.scm (libxfont2): New variable.
2017-02-21Merge branch 'staging' into core-updatesMarius Bakke
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.
2017-02-20Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-02-19gnu: Remove xf86-video-modesetting.Marius Bakke
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.
2017-02-10Merge branch 'master' into core-updatesLudovic Courtès
2017-02-09gnu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-3-e4fe79c.
2017-02-09gnu: xf86-input-libinput: Update to 0.24.0.Marius Bakke
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.24.0.
2017-02-02Merge branch 'master' into core-updatesLeo Famulari
2017-02-01gnu: xf86-video-intel: Update to 2.99.917-2-9fe04af.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-9fe04af.
2017-02-01gnu: xkeyboard-config: Update to 2.20.Marius Bakke
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.20.
2017-01-31gnu: xcalc: Update to 1.0.6.Ludovic Courtès
* gnu/packages/xorg.scm (xcalc): Update to 1.0.6.