Age | Commit message (Collapse) | Author |
|
* gnu/packages/xorg.scm (libpciaccess): Update to 1.13.2.
|
|
* gnu/packages/xorg.scm (libfs): Update to 1.0.6.
|
|
* gnu/packages/xorg.scm (libdmx): Update to 1.1.3.
|
|
* gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.3.
|
|
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.8.
|
|
* gnu/packages/xorg.scm (libxrandr): Update to 1.4.2.
|
|
* gnu/packages/xorg.scm (libxfont): Update to 1.5.0.
|
|
* gnu/packages/xorg.scm (libfontenc): Update to 1.1.2.
|
|
* gnu/packages/xorg.scm (libice): Update to 1.0.9.
|
|
* gnu/packages/xorg.scm (libxv): Update to 1.0.10.
|
|
* gnu/packages/xorg.scm (libxtst): Update to 1.2.2.
|
|
* gnu/packages/xorg.scm (libxrender): Update to 0.9.8.
|
|
* gnu/packages/xorg.scm (libxp): Update to 1.0.2.
|
|
* gnu/packages/xorg.scm (libxinerama): Update to 1.1.3.
|
|
* gnu/packages/xorg.scm (libxdamage): Update to 1.1.4.
|
|
* gnu/packages/xorg.scm (libxi): Update to 1.7.4. Add libxfixes
to propagated-inputs.
|
|
* gnu/packages/xorg.scm (libxfixes): Update to 5.0.1.
|
|
* gnu/packages/xorg.scm (libxext): Update to 1.3.3.
|
|
* gnu/packages/xorg.scm (libxau): Update to 1.0.8.
|
|
* gnu/packages/xorg.scm (libx11): Update to 1.6.2.
|
|
* gnu/packages/xorg.scm (xtrans): Update to 1.3.5.
|
|
* gnu/packages/xorg.scm (randrproto): Update to 1.4.0.
|
|
* gnu/packages/xorg.scm (videoproto): Update to 2.3.2.
|
|
* gnu/packages/xorg.scm (glproto): Update to 1.4.17.
|
|
* gnu/packages/xorg.scm (fontsproto): Update to 2.1.3.
|
|
* gnu/packages/xorg.scm (inputproto): Update to 2.3.1.
|
|
* gnu/packages/xorg.scm (dri2proto): Update to 2.8.
|
|
* gnu/packages/xorg.scm (xextproto): Update to 7.3.0.
|
|
* gnu/packages/xorg.scm (xproto): Update to 7.0.26.
|
|
* gnu/packages/xorg.scm (util-macros): Update to 1.19.0.
|
|
* gnu/packages/gtk.scm (cairomm): Update to 1.11.2.
|
|
* gnu/packages/gtk.scm (cairo): Update to 1.12.18. Add libxdamage
to propagated-inputs.
|
|
* gnu/packages/xdisorg.scm (pixman): Update to 0.32.6.
|
|
* gnu/packages/glib.scm (glibmm): Update to 2.42.0. Use 'version-major+minor'
to compute source URI.
|
|
* gnu/packages/glib.scm (dbus-glib): Update to 0.102.
|
|
* gnu/packages/glib.scm (glib): Update to 2.42.1. Disable a test
that requires dbus.
|
|
* gnu/packages/glib.scm (dbus): Update to 1.8.12.
|
|
* gnu/packages/pdf.scm (poppler): Update to 0.28.1. Use the .xz source
tarball.
|
|
* gnu/packages/patches/inkscape-stray-comma.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/inkscape.scm (inkscape): Update to 0.48.5. Remove patch. Use
the .bz2 source tarball. Use current libgc. Add 'fix-test-includes' phase.
|
|
* gnu/packages/gl.scm (mesa): Update to 10.4.0. Use current libdrm. Add
eudev, dri3proto, presentproto, and libxshmfence to inputs. Add gnu-gettext
to native-inputs. Add --enable-xa configure flag. Add new phases
'add-missing-m4-files' and 'patch-create_test_cases'.
|
|
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.58.
|
|
* gnu/packages/xorg.scm (libxshmfence): New variable.
|
|
* gnu/services/xorg.scm (%default-xsessions): New variable.
(xsessions-directory): New procedure.
(slim-service): Add #:sessions and #:auto-login-session parameters.
[slim.cfg]: Honor #:sessions.
(xinitrc): Adjust accordingly.
|
|
* nix/sync-with-upstream: Remove.
* bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'.
* .gitmodules: Remove.
|
|
|
|
* gnu/packages/bioinformatics.scm (bowtie): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/networking.scm (static-networking-service): Remove
#:inetutils parameter. Rewrite using 'configure-network-interface'
and 'set-network-interface-flags'.
|
|
* guix/build/syscalls.scm (sizeof*, type-size, write-type, write-types,
read-type, read-types, define-c-struct): New macros.
(SIOCSIFFLAGS, SIOCGIFADDR, SIOCSIFADDR): New variables.
(sockaddr-in, sockaddr-in6): New C structs.
(write-socket-address!, read-socket-address,
set-network-interface-flags, set-network-interface-address,
network-interface-address, configure-network-interface): New
procedures.
|
|
* gnu/packages/perl.scm (perl-clone): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gtk.scm, gnu/packages/python.scm (python-cairocffi,
python2-cairocffi): Move variables from gtk to python module to avoid
circular dependency.
Reported by Mark H Weaver <mhw@netris.org>
|