summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2014-12-19gnu: Add bowtieRicardo Wurmus
* gnu/packages/bioinformatics.scm (bowtie): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-19gnu: Add Clone.Ricardo Wurmus
* gnu/packages/perl.scm (perl-clone): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-18gnu: cairocffi: Move to python module.Federico Beffa
* gnu/packages/gtk.scm, gnu/packages/python.scm (python-cairocffi, python2-cairocffi): Move variables from gtk to python module to avoid circular dependency. Reported by Mark H Weaver <mhw@netris.org>
2014-12-18gnu: matplotlib: Add gtk3 backends and optional dependency. Adjust inputs.Federico Beffa
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add gtk3 backends with the necessary inputs and a 'configure-environment' phase. Add the optional 'python-pillow' dependency. Move 'python-pyparsing' from 'inputs' to 'propagated-inputs' as it is required at run time.
2014-12-18gnu: Add cairocffi.Federico Beffa
* gnu/packages/gtk.scm (python-cairocffi, python2-cairocffi): New variables.
2014-12-18gnu: Add xcffibFederico Beffa
* gnu/packages/python.scm (python-xcffib, python2-xcffib): New variables.
2014-12-17gnu: icecat: Build with PulseAudio support.Ludovic Courtès
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add --enable-pulseaudio.
2014-12-17gnu: linux-libre: Update to 3.18.1Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.1.
2014-12-17gnu: Add Test::Simple.Ricardo Wurmus
* gnu/packages/perl.scm (perl-test-simple): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-17gnu: Add Test::Deep.Ricardo Wurmus
* gnu/packages/perl.scm (perl-test-deep): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-17gnu: Add Test::NoWarnings.Ricardo Wurmus
* gnu/packages/perl.scm (perl-test-nowarnings): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-17gnu: Add Test::Tester.Ricardo Wurmus
* gnu/packages/perl.scm (perl-test-tester): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-16Revert "gnu: python-numpy-bootstrap: Reduce matrix size in failing test."Federico Beffa
This reverts commit 31557440c29f8d93b366422bfec4dab341eff79f as it did not provide the desired effect. The test is still failing.
2014-12-16gnu: Add bedtoolsRicardo Wurmus
* gnu/packages/bioinformatics.scm (bedtools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-16gnu: tmux: Update to 1.9a.Tomáš Čech
* gnu/packages/tmux.scm (tmux): Update to 1.9a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-16gnu: samtools: disable tests for non-64-bit systemsRicardo Wurmus
* gnu/packages/bioinformatics.scm (samtools): disable tests for all non-64-bit systems because of an upstream bug in the test data. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-16gnu: groff: Disable parallel builds.Mark H Weaver
* gnu/packages/groff.scm (groff): Disable parallel builds.
2014-12-16gnu: groff: Update to 1.22.3.Mark H Weaver
* gnu/packages/groff.scm (groff): Update to 1.22.3.
2014-12-16gnu: ghostscript: Update to 9.14.0.Mark H Weaver
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.14.0. Change license to agpl3+.
2014-12-16gnu: lcms: Update to 2.6.Mark H Weaver
* gnu/packages/ghostscript.scm (lcms): Update to 2.6.
2014-12-15gnu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat): Add them.
2014-12-15gnu: Add bullet.Tomáš Čech
* gnu/packages/game-development.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-12-15gnu: Add vala.宋文武
* gnu/packages/gnome.scm (vala): New variable.
2014-12-15gnu: youtube-dl: Update to 2014.12.15.Mark H Weaver
* gnu/packages/video.scm (youtube-dl): Update to 2014.12.15.
2014-12-14gnu: Add xfce4-battery-plugin.Mark H Weaver
* gnu/packages/xfce.scm (xfce4-battery-plugin): New variable.
2014-12-14gnu: xfce4-panel: Support panel plugins from other packages.Mark H Weaver
* gnu/packages/patches/xfce4-panel-plugins.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a native search path specification for X_XFCE4_LIB_DIRS.
2014-12-14gnu: python-numpy-bootstrap: Reduce matrix size in failing test.Federico Beffa
* gnu/packages/python.scm (python-numpy-bootstrap): Add phase 'fix-failing-tests.
2014-12-14gnu: Add xdotool.John Darrington
* gnu/packages/xdisorg.scm (xdotool): New variable.
2014-12-13gnu: python-numpy-bootstrap: Make tests verbose.Federico Beffa
* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to allow test failure debugging on hydra.
2014-12-13gnu: xfconf: Disable parallel tests.宋文武
* gnu/packages/xfce.scm (xfconf): Add 'arguments' field.
2014-12-13gnu: Add samtoolsRicardo Wurmus
* gnu/packages/bioinformatics.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-12-12gnu: Add nginx.Mark H Weaver
* gnu/packages/web.scm (nginx): New variable.
2014-12-12gnu: pcre: Update to 8.36 and enable JIT support.Mark H Weaver
* gnu/packages/pcre.scm (pcre): Update to 8.36. Enable JIT support.
2014-12-12gnu: Add xfdesktop.宋文武
* gnu/packages/xfce.scm (xfdesktop): New variable.
2014-12-12gnu: Add xfwm4.宋文武
* gnu/packages/xfce.scm (xfwm4): New variable.
2014-12-12gnu: Add thunar-volman.宋文武
* gnu/packages/xfce.scm (thunar-volman): New variable.
2014-12-12gnu: Add thunar.宋文武
* gnu/packages/xfce.scm (thunar): New variable.
2014-12-12gnu: Add xfce4-settings.宋文武
* gnu/packages/xfce.scm (xfce4-settings): New variable.
2014-12-12gnu: Add xfce4-session.宋文武
* gnu/packages/xfce.scm (xfce4-session): New variable.
2014-12-12gnu: Add xfce4-appfinder.宋文武
* gnu/packages/xfce.scm (xfce4-appfinder): New variable.
2014-12-12gnu: Add xfce4-panel.宋文武
* gnu/packages/xfce.scm (xfce4-panel): New variable.
2014-12-12gnu: Add tumbler.宋文武
* gnu/packages/xfce.scm (tumbler): New variable.
2014-12-12gnu: Add garcon.宋文武
* gnu/packages/xfce.scm (garcon): New variable.
2014-12-12gnu: Add exo.宋文武
* gnu/packages/xfce.scm (exo): New variable.
2014-12-12gnu: Add libxfce4ui.宋文武
* gnu/packages/xfce.scm (libxfce4ui): New variable.
2014-12-12gnu: Add xfconf.宋文武
* gnu/packages/xfce.scm (xfconf): New variable.
2014-12-12gnu: Add libxfce4util.宋文武
* gnu/packages/xfce.scm (libxfce4util): New variable.
2014-12-12gnu: Add gtk-xfce-engine.宋文武
* gnu/packages/xfce.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-12-11gnu: freeipmi: Update to 1.4.7.Ludovic Courtès
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.7.
2014-12-11gnu: wget: Update to 1.16.1.Ludovic Courtès
* gnu/packages/wget.scm (wget): Update to 1.16.1.