[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
- branch master updated (37f6289 -> fab9aa1),
guix-commits <=
- 01/14: gnu: flatpak: Use glib-or-gtk-build-system., guix-commits, 2019/03/24
- 03/14: bootloader: Reindent record type definition., guix-commits, 2019/03/24
- 02/14: bootloader: Remove unused 'additional-configuration' field., guix-commits, 2019/03/24
- 06/14: services: xorg: Remove unused #:guile parameter., guix-commits, 2019/03/24
- 05/14: bootloader: Add a 'keyboard-layout' field., guix-commits, 2019/03/24
- 04/14: Add (gnu system keyboard)., guix-commits, 2019/03/24
- 10/14: vm: 'virtualized-operating-system' inherits from the user's bootloader config., guix-commits, 2019/03/24
- 09/14: services: xorg: Add a 'keyboard-layout' field in <xorg-configuration>., guix-commits, 2019/03/24
- 11/14: gnu: Add loadkeys-static., guix-commits, 2019/03/24
- 08/14: services: sddm, slim, gdm: Take an <xorg-configuration> record., guix-commits, 2019/03/24