guix-commits
[Top][All Lists]
Advanced

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

branch master updated (37f6289 -> fab9aa1)


From: guix-commits
Subject: branch master updated (37f6289 -> fab9aa1)
Date: Sun, 24 Mar 2019 18:10:17 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  37f6289   gnu: avidemux: Update to 2.7.3.
       new  16360cc   gnu: flatpak: Use glib-or-gtk-build-system.
       new  8a0e1bb   bootloader: Remove unused 'additional-configuration' 
field.
       new  91b6873   bootloader: Reindent record type definition.
       new  db1e252   Add (gnu system keyboard).
       new  8d058e7   bootloader: Add a 'keyboard-layout' field.
       new  956607e   services: xorg: Remove unused #:guile parameter.
       new  b2e5645   services: xorg: Define an <xorg-configuration> record 
type.
       new  554b860   services: sddm, slim, gdm: Take an <xorg-configuration> 
record.
       new  598757e   services: xorg: Add a 'keyboard-layout' field in 
<xorg-configuration>.
       new  132823c   vm: 'virtualized-operating-system' inherits from the 
user's bootloader config.
       new  48e595b   gnu: Add loadkeys-static.
       new  ae7a316   system: Initialize console keyboard layout in the initrd.
       new  2bbb4ea   doc: Document keyboard layout.
       new  fab9aa1   gnu: Add xfce4-whiskermenu-plugin.

The 14 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                       | 290 +++++++++++++++++++++++++-----------
 gnu.scm                             |   3 +-
 gnu/bootloader.scm                  |  43 +++---
 gnu/bootloader/grub.scm             |  35 +++++
 gnu/build/linux-boot.scm            |  15 +-
 gnu/local.mk                        |   1 +
 gnu/packages/linux.scm              |  37 +++++
 gnu/packages/package-management.scm |   7 +-
 gnu/packages/xfce.scm               |  35 +++++
 gnu/services/sddm.scm               |  14 +-
 gnu/services/xorg.scm               | 186 +++++++++++++----------
 gnu/system.scm                      |   7 +-
 gnu/system/keyboard.scm             |  98 ++++++++++++
 gnu/system/linux-initrd.scm         |  26 +++-
 gnu/system/vm.scm                   |   1 +
 15 files changed, 597 insertions(+), 201 deletions(-)
 create mode 100644 gnu/system/keyboard.scm



reply via email to

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