[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (208946e -> 3a66563)
From: |
guix-commits |
Subject: |
branch master updated (208946e -> 3a66563) |
Date: |
Fri, 5 Apr 2019 09:45:11 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 208946e gnu: emacs-cider: Update to 0.21.0.
new b68f650 services: dbus: Add 'wrapped-dbus-service'.
new f63861b gnu: Add localed, extracted from systemd.
new aa071ca services: dbus: 'wrapped-dbus-service' accepts a list of
variables.
new 607fcc7 services: Add 'localed' service type and have GDM extend
it.
new 305a732 services: xorg: Add 'set-xorg-configuration'.
new a31af2b doc: Explain how to change the keyboard layout at run
time.
new 3a66563 services: console-keymap: Deprecate.
The 7 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 | 77 +++---
gnu/local.mk | 1 +
gnu/packages/freedesktop.scm | 146 ++++++++++
gnu/packages/patches/localed-xorg-keyboard.patch | 322 +++++++++++++++++++++++
gnu/services/base.scm | 3 +-
gnu/services/dbus.scm | 48 ++++
gnu/services/desktop.scm | 52 +---
gnu/services/xorg.scm | 111 +++++++-
gnu/system/examples/desktop.tmpl | 14 +-
9 files changed, 692 insertions(+), 82 deletions(-)
create mode 100644 gnu/packages/patches/localed-xorg-keyboard.patch
- branch master updated (208946e -> 3a66563),
guix-commits <=
- 01/07: services: dbus: Add 'wrapped-dbus-service'., guix-commits, 2019/04/05
- 07/07: services: console-keymap: Deprecate., guix-commits, 2019/04/05
- 05/07: services: xorg: Add 'set-xorg-configuration'., guix-commits, 2019/04/05
- 02/07: gnu: Add localed, extracted from systemd., guix-commits, 2019/04/05
- 03/07: services: dbus: 'wrapped-dbus-service' accepts a list of variables., guix-commits, 2019/04/05
- 06/07: doc: Explain how to change the keyboard layout at run time., guix-commits, 2019/04/05
- 04/07: services: Add 'localed' service type and have GDM extend it., guix-commits, 2019/04/05