summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-19gnu: nuspell: Update to 3.1.2.Tobias Geerinckx-Rice
* gnu/packages/enchant.scm (nuspell): Update to 3.1.2.
2020-08-19services: Allow (service accountsservice-service-type).Tobias Geerinckx-Rice
* gnu/services/desktop.scm (accountsservice-service-type) [default-value]: Set to accountsservice.
2020-08-19gnu: cmh: Update home-page.Efraim Flashner
* gnu/packages/algebra.scm (cmh)[home-page]: Update to new home-page.
2020-08-19gnu: tslib: Update to 1.22.Tobias Geerinckx-Rice
* gnu/packages/video.scm (tslib): Update to 1.22.
2020-08-19gnu: libopenmpt: Update to 0.5.1.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.1. [source]: Hard-code NAME.
2020-08-19gnu: simple-scan: Update to 3.36.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.4.
2020-08-19gnu: xf86-video-geode: Remove unnecessary patch.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xf86-video-geode)[source]: Remove patch. * gnu/packages/patches/xf86-video-geode-glibc-2.20.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-19gnu: xf86-video-geode: Update to 2.11.20.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.20.
2020-08-19gnu: gst-plugins-good: Update package definition.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-good): Update package definition. [arguments]<#:glib-or-gtk?>: New argument. <#:phases>['disable-tests-for-armhf]: Remove phase. ['disable-failing-tests]: Remove phase. ['patch-docbook-xml]: New phase. ['pre-check]: New phase. [native-inputs]: Add docbook-xml, gettext-minimal, gobject-introspection, gsettings-desktop-schemas, perl, libxml2 and xorg-server-for-tests. [inputs]: Add bzip2, glib, glib-networking, glu, libgudev, libx11, libxdamage, libxfixes, libxext, libxshmfence, mesa and v4l-utils. Remove gst-plugins-base. [propagated-inputs]: Add gstreamer and gst-plugins-base. [synopsis]: Modify. [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19gnu: virtuoso-use: Remove static libraries.Roel Janssen
* gnu/packages/databases.scm (virtuoso-ose): Remove static libraries from the build output.
2020-08-19gnu: ruby-kramdown: Update to 2.3.0.Nicolas Goaziou
* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.0.
2020-08-19gnu: Add ruby-mustache.Nicolas Goaziou
* gnu/packages/ruby.scm (ruby-mustache): New variable.
2020-08-19gnu: emacs-posframe: Update to 0.8.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.0. [description]: Stick to upstream name.
2020-08-19gnu: fvwm: Use make-desktop-entry-file.Efraim Flashner
* gnu/packages/fvwm.scm (fvwm)[arguments]: Adjust 'install-xsession to use make-desktop-entry-file.
2020-08-19gnu: fvwm: Use https.Efraim Flashner
* gnu/packages/fvwm.scm (fvwm)[home-page]: Use https.
2020-08-19gnu: akonadi: Update home-page.Efraim Flashner
* gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to new home-page.
2020-08-19gnu: lvm2: Default to an HTTPS mirror.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
2020-08-19gnu: pigx-chipseq: Update to 0.0.43.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.43.
2020-08-19gnu: graphene: Update package definition.Raghav Gururajan
* gnu/packages/gtk.scm (graphene): Update package definition. [source]<origin>[method]: Change from url-fetch to git-fetch. [uri]: Add git-reference. [sha256]: Modify base32. [arguments]<#:glib-or-gtk?>: New argument. [native-inputs]: Add git-minimal and mutest. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19gnu: librsvg-next: Update package definition.Raghav Gururajan
* gnu/packages/gnome.scm (librsvg-next): Remove inheritance from librsvg. [outputs]: Add "doc". [arguments]<#:phases>['patch-docbook-xml]: New phase. [arguments]<#:configure-flags>: Add --with-html-dir. [native-inputs]: Add docbook-xml, python, ruby. [inputs]: Add fontconfig, freetype, harfbuzz. [propagated-inputs]: Add cairo, gdk-pixbuf, glib. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19gnu: gtk-vnc: Update package definition.Raghav Gururajan
* gnu/packages/gnome.scm (gtk-vnc) [version]: Update to 1.0.0. [source]<origin>[sha256]: Modify base32. [build-system]: Change from gnu to meson. [arguments]<#:glib-or-gtk?>: New argument. [native-inputs]: Add gjs, node and perl. [inputs]: Add cairo, gdk-pixbuf+svg, libx11 and zlib. [synopsis]: Modify. [description]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19gnu: rust-bytemuck-1: Update to 1.3.1.Efraim Flashner
* gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.3.1. [synopsis]: Appease 'guix lint'.
2020-08-19gnu: waybar: Remove unrecognized configure flag.Efraim Flashner
* gnu/packages/wm.scm (waybar)[arguments]: Remove field.
2020-08-19gnu: libfive: Fix build.Efraim Flashner
* gnu/packages/engineering.scm (libfive)[source]: Remove snippet. [arguments]: Remove custom phase to find catch's header. [native-inputs]: Remove catch-framework2.
2020-08-19gnu: waybar: Build documentation.Brendan Tildesley
* gnu/packages/wm.scm (waybar)native-inputs]: Add scdoc. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-19gnu: emacs-git-auto-commit-mode: Update to 4.6.0-1.23abaff.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode)[version]: Update to 4.6.0-1.23abaff. [native-inputs]: Add emacs-buttercup and git. [arguments]: Run tests suite.
2020-08-19gnu: Remove duplicate libcloudproviders definition.Efraim Flashner
* gnu/packages/gnome.scm (libcloudproviders): Remove duplicate.
2020-08-19gnu: python-aiosmtpd: Update to 1.2.1.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.1. [source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-08-19gnu: python-dkimpy: Update to 1.0.5.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (python-dkimpy): Update to 1.0.5.
2020-08-19gnu: libpipeline: Update to 1.5.3.Tobias Geerinckx-Rice
* gnu/packages/man.scm (libpipeline): Update to 1.5.3.
2020-08-19gnu: lvm2: Update to 2.03.10.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lvm2): Update to 2.03.10.
2020-08-19gnu: sysprof: Expand description.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (synopsis, description): Elongate.
2020-08-19gnu: sysprof: Update to 3.36.0.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (sysprof): Update to 3.36.0.
2020-08-19gnu: sysprof: Update home page.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (sysprof)[home-page]: Use an up-to-date alternative.
2020-08-19gnu: engrampa: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (engrampa): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: eom: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (eom): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-calc: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-calc): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-control-center: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-control-center): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: caja-extensions: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (caja-extensions): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-media: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-media): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-applets: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-applets): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-menus: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-menus): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: libmatekbd: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (libmatekbd): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: libmatemixer: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (libmatemixer): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-settings-daemon: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-session-manager: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: mate-terminal: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-terminal): Update to 1.24.1.
2020-08-19gnu: libmateweather: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (libmateweather): Update to 1.24.1. [source]: Hard-code NAME. Remove obsolete snippet.
2020-08-19gnu: mate-desktop: Update to 1.24.1.Tobias Geerinckx-Rice
* gnu/packages/mate.scm (mate-desktop): Update to 1.24.1. [source]: Hard-code NAME.
2020-08-19gnu: font-fantasque-sans: Fix build.Danny Milosavljevic
* gnu/packages/fonts.scm (font-fantasque-sans)[native-inputs]: Add woff2:bin.