summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-11nls: Update 'vi' translation.Ludovic Courtès
2014-11-11gnu: polkit: Propagate input glib.Andreas Enge
* gnu/packages/polkit.scm (polkit): Propagate input glib. * gnu/packages/polkit.scm (polkit-qt): Drop input glib, now available through propagation.
2014-11-10gnu: libpsl: Include package-name in file-name of source tarball.Mark H Weaver
* gnu/packages/web.scm (libpsl)[source]: Add file-name field.
2014-11-11Thank Sylvain.Ludovic Courtès
2014-11-11gnu: Add wrapper for Freedink.Ludovic Courtès
* gnu/packages/games.scm (freedink-engine, freedink-data): Make private. (freedink): New variable.
2014-11-11gnu: Add GNU Freedink.Sylvain Beucler
* gnu/packages/games.scm (freedink-engine, freedink-data): New variables. Co-authored-by: Ludovic Courtès <ludo@gnu.org>.
2014-11-10nls: Update 'de' translation.Ludovic Courtès
2014-11-10services: Add 'auto-start?' field to <service>.Ludovic Courtès
* gnu/services.scm (<service>)[auto-start?]: New field. * gnu/services/dmd.scm (dmd-configuration-file): Honor it. * gnu/system/install.scm (cow-store-service): Add 'auto-start?' field.
2014-11-10gnu: libmikmod: Avoid dlopening libasound & co.Ludovic Courtès
* gnu/packages/sdl.scm (libmikmod)[arguments]: New field.
2014-11-10doc: Mention "audio" and "video" groups in configuration template.Ludovic Courtès
* gnu/system/os-config.tmpl (users): Add "audio" and "video" groups and explain.
2014-11-10services: Add 'user-unmount-service' as an essential service.Ludovic Courtès
* gnu/services/base.scm (user-unmount-service): New procedure. * gnu/system.scm (essential-services): Use it. * gnu/system/install.scm (cow-store-service): Mention it in comment.
2014-11-10syscalls: Add 'mount-points'.Ludovic Courtès
* guix/build/syscalls.scm (mount-points): New procedure. * tests/syscalls.scm ("mount-points"): New test.
2014-11-10install: Add GRUB to the set of global packages.Ludovic Courtès
* gnu/system/install.scm (installation-os)[packages]: Add GRUB.
2014-11-10nls: Add a few more package modules for translation.Ludovic Courtès
* po/packages/POTFILES.in: List a few more files.
2014-11-10licenses: Add 'silofl1.1'.Alex Kost
* guix/licenses.scm (silofl1.1): New variable.
2014-11-10doc: Mention 'guix environment' in "Features"; add index entries.Ludovic Courtès
* doc/guix.texi (Features): Add paragraph about 'guix environment'. (Build Systems): Add @cindex. (Invoking guix environment): Ditto.
2014-11-10Update NEWS.Ludovic Courtès
2014-11-10Thank Philip Woods.Ludovic Courtès
2014-11-10doc: Add "GRUB Configuration".Ludovic Courtès
* doc/guix.texi (operating-system Reference): Add xref to "GRUB Configuration". (GRUB Configuration): New node.
2014-11-10doc: Avoid @indentedblock, which is not supported by Texinfo 4.Ludovic Courtès
Reported by Mark H Weaver. * doc/guix.texi (Security Updates): Use @quotation instead of @indentedblock; the latter is not supported by Texinfo 4.
2014-11-10emacs: Improve 'guix-redisplay-buffer'.Alex Kost
* emacs/guix-base.el (guix-redisplay-buffer): Allow to display new entries. Restore point position.
2014-11-10emacs: Add 'guix-find-file'.Alex Kost
* emacs/guix-utils.el (guix-find-file): New procedure. * emacs/guix-info.el (guix-file): Use it.
2014-11-10emacs: Restore mode-line after operation prompt.Alex Kost
* emacs/guix-base.el (guix-operation-prompt): Restore 'mode-line-format' after prompting.
2014-11-10emacs: Add "c" key binding to copy a button link.Alex Kost
* emacs/guix-info.el (guix-info-button-map): New variable. (guix-info-button-copy-label): New procedure. * doc/emacs.texi (Emacs Info buffer): Mention a "c" key binding. (Emacs Keymaps): Add 'guix-info-button-map'.
2014-11-10gnu: Add polkit-qt.Andreas Enge
* gnu/packages/polkit.scm (polkit-qt): New variable.
2014-11-09gnu: Add guile-sdl.David Thompson
* gnu/packages/sdl.scm (guile-sdl): New variable.
2014-11-09gnu: Add sdl-union.David Thompson
* gnu/packages/sdl.scm (sdl-union): New variable.
2014-11-09pull: Use the build procedure provided by the newly-downloaded Guix.Ludovic Courtès
Fixes <http://bugs.gnu.org/18534>. * guix/scripts/pull.scm (with-environment-variable, with-PATH): New macros. (temporary-directory, first-directory, interned-then-deleted): New procedures. (unpack): Rewrite to do the unpacking in the current process rather than as a separate derivation. (%self-build-file): New variable. (build-from-source): New procedure. (build-and-install): Use it. * guix/build/pull.scm (build-guix): Rename 'tarball' argument to 'source'. Remove #:tar and #:gzip parameters, as well as 'tar' invocation. Remove 'scandir' invocation. Wrap body in 'with-directory-excursion'. * build-aux/build-self.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
2014-11-09gexp: Add #:module-path parameter to 'gexp->derivation'.Ludovic Courtès
* guix/gexp.scm (gexp->derivation): Add #:module-path parameter, and pass it to 'imported-modules' and 'compiled-modules'. * doc/guix.texi (G-Expressions): Adjust accordingly.
2014-11-09gnu: Re-synchronize a couple of synopses with the Womb.Ludovic Courtès
* gnu/packages/lisp.scm (gcl): Synchronize synopsis. * gnu/packages/scheme.scm (mit-scheme): Ditto.
2014-11-09gnu: Add polkit.Andreas Enge
* gnu/packages/polkit.scm (polkit): New variable. * gnu/packages/patches/polkit-drop-test.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch file.
2014-11-09gnu: Add nspr.Andreas Enge
* gnu/packages/polkit.scm (nspr): New variable.
2014-11-08gnu: Add Image::ExitTool.Ludovic Courtès
* gnu/packages/photo.scm (perl-image-exiftool): New variable.
2014-11-08system: grub: Adjust default theme color.Ludovic Courtès
* gnu/system/grub.scm (%default-theme)[color-highlight]: Change foreground to cyan, as suggested by Felipe López.
2014-11-08gnu: ffmpeg-2.2: Update to 2.2.10.Jason Self
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.10.
2014-11-08gnu: ffmpeg: Update to 2.4.3.Jason Self
* gnu/packages/video.scm (ffmpeg): Update to version 2.4.3.
2014-11-08services: udev: Make /dev/kvm 666 as a workaround.Ludovic Courtès
* gnu/services/base.scm (kvm-udev-rule): Change /dev/kvm mode to 666 to work around <http://bugs.gnu.org/18994>.
2014-11-08system: grub: Add preliminary support for themes.Ludovic Courtès
* 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.
2014-11-08vm: The 'run-vm' scripts now passes its arguments to QEMU.Ludovic Courtès
* 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.
2014-11-08Thank Felipe.Ludovic Courtès
2014-11-08gnu: slim: Update URL.Ludovic Courtès
Reported by Felipe López <felipe.lopez@openmailbox.org>. * gnu/packages/slim.scm (slim)[origin, home-page]: Update URL.
2014-11-08vm: Fix 'vm --full-boot' to produce a sufficient disk image.Ludovic Courtès
* 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'.
2014-11-08gnu: acct: Update to 6.6.2.Andreas Enge
* gnu/packages/acct.scm (acct): Update to 6.6.2.
2014-11-08gnu: Add mozjs (Mozilla Spidermonkey).Andreas Enge
* gnu/packages/polkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register new file.
2014-11-08gnu: libassuan: Update to 2.1.3.Andreas Enge
* gnu/packages/gnupg.scm (libassuan): Update to 2.1.3.
2014-11-08gnu: grub: Add dependency on GNU Unifont.Ludovic Courtès
* gnu/packages/grub.scm (unifont): New variable. (grub)[arguments]: Copy and unzip Unifont in 'patch-stuff' phase. [native-inputs]: Add UNIFONT.
2014-11-08vm: Support 'guix system vm --full-boot'.Ludovic Courtès
* 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.
2014-11-08doc: Emphasize the availability of two user interfaces.Ludovic Courtès
* doc/guix.texi (Package Management): Add a word about the two user interfaces.
2014-11-08services: xorg: Add argv[0] in X invocation.Ludovic Courtès
* gnu/services/xorg.scm (xorg-start-command): Add missing argv[0] in 'execl' call.
2014-11-07gnu: xf86-video-intel: Swap input libdrm with mesa.Andreas Enge
* gnu/packages/xorg.scm (xf86-video-intel): Drop input libdrm, add input mesa.