guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (fe365a3 -> 82b695b)


From: Mark H. Weaver
Subject: branch core-updates updated (fe365a3 -> 82b695b)
Date: Mon, 28 May 2018 20:48:34 -0400 (EDT)

mhw pushed a change to branch core-updates
in repository guix.

      from  fe365a3   gnu: libssh2: Fix build on MIPS systems.
      adds  1f52eb7   gnu: qt: Update to 5.11.0.
      adds  8650034   gnu: qtconnectivity: Enable previously failing test.
      adds  9b9db6c   gnu: xonotic: Correct licenses.
      adds  a1a5ef2   gnu: Add java-jsr250.
      adds  1a1810f   gnu: Add java-eclipse-sisu-inject.
      adds  7049dea   gnu: Add java-eclipse-sisu-plexus.
      adds  66006fe   gnu: Add java-commons-jxpath.
      adds  3fa18fe   gnu: Add java-commons-compiler.
      adds  3402e65   gnu: Add java-janino.
      adds  7d8207a   gnu: Add java-logback-core.
      adds  3a69f5f   gnu: Add java-logback-classic.
      adds  01c4869   gnu: libmygpo-qt: Fix Qt 5.11 build.
      adds  1222a64   gnu: libechonest: Remove package.
      adds  8a6d16b   gnu: clementine: Update snapshot.
      adds  25816c4   gnu: icecat: Add more fixes from upstream mozilla-esr52.
      adds  a5acc17   file-systems: Remove 'title' field and add 
<file-system-label>.
      adds  9ceeca0   system: Remove uses of the 'title' field of <file-system>.
      adds  56e72c0   gnu: Add catch-framework2.
      adds  ad8a4d6   gnu: Add amalgamate.
      adds  385357c   gnu: Add fifo-map.
      adds  e3c0676   gnu: Add json-modern-cxx.
      adds  6f3c850   gnu: Add xtl.
      adds  70770b9   gnu: Add xtensor.
      adds  1357459   gnu: python-nbxmpp: Update to 0.6.6.
      adds  fdb8554   gnu: gajim: Update to 1.0.3.
      adds  e580597   gnu: Add squashfs-tools-next.
      adds  3ec07ce   gnu: Add singularity.
      adds  5ffac53   pack: Rename "tar" to "archiver".
      adds  b2817f0   pack: Add support for squashfs images.
      adds  ed71cda   doc: Add concept index entry for Docker and guix pack.
      adds  bb82c3d   gnu: emacs: Update to 26.1.
      adds  a338b6f   Revert "gnu: emacs: Update to 26.1."
      adds  c7d901c   gnu: vlc: Fix build against Qt 5.11.
      adds  77cc877   gnu: supercollider: Remove broken Qt dependency.
      adds  a234ae3   gnu: wireshark: Fix build against Qt 5.11.
      adds  65212c4   gnu: u-boot-tools: Enable tests.
      adds  ee3c8fb   gnu: make-u-boot-package: Sort printed configurations 
case-insensitively.
       new  82b695b   Merge branch 'master' into core-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi                                      |  70 +++--
 gnu/bootloader/grub.scm                            |  10 +-
 gnu/build/file-systems.scm                         |  54 +---
 gnu/build/linux-boot.scm                           |  12 +-
 gnu/build/shepherd.scm                             |   3 +-
 gnu/local.mk                                       |   4 +
 gnu/packages/algebra.scm                           |  36 +++
 gnu/packages/audio.scm                             |  12 +-
 gnu/packages/bootloaders.scm                       |  47 ++-
 gnu/packages/check.scm                             |  20 ++
 gnu/packages/code.scm                              |  58 +++-
 gnu/packages/compression.scm                       |  19 +-
 gnu/packages/cpp.scm                               | 120 ++++++++
 gnu/packages/games.scm                             |   4 +-
 gnu/packages/gnuzilla.scm                          |  10 +-
 gnu/packages/java.scm                              | 336 ++++++++++++++++++++-
 gnu/packages/linux.scm                             |  49 ++-
 gnu/packages/messaging.scm                         |   8 +-
 gnu/packages/music.scm                             |  47 +--
 gnu/packages/networking.scm                        |  17 +-
 .../patches/fifo-map-fix-flags-for-gcc.patch       |  39 +++
 .../patches/fifo-map-remove-catch.hpp.patch        |  30 ++
 gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch |  78 +++++
 .../patches/libmygpo-qt-missing-qt5-modules.patch  |  51 ++++
 gnu/packages/qt.scm                                | 309 ++++++++++---------
 gnu/packages/video.scm                             |   7 +
 gnu/services/base.scm                              |  17 +-
 gnu/system.scm                                     |  38 +--
 gnu/system/examples/bare-bones.tmpl                |   3 +-
 gnu/system/examples/beaglebone-black.tmpl          |   3 +-
 gnu/system/examples/lightweight-desktop.tmpl       |   4 +-
 gnu/system/examples/vm-image.tmpl                  |   3 +-
 gnu/system/file-systems.scm                        | 108 ++++++-
 gnu/system/install.scm                             |   4 +-
 gnu/system/vm.scm                                  |   7 +-
 gnu/tests.scm                                      |   3 +-
 gnu/tests/install.scm                              |  26 +-
 guix/scripts/pack.scm                              | 109 ++++++-
 guix/scripts/system.scm                            |  31 +-
 tests/guix-system.sh                               |   9 +-
 tests/system.scm                                   |   6 +-
 41 files changed, 1426 insertions(+), 395 deletions(-)
 create mode 100644 gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch
 create mode 100644 gnu/packages/patches/fifo-map-remove-catch.hpp.patch
 create mode 100644 gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch
 create mode 100644 gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]