summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: mate-session-manager: Actually build with elogind support.Ludovic Courtès2020-04-02
| | | | | | | | | | | Fixes <https://bugs.gnu.org/40327>. Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>. This ensures one gets a "Shut Down" entry in the "System" menu. * gnu/packages/mate.scm (mate-session-manager)[arguments]: Pass "--with-elogind" instead of "--enable-elogind". Remove 'pre-configure' phase.
* services: mate: Provide all the polkit actions.Ludovic Courtès2020-04-02
| | | | | * gnu/services/desktop.scm (mate-polkit-extension): New procedure. (mate-desktop-service-type): Use it when extending POLKIT-SERVICE-TYPE.
* gnu: mate-control-center: Fix file name in polkit rule.Ludovic Courtès2020-04-02
| | | | * gnu/packages/mate.scm (mate-control-center)[arguments]: New field.
* gnu: mate: Add glib:bin to propagated-inputs.Jonathan Brielmaier2020-04-02
| | | | | | | | | This is a fix for https://issues.guix.gnu.org/issue/38135 until the proper fix from core-updates is merged. * gnu/packages/mate.scm (mate)[propagated-inputs]: Add glib:bin. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-themes: Update to 3.22.21.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.21. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-power-manager: Update to 1.24.1.Jonathan Brielmaier2020-04-02
| | | | | | | | | * gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1. [native-inputs]: Switch from intltool to gettext as upstream. Add polkit for ITS rules. Libtool is generated during build, so we can remove the external one. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-polkit: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-polkit): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-system-monitor: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pluma: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | | * gnu/packages/mate.scm (pluma): Update to 1.24.0. [inputs]: Switch from python-2 to python(3) like upstream. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: engrampa: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (engrampa): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: eom: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (eom): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-utils: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | | * gnu/packages/mate.scm (mate-utils): Update to 1.24.0. [inputs]: Add udisks. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-screensaver: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-screensaver): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-netbook: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-netbook): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-backgrounds: Update to 1.24.1.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-backgrounds): Update to 1.24.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-calc: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-calc): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-user-guide: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-user-guide): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-control-center: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | | * gnu/packages/mate.scm (mate-control-center): Update to 1.24.0. [inputs]: Add polkit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: caja-extensions: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | | * gnu/packages/mate.scm (caja-extensions): Update to 1.24.0. [native-inputs]: Add xmllint provided by the libxml2 package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: marco: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (marco): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: caja: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (caja): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-panel: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-panel): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-media: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-media): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-applets: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-applets): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-menus: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-menus): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmatekbd: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (libmatekbd): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmatemixer: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (libmatemixer): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-settings-daemon: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-settings-daemon): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-session-manager: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | | * gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0. [native-inputs]: Add now required libxcomposite. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-terminal: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-terminal): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmateweather: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (libmateweather): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-desktop: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-desktop): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-icon-theme: Update to 1.24.0.Jonathan Brielmaier2020-04-02
| | | | | | * gnu/packages/mate.scm (mate-icon-theme): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: docker: Provide version string to docker service.Danny Milosavljevic2020-04-02
| | | | | | | | Fixes <https://bugs.gnu.org/40368>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/docker.scm (docker)[configure]: Provide version string. [install]: Install versioned binary.
* gnu: emacs-sly-asdf: Update to 20200306.Pierre Neidhardt2020-04-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20200306.
* system: Add xterm to lightweight-desktop example.Ludovic Courtès2020-04-02
| | | | | | That makes ratpoison more usable, for instance. * gnu/system/examples/lightweight-desktop.tmpl (packages): Add XTERM.
* services: Accumulate builds for 'system' entries.Ludovic Courtès2020-04-02
| | | | | | | | That way, more build requests are accumulated when running "guix system build". * gnu/services.scm (system-derivation): Use 'mapm/accumulate-builds' rather than 'sequence'.
* gnu: Add cramfs-tools.Vincent Legoll2020-04-02
| | | | | | * gnu/packages/linux.scm (cramfs-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ccl-1.12.Pierre Neidhardt2020-04-02
| | | | * gnu/packages/lisp.scm (ccl-1.12): New variable.
* gnu: nethack: Make some inputs native.Vincent Legoll2020-04-02
| | | | | | | * gnu/packages/games.scm (nethack)[inputs]: Move flex & bison from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: mailutils: Make some inputs native.Vincent Legoll2020-04-02
| | | | | | | * gnu/packages/mail.scm (mailutils)[inputs]: Move dejagnu from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: iwd: Make some inputs native.Vincent Legoll2020-04-02
| | | | | | | * gnu/packages/networking.scm (iwd)[inputs]: Move libtool from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: darktable: Make some inputs native.Vincent Legoll2020-04-02
| | | | | | | | * gnu/packages/photo.scm (darktable)[inputs]: Move intltool, perl & pkg-config from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: transmission: Install icons to the "gui" output.Pierre Neidhardt2020-04-02
| | | | | | * gnu/packages/bittorrent.scm (transmission)[arguments]: Move the "icons" and "pixmaps" folders to the "gui" output. Previously, if the user only install the "gui" output, the icon would be missing.
* gnu: openshot: Enable tests.Efraim Flashner2020-04-02
| | | | * gnu/packages/video.scm (openshot)[arguments]: Add custom 'check phase.
* gnu: openshot: Upgrade to 2.5.1.Efraim Flashner2020-04-02
| | | | | | | * gnu/packages/video.scm (openshot): Update to 2.5.1. [source]: Add note about bundled libraries. Remove upstream rename workaround. [home-page]: Update to new home-page.
* gnu: python-aiohttp: Enable testsLars-Dominik Braun2020-04-02
| | | | | | | | | * gnu/packages/python-web.scm (python-aiohttp) [arguments]: Enable tests [native-inputs] Add test dependencies [patches] Add test case patch * gnu/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch: New file * gnu/local.mk (dist_patch_DATA): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pytest-forkedLars-Dominik Braun2020-04-02
| | | | | | * gnu/packages/check.scm (python-pytest-forked): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gunicorn: Update to 20.0.4Lars-Dominik Braun2020-04-02
| | | | | | | * gnu/packages/python-web.scm (gunicorn) [version]: Update to 20.0.4 [arguments] Re-enable previously failing tests Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libavif: Update to 0.6.3.Leo Famulari2020-04-01
| | | | * gnu/packages/image.scm (libavif): Update to 0.6.3.