summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-08-27gnu: perl-www-opensearch: Provide Module::Install.Marius Bakke
* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-27gnu: perl-xml-atom: Update to 0.42.Marius Bakke
* gnu/packages/xml.scm (perl-xml-atom): Update to 0.42. [arguments]: Add 'set-perl-search-path' phase. [native-inputs]: Add PERL-HTML-TAGSET and PERL-MODULE-BUILD-TINY.
2017-08-27gnu: babl: Update to 0.1.30.Marius Bakke
* gnu/packages/gimp.scm (babl): Update to 0.1.30.
2017-08-27gnu: Remove unneeded import.Marius Bakke
* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
2017-08-27gnu: tdb: Update to 1.3.15.Marius Bakke
* gnu/packages/databases.scm (tdb): Update to 1.3.15.
2017-08-27gnu: enlightenment: Update to 0.21.9.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
2017-08-26gnu: xauth: Enable tests.Kei Kebreau
* gnu/packages/xorg.scm (xauth)[arguments]: Enable tests. [native-inputs]: Add cmdtest.
2017-08-26gnu: Add cmdtest.Kei Kebreau
* gnu/packages/check.scm (cmdtest): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-26Merge branch 'core-updates'Marius Bakke
2017-08-26gnu: gnome: Depend on xdg-user-dirs.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency. The presence of the autostart file in /run/current-system/profile/etc/xdg should cause xdg-user-dirs to be run when a user logs in, ensuring that they have ~/Pictures and other well-known user directories.
2017-08-26gnu: Add xdg-user-dirs.Andy Wingo
* gnu/packages/freedesktop.scm (xdg-user-dirs): New public variable.
2017-08-26gnu: Add radare2.Julien Lepiller
* gnu/packages/engineering.scm (radare2): New variable.
2017-08-26gnu: Add python-capstone.Julien Lepiller
* gnu/packages/engineering.scm (python-capstone, python2-capstone): New variables.
2017-08-26gnu: Add capstone.Julien Lepiller
* gnu/packages/engineering.scm (capstone): New variable.
2017-08-26gnu: youtube-dl: Update to 2017.08.23.Oleg Pykhalov
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.23. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-26gnu: pv: Update to 1.6.6.宋文武
* gnu/packages/pv.scm (pv): Update to 1.6.6.
2017-08-25gnu: linux-libre: Update to 4.12.9.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.9. (%linux-libre-hash): Update hash.
2017-08-25gnu: linux-libre@4.9: Update to 4.9.45.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.45.
2017-08-25gnu: linux-libre@4.4: Update to 4.4.84.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.84.
2017-08-25gnu: perl: Add more missing dependencies on Module::Install.Marius Bakke
* gnu/packages/databases.scm (perl-dbix-class, perl-dbix-class-cursor-cached, perl-dbix-class-introspectablem2m, perl-dbix-class-schema-loader)[native-inputs]: Add PERL-MODULE-INSTALL. * gnu/packages/web.scm (perl-catalyst-action-renderview, perl-catalyst-action-rest, perl-catalyst-authentication-store-dbix-class, perl-catalyst-component-instancepercontext, perl-catalyst-model-dbic-schema, perl-catalyst-plugin-authentication, perl-catalyst-plugin-authorization-roles, perl-catalyst-plugin-configloader, perl-catalyst-plugin-session, perl-catalyst-plugin-session-state-cookie, perl-catalyst-plugin-stacktrace, perl-catalyst-plugin-static-simple, perl-catalyst-traitfor-request-proxybase, perl-catalyst-view-download, perl-catalyst-view-json, perl-catalystx-script-server-starman, perl-test-www-mechanize, perl-test-www-mechanize-catalyst)[native-inputs]: Likewise. * gnu/packages/xorg.scm (perl-x11-xcb)[native-inputs]: Likewise.
2017-08-25gnu: perl-catalyst-runtime: Update to 5.90115.Marius Bakke
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115. [native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-25gnu: go: Update to 1.9.Leo Famulari
* gnu/packages/golang.scm (go-1.8): Replace with ... (go-1.9): ... new variable. [arguments]: Adjust the pre-build phase accordingly.
2017-08-25gnu: Add draft of gdm service.Andy Wingo
* gnu/services/xorg.scm (%gdm-accounts, <gdm-configuration>) (gdm-etc-service, gdm-pam-service, gdm-shepherd-service, gdm-service-programs) (gdm-service-type, gdm-service): New public variables. Not yet working.
2017-08-25gnu: services: Log debug messages to /var/log/debug.Andy Wingo
* gnu/services/base.scm (%default-syslog.conf): Create a /var/log/debug with messages logged to syslog at debug level.
2017-08-25gnu: gdm: Fix environment of worker processes and sessions.Andy Wingo
* gnu/packages/gnome.scm (gdm): Get X server path from GDM_X_SERVER environment variable, and make sure this variable is propagated to internal sub-processes. Launch sessions with a reasonable XDG_CONFIG_DIRS setting. Get the custom GDM conf from the current system's profile.
2017-08-25gnu: gdm: Use proper elogind check, and wrap environment.Andy Wingo
* gnu/packages/gnome.scm (gdm): Use glib-or-gtk-build-system to make sure the schemas are available to GDM. Install gdm to /bin to make this happen. Use a proper elogind check.
2017-08-25gnu: gdm: Look for sessions in /run/current-system.Andy Wingo
* gnu/packages/gnome.scm (gdm): Fix search paths for system sessions. Use /var as localstatedir. Set a more sensible default path for user sessions.
2017-08-25gnu: services: Refactor to separate X and startx wrappers.Andy Wingo
* gnu/services/xorg.scm (xorg-wrapper): New public function. (xorg-start-command): Use xorg-wrapper.
2017-08-25gnu: Add AccountsService service to desktop services.Andy Wingo
* doc/guix.texi (Desktop Services): Add accountsservice-service. * gnu/services/desktop.scm (%accountsservice-activation): (accountsservice-service-type): New public variables. (%desktop-services): Add accountsservice-service.
2017-08-25gnu: accountsservice: Properly reference shadow.Andy Wingo
* gnu/packages/freedesktop.scm (accountsservice): Fix references to binaries provided by the shadow package.
2017-08-25gnu: parallel: Update to 20170822.Efraim Flashner
* gnu/packages/parallel.scm (parallel): Update to 20170822.
2017-08-25gnu: libmikmod: Add fallback source URL, needed for older versions.Mark H Weaver
* gnu/packages/sdl.scm (libmikmod)[source]: Add a fallback source URL where older versions are kept.
2017-08-25gnu: yoshimi: Update to 1.5.3.Ricardo Wurmus
* gnu/packages/music.scm (yoshimi): Update to 1.5.3.
2017-08-25gnu: zynaddsubfx: Update to 3.0.2.Ricardo Wurmus
* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.2.
2017-08-25gnu: guile-xcb: Update source URL.Ricardo Wurmus
* gnu/packages/guile-wm.scm (guile-xcb)[source]: Use archived tarball URL.
2017-08-24gnu: font-mathjax: Move to javascript.scm.Ludovic Courtès
This avoids cross-module top-level references. * gnu/packages/fonts.scm (font-mathjax): Move to... * gnu/packages/javascript.scm (font-mathjax): ... here. New variable.
2017-08-24gnu: font-go: Remove reference to 'go-1.4'.Ludovic Courtès
This avoids circular references at the top level. * gnu/packages/fonts.scm (font-go)[license]: Remove reference to GO-1.4.
2017-08-24gnu: Add honcho.Stefan Reichör
* gnu/packages/python.scm (python-honcho, python2-honcho): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-24gnu: maim: Update to 5.4.68.Marius Bakke
* gnu/packages/xdisorg.scm (maim): Update to 5.4.68.
2017-08-24gnu: slop: Update to 7.3.49.Marius Bakke
* gnu/packages/xdisorg.scm (slop): Update to 7.3.49.
2017-08-24gnu: guile-wm: Update source URL.Ricardo Wurmus
* gnu/packages/guile-wm.scm (guile-wm)[source]: Use archived URL.
2017-08-24gnu: libreoffice: Fix icons, enable liblangtag.Thomas Danckaert
* gnu/packages/libreoffice.scm (libreoffice) [inputs]: Add liblangtag. [arguments]: Correct icon names in .desktop files; copy desktop files & icons for libreoffice-math and libreoffice-startcenter; enable parallel build; enable liblangtag.
2017-08-24gnu: dovecot: Update to 2.2.32.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot): Update to 2.2.32.
2017-08-24gnu: lollypop: Use pseudo meson build system.Efraim Flashner
* gnu/packages/gnome.scm (lollypop)[arguments]: Disable tests. Delete configure phase, replace build and install phase with custom phases. [native-inputs]: Add ninja. [propagated-inputs]: Move gst-plugins-base ... [inputs]: ... to here. Add meson.
2017-08-24gnu: libksysguard: Enable more tests (not all working yet).Hartmut Goebel
* gnu/packages/kde.scm (libksysguard)[arguments] <#:phases>'check-setup': Set QT_QPA_PLATFORM=offscreen. <#:phases>'check': Enable all tests except of the failing one.
2017-08-24gnu: python2-ttystatus: Update to 0.35.Arun Isaac
* gnu/packages/python.scm (python2-ttystatus): Update to 0.35.
2017-08-24gnu: cliapp: Update to 1.20170823.Arun Isaac
* gnu/packages/python.scm (python2-cliapp): Update to 1.20170823.
2017-08-24gnu: datamash: Update to 1.2.Efraim Flashner
* gnu/packages/datamash.scm (datamash): Update to 1.2.
2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target".Andy Wingo
* gnu/bootloader.scm (<bootloader-configuration>): Deprecate "device" field in favor of "target" field. This is mostly a renaming but also a generalization to support UEFI targets being paths to a mounted partition instead of a device name. * gnu/system/examples/bare-bones.tmpl: * gnu/system/examples/desktop.tmpl: * gnu/system/examples/lightweight-desktop.tmpl: * gnu/system/examples/vm-image.tmpl: * gnu/system/install.scm: * gnu/tests.scm: * gnu/tests/install.scm: * gnu/tests/nfs.scm: * tests/system.scm: Adapt all invocations of bootloader-configuration. * guix/scripts/system.scm (perform-action): Rename device argument to bootloader-target. (process-action): Adapt caller. * doc/guix.texi (Proceeding with the Installation): * doc/guix.texi (Bootloader Configuration): Update documentation.
2017-08-23gnu: qemu: Fix CVE-2017-12809.Efraim Flashner
* gnu/packages/virtualization.scm (qemu)[source]: Add patch. * gnu/packages/patches/qemu-CVE-2017-12809.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.