aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2019-02-17gnu: python-pytest-cov: Update to 2.6.1.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-pytest-cov): Update to 2.6.1.
2019-02-17gnu: python-nose-randomly: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-nose-randomly): Update to 1.2.6.
2019-02-17gnu: qbittorrent: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (qbittorrent)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-17gnu: python-pytest-mock: Update to 1.10.1.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
2019-02-17gnu: qbittorrent: Update to 4.1.5.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.5.
2019-02-17gnu: umockdev: Update to 0.12.1.Tobias Geerinckx-Rice
* gnu/packages/check.scm (umockdev): Update to 0.12.1.
2019-02-17gnu: Add python-gmpy2 and python2-gmpy2.Andreas Enge
* gnu/packages/sagemath.scm (python-gmpy2, python2-gmpy2): New variables.
2019-02-17gnu: Add gap.Andreas Enge
* gnu/packages/algebra.scm (gap): New variable.
2019-02-17gnu: Add python-pari-jupyter.Andreas Enge
* gnu/packages/python-xyz.scm (python-pari-jupyter): New variable.
2019-02-17gnu: Add scanmem.Pkill -9
* gnu/packages/debug.scm (scanmem): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-17gnu: Add qtcolorwidgets.Pkill -9
* gnu/packages/qt.scm (qtcolorwidgets): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-17gnu: emacs-exwm: Update to 0.22.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.22.
2019-02-17gnu: emacs-xelb: Update to 0.17.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.17. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-17gnu: guitarix: Fix build.Ricardo Wurmus
Fixes <https://bugs.gnu.org/34428>. * gnu/packages/audio.scm (guitarix)[arguments]: Add phase "fix-boost-includes".
2019-02-17gnu: neovim: Update to 0.3.4.Danny O'Brien
* gnu/packages/vim.scm (neovim): Update to 0.3.4. [home-page]: Use HTTPS. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-17gnu: Add libcxx.Ricardo Wurmus
* gnu/packages/llvm.scm (libcxx): New variable.
2019-02-17gnu: openmpi: Add InfiniBand support.Ricardo Wurmus
* gnu/packages/mpi.scm (openmpi)[inputs]: Add opensm. [arguments]: Add openib configure flags; add build phase "find-opensm-headers".
2019-02-17gnu: guile-curl: Update to 0.6.Ricardo Wurmus
* gnu/packages/curl.scm (guile-curl): Update to 0.6.
2019-02-17gnu: quassel: Update to 0.13.1.Efraim Flashner
* gnu/packages/irc.scm (quassel): Update to 0.13.1. [source]: Use https.
2019-02-17gnu: suil: Update to 0.10.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (suil): Update to 0.10.2. [arguments]: Use default Python (3).
2019-02-17gnu: rename: Update to 1.10.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (rename): Update to 1.10.
2019-02-17gnu: toybox: Update to 0.8.0.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.0.
2019-02-17gnu: tintin++: Update to 2.01.7.Tobias Geerinckx-Rice
* gnu/packages/games.scm (tintin++): Update to 2.01.7.
2019-02-17gnu: xcursor-themes: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.6.
2019-02-17gnu: clipit: Update to 1.4.4.Tobias Geerinckx-Rice
* gnu/packages/gtk.scm (clipit): Update to 1.4.4. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake.
2019-02-17gnu: pius: Update to 2.2.7.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (pius): Update to 2.2.7. [source]: Remove upstreamed patch. * gnu/packages/patches/pius.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-17gnu: wavemon: Update to 0.9.0.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (wavemon): Update to 0.9.0.
2019-02-17gnu: ddcutil: Update to 0.9.4.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.4.
2019-02-17gnu: yad: Update to 0.41.0.Tobias Geerinckx-Rice
* gnu/packages/gtk.scm (yad): Update to 0.41.0.
2019-02-17services: gdm: Allow for custom X session scripts.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Update pre-configure phase so that GDM runs an X session script specified by the variable GDM_X_SESSION; remove the '--enable-gdm-xsession' configuration option. * gnu/services/xorg.scm (<gdm-configuration>): Add 'x-session' field. (gdm-shepherd-service): Set the GDM_X_SESSION variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-17gnu: gdm: Run dbus-daemon via a wrapper script.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase so that GDM propagates the GDM_DBUS_DAEMON variable into the session environment and uses its value to invoke dbus-daemon. * gnu/services/xorg.scm (dbus-daemon-wrapper): New variable. (<gdm-configuration>): Add 'dbus-daemon' field. (gdm-shepherd-service): Set GDM_DBUS_DAEMON before invoking gdm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-17gnu: gdm: Simplify pre-configure phase.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Simplify the pre-configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-17gnu: gdm: Use absolute path for gnome-session.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to substitute in the absolute path of gnome-session. [inputs]: Add gnome-session. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-17gnu: gdm: Add links to required login-session files.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Add a phase that creates symbolic links to required files from gnome-settings-daemon; do not set XDG_CONFIG_DIRS in the session environment. [inputs]: Add gnome-settings-daemon. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-17gnu: gnome-session: Use absolute paths in .desktop files.Timothy Sample
This makes the gnome-session .desktop files usable even if gnome-session is not available from the PATH variable. * gnu/packages/gnome.scm (gnome-session)[arguments]: Add a phase that adds the absolute path of gnome-session in its .desktop files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-17services: gdm: Remove etc service.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]: Update pre-configure phase to make GDM get the configuration file path from an environment variable. * gnu/services/xorg.scm (gdm-etc-service): Remove function. (gdm-configuration-file): New function. (gdm-shepherd-service): Set GDM_CUSTOM_CONF before invoking GDM. (gdm-service-type)[extensions]: Remove etc-service-type extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-16gnu: chez-sockets: Use GIT- helpers.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-sockets)[version]: Use GIT-VERSION. [source]: Use GIT-FILE-NAME.
2019-02-16gnu: chez-scmutils: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-scmutils)[arguments]: Always return #t from phases. Substitute INVOKE for SYSTEM*.
2019-02-16gnu: chez-scmutils: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-scmutils)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-16gnu: chez-mit: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-mit)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-16gnu: chez-scheme: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-scheme)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-16gnu: stex: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (stex)[source]: Use GIT-FETCH and GIT-FILE-NAME. (chez-scheme)[arguments]: Adjust expected source directory name.
2019-02-16gnu: nanopass: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (nanopass)[source]: Use GIT-FETCH and GIT-FILE-NAME. (chez-scheme)[arguments]: Adjust expected source directory name.
2019-02-16gnu: chez-scheme: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-scheme)[arguments]: Always return #t from phases. Substitute INVOKE for SYSTEM*.
2019-02-16gnu: chez-scheme: Fix ‘install-doc’ phase.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-cheme)[arguments]: Find ‘installsh’. Remove some unnecessary code.
2019-02-16gnu: chez-irregex: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-irregex)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-16gnu: chez-matchable: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-matchable)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-16gnu: chez-web: Use GIT- helpers.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-web)[version]: Use GIT-VERSION. [source]: Use GIT-FILE-NAME.
2019-02-16gnu: chez-srfi: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-srfi)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-16gnu: chez-fmt: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/chez.scm (chez-fmt)[arguments]: Always return #t from phases. Substitute INVOKE for SYSTEM*.