Age | Commit message (Collapse) | Author |
|
* 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>
|
|
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add gtk3
backends with the necessary inputs and a 'configure-environment' phase. Add
the optional 'python-pillow' dependency. Move 'python-pyparsing' from
'inputs' to 'propagated-inputs' as it is required at run time.
|
|
* gnu/packages/gtk.scm (python-cairocffi, python2-cairocffi): New variables.
|
|
* gnu/packages/python.scm (python-xcffib, python2-xcffib): New variables.
|
|
* guix/build/python-build-system.scm (rename-pth-file): New rename-pth-file
phase and corresponding function.
|
|
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
--enable-pulseaudio.
|
|
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.1.
|
|
* gnu/packages/perl.scm (perl-test-simple): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/perl.scm (perl-test-deep): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/perl.scm (perl-test-nowarnings): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/perl.scm (perl-test-tester): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This reverts commit 31557440c29f8d93b366422bfec4dab341eff79f as it did not
provide the desired effect. The test is still failing.
|
|
* gnu/packages/bioinformatics.scm (bedtools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tmux.scm (tmux): Update to 1.9a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (samtools): disable tests for all non-64-bit
systems because of an upstream bug in the test data.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|