aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Adjust lint tests for latest rules.Eric Bavier2014-10-28
| | | | | * tests/guix-lint.sh (dummy)[description]: Add failing case. [doc]: Adjust.
* list-packages: Add Hydra links only for the supported systems.Ludovic Courtès2014-10-28
| | | | | | * build-aux/list-packages.scm (package->sxml)[status]: Use 'package-transitive-supported-systems' instead of a hard-coded list of systems.
* gnu: mit-scheme: Fix typo in 'supported-systems'.Ludovic Courtès2014-10-28
| | | | | * gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Correct spelling of "mips64el-linux".
* gnu: atlas: Make it non-substitutable.Ludovic Courtès2014-10-28
| | | | | | | Suggested by Federico Beffa <beffa@ieee.org>. * gnu/packages/maths.scm (atlas)[arguments]: Pass #:substitutable? #f. [description]: Adjust accordingly.
* build-system/gnu: Add #:substitutable? parameter.Ludovic Courtès2014-10-28
| | | | | | * guix/build-system/gnu.scm (gnu-build): Add #:substitutable? parameter. Pass #:local-build? to 'build-expression->derivation'. (gnu-cross-build): Likewise.
* gnu: Mark a few packages as unsupported on MIPS.Ludovic Courtès2014-10-28
| | | | | | | * gnu/packages/gprolog.scm (gprolog): Add 'supported-systems' field. * gnu/packages/qemu.scm (qemu-headless): Likewise. * gnu/packages/qt.scm (qt): Likewise. * gnu/packages/scheme.scm (racket): Likewise.
* emacs: Add 'guix-pull' command.Alex Kost2014-10-27
| | | | | | | | | * emacs/guix-base.el (guix-pull): New command. (guix-update-after-pull, guix-after-pull-hook): New variables. (guix-restart-repl-after-pull, guix-update-buffers-maybe-after-pull): New procedures. * emacs/guix-main.scm: Use (guix scripts pull) module. * doc/emacs.texi (Emacs Commands): Document 'guix-pull' command.
* emacs: Improve REPL procedures.Alex Kost2014-10-27
| | | | | | | | * emacs/guix-backend.el (guix-start-process-maybe): Add 'start-msg' and 'end-msg' optional arguments. (guix-start-repl-maybe): Likewise. Do not kill buffer with a dead process. (guix-repl-exit): New procedure. (guix-eval-in-repl): Use 'geiser-repl--send'.
* emacs: Improve buffer procedures.Alex Kost2014-10-27
| | | | | | | | | | * emacs/guix-base.el (guix-list-or-info-buffer-p): Delete. Replace with... (guix-buffer-p): ... this. New procedure. (guix-buffers): Use it. Add 'modes' argument. (guix-update-buffer): New procedure. (guix-update-buffers-maybe): Rename to ... (guix-update-buffers-maybe-after-operation): this. Use 'guix-update-buffer'.
* emacs: Introduce REPL operation type.Alex Kost2014-10-27
| | | | | | * emacs/guix-backend.el (guix-repl-operation-type): New variable. (guix-repl-output-filter): Run type hooks after performing an operation. (guix-eval-read): Add 'operation-type' argument.
* emacs: Handle updating by ID after REPL restart.Alex Kost2014-10-27
| | | | | | * emacs/guix-base.el (guix-entry-to-specification, guix-entries-to-specifications): New procedures. (guix-revert-buffer): Search by name if searching by ID gives no results.
* doc: Add a note about optional GnuTLS dependency.Ian Denhardt2014-10-27
| | | | | | | * README (Requirements): add a note about 'guix download''s GnuTLS dependency. * doc/guix.texi (Requirements): Likewise. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* doc: Add cross-reference to the gnutls-guile manual.Ludovic Courtès2014-10-27
| | | | | * doc/guix.texi (Invoking guix download): Add cross-reference to the gnutls-guile manual.
* gnu: Add miscfilesJohn Darrington2014-10-27
| | | | | * gnu/packages/miscfiles.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add prefix to license imports in (gnu packages feh).Mark H Weaver2014-10-27
| | | | | * gnu/packages/feh.scm: Import (guix licenses) with #:prefix license: to avoid importing 'imlib2' from both (gnu packages image) and (guix licenses).
* gnu: ruby: Miscellaneous improvements to package definition.Mark H Weaver2014-10-27
| | | | | | | | | | | * gnu/packages/ruby.scm (ruby): Compute major+minor version string for the source URI. Switch to the .bz2 tarball and update the hash accordingly. Remove 'autoconf' from the inputs. Change 'native-search-paths' to the directory that is actually created by the build. Remove the package name from the synopsis. (ruby-1.8): Compute major+minor version string for the source URI, and avoid the use of 'name' in the URI computation. Remove 'name' field, since it is inherited and no longer needed.
* gnu: Add ruby 1.8.7.Pjotr Prins2014-10-27
| | | | * gnu/packages/ruby.scm (ruby-1.8): New variable.
* gnu: gnutls: Fix path to a guile site directory.Alex Kost2014-10-27
| | | | | | | Suggested by Ludovic Courtès. * gnu/packages/gnutls.scm (gnutls): Add '--with-guile-site-dir' configure flag.
* gnu: parallel: Update to 20141022.Mark H Weaver2014-10-26
| | | | * gnu/packages/parallel.scm (parallel): Update to 20141022.
* gnu: tor: Update to 0.2.5.10.Mark H Weaver2014-10-26
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.5.10.
* licenses: Add 'imlib2'.Alex Kost2014-10-26
| | | | | * guix/licenses.scm (imlib2): New variable. * gnu/packages/image.scm (imlib2): Use it.
* gnu: Some cleanup based on lint checkers.Eric Bavier2014-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm, gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/calcurse.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/compression.scm, gnu/packages/cook.scm, gnu/packages/crypto.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm, gnu/packages/doxygen.scm, gnu/packages/dwm.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/feh.scm, gnu/packages/file.scm, gnu/packages/fish.scm, gnu/packages/flex.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/games.scm, gnu/packages/gcal.scm, gnu/packages/gcc.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gperf.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/icu4c.scm, gnu/packages/image.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm, gnu/packages/libdaemon.scm, gnu/packages/libevent.scm, gnu/packages/libidn.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm, gnu/packages/lout.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/lua.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm, gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/noweb.scm, gnu/packages/ocaml.scm, gnu/packages/openssl.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm, gnu/packages/pkg-config.scm, gnu/packages/pretty-print.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/rsync.scm, gnu/packages/scheme.scm, gnu/packages/scrot.scm, gnu/packages/sdl.scm, gnu/packages/skribilo.scm, gnu/packages/ssh.scm, gnu/packages/stalonetray.scm, gnu/packages/tcl.scm, gnu/packages/tcsh.scm, gnu/packages/telephony.scm, gnu/packages/texlive.scm, gnu/packages/tor.scm, gnu/packages/valgrind.scm, gnu/packages/version-control.scm, gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/web.scm, gnu/packages/wordnet.scm, gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/zile.scm, gnu/packages/zip.scm, gnu/packages/zsh.scm [synopsis, description]: Adjust according to lint checkers. * gnu/packages/fltk.scm (fltk)[source]: Wrap long line in uri. * /gnu/packages/xiph.scm (libogg, libtheora, vorbis-tools)[source]: Same.
* guix: lint: Make exception for package name starting description.Eric Bavier2014-10-26
| | | | | | * guix/scripts/lint.scm (check-description-style): Exception for upper-case rule if the description starts with the package name. * tests/lint.scm: Test it.
* guix: lint: Allow digits at start of synopsis or description.Eric Bavier2014-10-26
| | | | | | | * guix/scripts/lint.scm (start-with-capital-letter?): Rename too... (properly-starts-sentence?): Rewrite with regex and add digits. (check-description-style, check-synopsis-style): Use it. * tests/lint.scm: Add tests.
* guix: lint: Check for empty synopses and descriptions.Eric Bavier2014-10-26
| | | | | | * guix/scripts/lint.scm (check-description-style, check-synopsis-style): New emptiness checks. * tests/lint.scm: Test them.
* guix: lint: Check for proper end-of-sentence space.Eric Bavier2014-10-26
| | | | | | | * guix/scripts/lint.scm (start-with-capital-letter?): Handle empty strings. (check-description-style): New check for end-of-sentence space. * tests/lint.scm: Test it.
* guix: lint: Use if/when consistently.Eric Bavier2014-10-26
| | | | | | * guix/scripts/lint.scm (check-synopsis-style): Replace single-branch uses of if with when. (check-patches): Same
* guix: lint: Use string-suffix? and string-prefix? where appropriate.Eric Bavier2014-10-26
| | | | | * guix/scripts/lint.scm (check-synopsis): Use string-suffix? and string-prefix? in place of string-take and string=?.
* gnu: Add ATLAS.Federico Beffa2014-10-26
| | | | | | * gnu/packages/maths.scm (atlas): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Update name and email address for Joshua Grant.Joshua Grant2014-10-26
|
* gnu: Add cppunitJohn Darrington2014-10-26
| | | | * gnu/packages/check.scm (cppunit): New variable.
* gnu: pulseaudio: Fix CVE-2014-3970 and intermittent test failures.Mark H Weaver2014-10-26
| | | | | | | * gnu/packages/patches/pulseaudio-CVE-2014-397.patch: New file. * gnu/packages/patches/pulseaudio-fix-mult-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/pulseaudio.scm (pulseaudio): Add patches.
* gnu: acl: Install library and disable failing test suite.Mark H Weaver2014-10-26
| | | | | | | | | | Previously, this package was completely broken. It installed only binaries that failed to run for lack of the shared library. * gnu/packages/acl.scm (acl): Disable tests. Remove customized 'check' phase that ran tests and ignored errors. Remove 'perl' as input, needed only for tests. Replace 'install' phase with one that includes 'install-lib' target.
* gnu: openssl: Update to 1.0.1j.Mark H Weaver2014-10-26
| | | | * gnu/packages/openssl.scm (openssl): Update to 1.0.1j.
* gnu: gettext: Update to 0.19.3.Mark H Weaver2014-10-26
| | | | * gnu/packages/gettext.scm (gettext): Update to 0.19.3.
* gnu: bash: Update to 4.3.30.Mark H Weaver2014-10-26
| | | | | | * gnu/packages/bash.scm (%patch-series-4.3): Add patches 28-30. (bash)[source]: Remove parser-oob patch. It is superceded by upstream patch bash43-028.
* gnu: make: Update to 4.1.Mark H Weaver2014-10-26
| | | | | | | * gnu/packages/base.scm (make): Update to 4.1. Adapt 'default_shell' substitution to new code. * gnu/packages/commencement.scm (gnu-make-boot0): Remove code that manually removed guile.c from list of things to build.
* gnu: ffmpeg: Add version 2.2.9 and use it for vlc.Mark H Weaver2014-10-25
| | | | | * gnu/packages/video.scm (ffmpeg-2.2): New variable. (vlc): Use ffmpeg-2.2.
* gnu: python2-pyicu: Update to 1.8.Andreas Enge2014-10-24
| | | | * gnu/packages/python.scm (python2-pyicu): Update to 1.8.
* gnu: vlc: Update to 2.1.5.Mark H Weaver2014-10-23
| | | | * gnu/packages/video.scm (vlc): Update to 2.1.5.
* gnu: icecat: Update to 31.2.0.Mark H Weaver2014-10-23
| | | | | * gnu/packages/gnuzilla.scm (icecat): Update to 31.2.0. Download source from GNU mirrors.
* guix import pypi: Fix a typo in a docstring.Cyril Roelandt2014-10-22
| | | | * guix/import/pypi.scm (snake-case): Fix documentation.
* guix import pypi: do not add "python-" to a package name if it's already there.Cyril Roelandt2014-10-22
| | | | | * guix/import/pypi.scm (make-pypi-sexp): test whether the package name starts with "python-" before modifying it.
* guix import pypi: add the Apache License 2.0Cyril Roelandt2014-10-22
| | | | * guix/import/pypi.scm (string->license): add ASL2.0.
* gnu: emacs: Update to 24.4.Mark H Weaver2014-10-21
| | | | | | | | | * gnu/packages/patches/emacs-configure-sh.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/emacs.scm (emacs): Update to 24.4. Add 'acl' as input. Remove --with-crt-dir configure option. (emacs-no-x-toolkit): Add 'inotify-tools' as input. Adjust to cope with the lack of configure-flags in the main 'emacs' package.
* refresh: Add end-of-line to error message.Eric Bavier2014-10-20
| | | | | * guix/scripts/refresh.scm (%options)[select]: Add end-of-line to error message.
* gnu: ccache: Upgrade to 3.1.10.Eric Bavier2014-10-20
| | | | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.1.10. [source]: Remove patches. * gnu/packages/patches/ccache-stdc-predef-test.patch: Delete patch. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: ffmpeg: Update to 2.4.2.Jason Self2014-10-20
| | | | * gnu/packages/video.scm (ffmpeg): Update to version 2.4.2.
* gnu: Add sane-backendsJohn Darrington2014-10-20
| | | | | * gnu/packages/scanner.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: sqlite: Add readline as input.Andreas Enge2014-10-20
| | | | * gnu/packages/databases.scm (sqlite): Add input readline.