summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-01-06gnu: Add r-copywriter....* gnu/packages/bioinformatics.scm (r-copywriter): New variable. Ricardo Wurmus
2017-01-06gnu: Add r-copyhelper....* gnu/packages/bioinformatics.scm (r-copyhelper): New variable. Ricardo Wurmus
2017-01-06gnu: Add r-chipseq....* gnu/packages/bioinformatics.scm (r-chipseq): New variable. Ricardo Wurmus
2017-01-06file-systems: Refactor file system detection logic....* gnu/build/file-systems.scm (read-superblock, null-terminated-latin1->string): New variables. (sub-bytevector): Move to general section. (ext2-superblock?, read-ext2-superblock): New variables. (ext2-superblock-uuid, ext2-superblock-volume-name): Use sub-bytevector and null-terminated-latin1->string. (%ext2-sblock-magic, %ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name): Inline constants. (luks-superblock?, read-luks-header): New variables. (%luks-header-size, %luks-magic): Inline. (partition-label-predicate, partition-uuid-predicate, luks-partition-uuid-predicate): Use new functions. David Craven
2017-01-06gnu: gnome-tweak-tool: Add missing inputs....* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop and libsoup. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines
2017-01-06gnu: gnome-tweak-tool: Make propagated-inputs just inputs....* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge with... [inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines
2017-01-06gnu: gnome-tweak-tool: Wrap program to set 'GI_TYPELIB_PATH'....* gnu/packages/gnome.scm (gnome-tweak-tool)[arguments]: Add 'wrap-program' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines
2017-01-06gnu: gnome-tweak-tool: Use glib-or-gtk-build-system....This allows gobject introspection namespaces to be found. * gnu/packages/gnome.scm (gnome-tweak-tool)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM. [arguments]: Use %GLIB-OR-GTK-BUILD-SYSTEM-MODULES in #:imported-modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines
2017-01-06gnu: bioruby: Update to 1.5.1....* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1. Ben J Woodcroft
2017-01-06gnu: cd-hit: Update to 4.6.6....* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6. Ben J Woodcroft
2017-01-06gnu: khal: Disable failing tests....* gnu/packages/patches/khal-disable-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/calendar.scm (khal): Use it. Leo Famulari
2017-01-06gnu: vdirsyncer: Update to 0.14.1....* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1. Leo Famulari
2017-01-06gnu: python-icalendar: Update to 3.11.1....* gnu/packages/python.scm (python-icalendar): Update to 3.11.1. Leo Famulari
2017-01-05gnu: gv: Do not propagate Ghostscript....* gnu/packages/gv.scm (gv)[propagated-inputs]: Remove. [arguments]: New field. [inputs]: Add GHOSTCRIPT/X. Ludovic Courtès
2017-01-06gnu: emacs-smartparens: Update to 1.9.0....* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.9.0. Alex Kost
2017-01-06gnu: magit: Update to 2.10.0....* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.10.0. Alex Kost
2017-01-06gnu: emacs-with-editor: Update to 2.5.9....* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.9. Alex Kost
2017-01-05gnu: Add ghc-markdown-unlit....* gnu/packages/haskell.scm (ghc-markdown-unlit): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic
2017-01-05gnu: beep: Ignore substitute* return value....* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase with truth. Tobias Geerinckx-Rice
2017-01-05gnu: sdl2: Add fcitx input....* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx. David Thompson
2017-01-05gnu: sdl2: Fix double input events bug....* gnu/packages/sdl.scm (sdl2)[inputs]: Add dbus, gblib, and ibus. David Thompson
2017-01-05Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."...This commit causes too many rebuilds. It will be re-committed to core-updates. This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d. Leo Famulari
2017-01-05gnu: gawk: Don't replace 'sh' reference with 'bash'....* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in 'set-shell-file-name' phase. Leo Famulari
2017-01-05gnu: irssi: Update to 1.0.0....* gnu/packages/irc.scm (irssi): Update to 1.0.0. [arguments]: Remove --with-ncurses configure flag. [native-inputs]: Move 'perl' to ... [inputs]: ... here. [home-page]: Use HTTPS. Marius Bakke
2017-01-05gnu: Fix indentation of some python packages....This is a followup to abe2ec73..807a5b32. * gnu/packages/python.scm (python-snowballstemmer, python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation. Marius Bakke
2017-01-05gnu: Add python-sphinx-alabaster-theme....* gnu/packages/python.scm (python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic
2017-01-05gnu: Add python-sphinx-cloud-sptheme....* gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic
2017-01-05gnu: Add python-snowballstemmer....* gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic
2017-01-05gnu: Add beep....* gnu/packages/terminals.scm (beep): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> José Miguel Sánchez García
2017-01-05gnu: Remove unused module import from (gnu packages mtools)....This is a follow-up to commit 3b0f2ba46b8c14cf9d9729e13e006af697d07403. * gnu/packages/mtools.scm: Remove import of (gnu packages python). Tobias Geerinckx-Rice
2017-01-05gnu: ruby-nokogiri: Update to 1.7.0.1....* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.7.0.1. Ben Woodcroft
2017-01-05gnu: ruby-hoe: Update to 3.16.0....* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.0. Ben Woodcroft
2017-01-04gnu: unrtf: Fix CVE-2016-10091....* gnu/packages/patches/unrtf-CVE-2016-10091.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/unrtf.scm (unrtf)[source]: Use it. Leo Famulari
2017-01-04gnu: libreoffice: Update to 5.1.6.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.6.2. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin
2017-01-04gnu: ocamlmod: Enable tests....Followup to 93eeadf0226078a6a9ecf57f84446044b4be249b. * gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests. Problem reported by Julien Lepiller <julien@lepiller.eu>. David Craven
2017-01-04gnu: ocaml-ounit: Enable tests....Followup to 7a76b4afd0ce296bb462be8cf66234e41672c285. * gnu/packages/ocaml.scm (ocaml-ounit)[arguments]: Enable tests. Problem reported by Julien Lepiller <julien@lepiller.eu>. David Craven
2017-01-04gnu: aria2: Update to 1.30.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.30.0. Efraim Flashner
2017-01-04gnu: inkscape: Update to 0.92.0....* gnu/packages/patches/inkscape-drop-wait-for-targets.patch: Remove it. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/inkscape.scm (inkscape): Update to 0.92.0. [build-system]: Use "cmake-build-system". [native-inputs]: Add glib:bin. [arguments]: Remove obsolete arguments; disable tests. Ricardo Wurmus
2017-01-04gnu: Add ocaml-cmdliner....* gnu/packages/ocaml.scm (ocaml-cmdliner): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-mtime....* gnu/packages/ocaml.scm (ocaml-mtime): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-rresult....* gnu/packages/ocaml.scm (ocaml-rresult): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-topkg....* gnu/packages/ocaml.scm (ocaml-topkg): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-result....* gnu/packages/ocaml.scm (ocaml-result): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-bitstring....* gnu/packages/ocaml.scm (ocaml-bitstring): New variable. * gnu/packages/patches/ocaml-bitstring-fix-configure.patch: New file. * gnu/local.mk (dist_patch_DATA): New patch. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-bisect....* gnu/packages/ocaml.scm (ocaml-bisect): New variable. * gnu/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-stringext....* gnu/packages/ocaml.scm (ocaml-stringext): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-qtest....* gnu/packages/ocaml.scm (ocaml-qtest): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add ocaml-frontc....* gnu/packages/ocaml.scm (ocaml-frontc): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller
2017-01-04gnu: Add Guile-Bash....* gnu/packages/guile.scm (guile-bash): New variable. Ludovic Courtès
2017-01-04gnu: Add ocaml-zarith....* gnu/packages/ocaml.scm (ocaml-zarith): New variable. Signed-off-by: David Craven <david@craven.ch> Julien Lepiller