~ruther/guix-local

421c3bcc — Ludovic Courtès 11 years ago
services: udev: Make /dev/kvm 666 as a workaround.

* gnu/services/base.scm (kvm-udev-rule): Change /dev/kvm mode to 666 to
  work around <http://bugs.gnu.org/18994>.
99ae9ceb — Ludovic Courtès 11 years ago
system: grub: Add preliminary support for themes.

* gnu/system/grub.scm (<grub-image>, <grub-theme>): New record types.
  (%artwork-repository, %background-image): New variables.
  (<grub-configuration>)[theme]: New field.
  (svg->png, resize-image, grub-background-image, eye-candy): New
  procedures.
  (grub-configuration-file): Use 'eye-candy' and add it in BUILDER.
810568b3 — Ludovic Courtès 11 years ago
vm: The 'run-vm' scripts now passes its arguments to QEMU.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "$@" at
  the end of the script.
  (common-qemu-options): Remove trailing newline.
* doc/guix.texi (Invoking guix system): Document it.
ccdca0a0 — Ludovic Courtès 11 years ago
Thank Felipe.
d8c19441 — Ludovic Courtès 11 years ago
gnu: slim: Update URL.

Reported by Felipe López <felipe.lopez@openmailbox.org>.

* gnu/packages/slim.scm (slim)[origin, home-page]: Update URL.
6aa260af — Ludovic Courtès 11 years ago
vm: Fix 'vm --full-boot' to produce a sufficient disk image.

* gnu/system/vm.scm (system-qemu-image/shared-store): Add
  #:disk-image-size and #:full-boot? parameters and honor them.  Pass
  '#:copy-inputs? full-boot?', and change #:inputs argument.
* guix/scripts/system.scm (system-derivation-for-action): Pass
  #:disk-image-size to 'system-qemu-image/shared-store'.
* doc/guix.texi (Invoking guix system): Mention use of '--image-size' in
  conjunction with '--full-boot'.
a9967103 — Andreas Enge 11 years ago
gnu: acct: Update to 6.6.2.
 * gnu/packages/acct.scm (acct): Update to 6.6.2.
cff1c5c1 — Andreas Enge 11 years ago
gnu: Add mozjs (Mozilla Spidermonkey).

* gnu/packages/polkit.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register new file.
a50fbf0d — Andreas Enge 11 years ago
gnu: libassuan: Update to 2.1.3.

* gnu/packages/gnupg.scm (libassuan): Update to 2.1.3.
9b24c768 — Ludovic Courtès 11 years ago
gnu: grub: Add dependency on GNU Unifont.

* gnu/packages/grub.scm (unifont): New variable.
  (grub)[arguments]: Copy and unzip Unifont in 'patch-stuff' phase.
  [native-inputs]: Add UNIFONT.
ab11f0be — Ludovic Courtès 11 years ago
vm: Support 'guix system vm --full-boot'.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add
  #:full-boot? parameter and honor it.
* guix/scripts/system.scm (system-derivation-for-action): Likewise.
  (perform-action): Likewise.
  (show-help): Document '--full-boot'.
  (%options): Add '--full-boot'.
  (guix-system): Add #:full-boot? argument in call to 'perform-action'.
* doc/guix.texi (Invoking guix system): Document it.
c1941588 — Ludovic Courtès 11 years ago
doc: Emphasize the availability of two user interfaces.

* doc/guix.texi (Package Management): Add a word about the two user
  interfaces.
91cc5aff — Ludovic Courtès 11 years ago
services: xorg: Add argv[0] in X invocation.

* gnu/services/xorg.scm (xorg-start-command): Add missing argv[0] in
  'execl' call.
0fa22d5a — Andreas Enge 11 years ago
gnu: xf86-video-intel: Swap input libdrm with mesa.

* gnu/packages/xorg.scm (xf86-video-intel): Drop input libdrm, add input
    mesa.
15a6d433 — Ludovic Courtès 11 years ago
lint: Allow synopses that start with an abbreviation.

* guix/scripts/lint.scm (starts-with-abbreviation?): New procedure.
  (check-synopsis-style)[check-start-with-package-name]: Use it.
* tests/lint.scm ("synopsis: start with abbreviation"): New test.
105c260f — Ludovic Courtès 11 years ago
lint: Skip starting-article test for the synopses of GNU packages.

* guix/scripts/lint.scm (check-synopsis-style)[check-start-article]:
  Change to (const #t) when PACKAGE matches 'gnu-package?'.
431e5f5a — Ludovic Courtès 11 years ago
lint: Tolerate sentences that start with a parenthesis or a quote.

* guix/scripts/lint.scm (properly-starts-sentence?): Add (, ", and ' as
  valid beginnings.
17854ef9 — Ludovic Courtès 11 years ago
lint: Improve check for synopses starting with package name.

* guix/scripts/lint.scm (package-name-regexp): New procedure.
  (check-synopsis-style)[check-start-with-package-name]: Use it instead
  of 'string-prefix-ci?'.
* tests/lint.scm ("synopsis: start with package name prefix"): New test.
72b030c0 — Ludovic Courtès 11 years ago
gnu: cppunit: Add missing space in description.

* gnu/packages/check.scm (cppunit)[description]: Add missing space.
b1e66683 — Ludovic Courtès 11 years ago
lint: Simplify no-warnings tests.

* tests/lint.scm ("description: may start with a digit"): Replace
  (not (string-contains exp str)) with (string-null? exp).
  ("description: may start with lower-case package name"): Likewise.
  ("description: end-of-sentence detection with abbreviations"):
  Likewise.
  ("synopsis: may start with a digit"): Likewise.
  ("synopsis: ends with 'etc.'"): Likewise.
Next