Age | Commit message (Expand) | Author |
---|---|---|
2017-08-25 | gnu: gdm: Look for sessions in /run/current-system....* gnu/packages/gnome.scm (gdm): Fix search paths for system sessions. Use /var as localstatedir. Set a more sensible default path for user sessions. | Andy Wingo |
2017-08-25 | gnu: accountsservice: Properly reference shadow....* gnu/packages/freedesktop.scm (accountsservice): Fix references to binaries provided by the shadow package. | Andy Wingo |
2017-08-25 | gnu: parallel: Update to 20170822....* gnu/packages/parallel.scm (parallel): Update to 20170822. | Efraim Flashner |
2017-08-25 | gnu: libmikmod: Add fallback source URL, needed for older versions....* gnu/packages/sdl.scm (libmikmod)[source]: Add a fallback source URL where older versions are kept. | Mark H Weaver |
2017-08-25 | gnu: yoshimi: Update to 1.5.3....* gnu/packages/music.scm (yoshimi): Update to 1.5.3. | Ricardo Wurmus |
2017-08-25 | gnu: zynaddsubfx: Update to 3.0.2....* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.2. | Ricardo Wurmus |
2017-08-25 | gnu: guile-xcb: Update source URL....* gnu/packages/guile-wm.scm (guile-xcb)[source]: Use archived tarball URL. | Ricardo Wurmus |
2017-08-24 | gnu: font-mathjax: Move to javascript.scm....This avoids cross-module top-level references. * gnu/packages/fonts.scm (font-mathjax): Move to... * gnu/packages/javascript.scm (font-mathjax): ... here. New variable. | Ludovic Courtès |
2017-08-24 | gnu: font-go: Remove reference to 'go-1.4'....This avoids circular references at the top level. * gnu/packages/fonts.scm (font-go)[license]: Remove reference to GO-1.4. | Ludovic Courtès |
2017-08-24 | gnu: Add honcho....* gnu/packages/python.scm (python-honcho, python2-honcho): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Stefan Reichör |
2017-08-24 | gnu: maim: Update to 5.4.68....* gnu/packages/xdisorg.scm (maim): Update to 5.4.68. | Marius Bakke |
2017-08-24 | gnu: slop: Update to 7.3.49....* gnu/packages/xdisorg.scm (slop): Update to 7.3.49. | Marius Bakke |
2017-08-24 | gnu: guile-wm: Update source URL....* gnu/packages/guile-wm.scm (guile-wm)[source]: Use archived URL. | Ricardo Wurmus |
2017-08-24 | gnu: libreoffice: Fix icons, enable liblangtag....* 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. | Thomas Danckaert |
2017-08-24 | gnu: dovecot: Update to 2.2.32....* gnu/packages/mail.scm (dovecot): Update to 2.2.32. | Tobias Geerinckx-Rice |
2017-08-24 | gnu: lollypop: Use pseudo meson build system....* 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. | Efraim Flashner |
2017-08-24 | gnu: libksysguard: Enable more tests (not all working yet)....* gnu/packages/kde.scm (libksysguard)[arguments] <#:phases>'check-setup': Set QT_QPA_PLATFORM=offscreen. <#:phases>'check': Enable all tests except of the failing one. | Hartmut Goebel |
2017-08-24 | gnu: python2-ttystatus: Update to 0.35....* gnu/packages/python.scm (python2-ttystatus): Update to 0.35. | Arun Isaac |
2017-08-24 | gnu: cliapp: Update to 1.20170823....* gnu/packages/python.scm (python2-cliapp): Update to 1.20170823. | Arun Isaac |
2017-08-24 | gnu: datamash: Update to 1.2....* gnu/packages/datamash.scm (datamash): Update to 1.2. | Efraim Flashner |
2017-08-23 | gnu: qemu: Fix CVE-2017-12809....* 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. | Efraim Flashner |
2017-08-23 | gnu: openjpeg: Fix CVE-2017-12982....* gnu/packages/image.scm (openjepg)[source]: Add patch. * gnu/packages/patches/openjpeg-CVE-2017-12982.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. | Efraim Flashner |
2017-08-23 | gnu: python-scikit-learn: Update to 0.19.0....* gnu/packages/python.scm (python-scikit-learn): Update to 0.19.0. | Ricardo Wurmus |
2017-08-23 | gnu: xpra: Update to 2.1.1....* gnu/packages/xorg.scm (xpra): Update to 2.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> | Rutger Helling |
2017-08-23 | gnu: higan: Update to 104....* gnu/packages/games.scm (higan): Update to 104. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> | Rutger Helling |
2017-08-23 | gnu: retroarch: Update to 1.6.7....* gnu/packages/games.scm (retroarch): Update to 1.6.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> | Rutger Helling |
2017-08-23 | gnu: id3lib: Remove bundled zlib....* gnu/packages/mp3.scm (id3lib)[source]: Remove bundled zlib. [inputs]: Add zlib. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> | Thomas Danckaert |
2017-08-23 | gnu: libvirt: Wrap with iproute and qemu....libvirtd runs qemu if it's configured to use it, and also uses the ip command. * gnu/packages/virtualization.scm (libvirt)[arguments]: Add wrap-libvirtd phase. | Christopher Baines |
2017-08-23 | gnu: Build the shared library for yaml-cpp....* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add -DBUILD_SHARED_LIBS=ON to #:configure-flags. | Christopher Baines |
2017-08-22 | gnu: whois: Update to 5.2.18....* gnu/packages/networking.scm (whois): Update to 5.2.18. | Marius Bakke |
2017-08-22 | gnu: Add f2fs-tools....* gnu/packages/linux.scm (f2fs-tools): New variable. | Marius Bakke |
2017-08-22 | gnu: Add icedtea-web....* gnu/packages/java.scm (icedtea-web): New variable. | Marius Bakke |
2017-08-22 | gnu: gnurl: Update to 7.55.1-3....* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> | ng0 |
2017-08-22 | gnu: r-minimal: Do not compress serialized files....* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase "patch-which" with "do-not-compress-serialized-files". [propagated-inputs]: Move "which" from here... [inputs]: ...to here. Fixes <https://bugs.gnu.org/28157>. | Ricardo Wurmus |
2017-08-22 | gnu: Add rmath-standalone....* gnu/packages/statistics.scm (rmath-standalone): New variable. | Ricardo Wurmus |
2017-08-22 | gnu: gst-plugins-bad: Build with wayland support....* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland. | Efraim Flashner |
2017-08-22 | gnu: libraw: Update to 0.18.2....* gnu/packages/photo.scm (libraw): Update to 0.18.2. [source, home-page]: Use https. | Efraim Flashner |
2017-08-22 | gnu: skalibs: Build reproducibly....* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Z. Ren |
2017-08-22 | gnu: libjpeg-turbo: Build reproducibly....* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags. Co-authored-by: Z. Ren <zren@dlut.edu.cn> | Ludovic Courtès |
2017-08-22 | gnu: python-netcdf4: Update to 1.2.9....* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9. | Thomas Danckaert |
2017-08-22 | gnu: python-h5py: Update to 2.7.0....* gnu/packages/python.scm (python-h5py): Update to 2.7.0. | Thomas Danckaert |
2017-08-22 | gnu: terminology: Update to 1.1.0....* gnu/packages/enlightenment.scm (terminology): Update to 1.1.0. [source]: Remove bundled fonts and references to them. [native-inputs]: Add gettext-minimal. | Efraim Flashner |
2017-08-22 | gnu: Update emacs-rainbow-mode to 0.13....* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Oleg Pykhalov |
2017-08-22 | gnu: python-internetarchive: Update to 1.7.1....* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Oleg Pykhalov |
2017-08-21 | gnu: python-marshmallow: Update to 3.0.0b3....* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3. | Tobias Geerinckx-Rice |
2017-08-21 | gnu: python-pylast: Update to 1.9.0....* gnu/packages/python.scm (python-pylast): Update to 1.9.0. | Tobias Geerinckx-Rice |
2017-08-21 | gnu: lollypop: Update to 0.9.244....* gnu/packages/gnome.scm (lollypop): Update to 0.9.244. | Tobias Geerinckx-Rice |
2017-08-21 | gnu: gspell: Update to 1.4.2....* gnu/packages/gnome.scm (gspell): Update to 1.4.2. | Tobias Geerinckx-Rice |
2017-08-21 | gnu: imagemagick: Update to 6.9.9-9....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9. | Marius Bakke |
2017-08-21 | gnu: feh: Update to 2.19.3....* gnu/packages/image-viewers.scm (feh): Update to 2.19.3. | Marius Bakke |