aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAge
...
| * | | | gnu: Adjust packages to new handling of propagated inputs.•••This is a followup to 161094c, which gets rid of the "a/b" notation for propagated inputs. * gnu/packages/cross-base.scm (cross-gcc-arguments): Change reference from "libc/linux-headers" to "linux-headers". * gnu/packages/emacs.scm (magit-svn): Change "magit/git-modes" to "git-modes". Ludovic Courtès2015-07-14
| * | | | gnu: util-linux: Fix file name of 'umount' in 'eject'.•••Fixes <http://bugs.gnu.org/21010>. Reported by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>. * gnu/packages/linux.scm (util-linux)[arguments]: Add 'set-umount-file-name'. Ludovic Courtès2015-07-14
| * | | | gnu: util-linux: Use 'modify-phases'.•••* gnu/packages/linux.scm (util-linux)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'. Ludovic Courtès2015-07-14
| * | | | gnu: corkscrew: Pass triplet instead of system as --build and --host.•••This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/ssh.scm (corkscrew)[arguments]: In custom configure phase, accept 'build' keyword argument and pass it to configure in --build argument and, if not cross-compiling, the --host argument. Previously, the nix system string was passed. Mark H Weaver2015-07-13
| * | | | gnu: liba52: Remove --build from configure flags.•••This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/video.scm (liba52)[arguments]: Remove --build from configure flags. Mark H Weaver2015-07-13
| * | | | gnu: sysfsutils-1: Remove --build from configure flags.•••This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/linux.scm (sysfsutils-1)[arguments]: Remove field. Mark H Weaver2015-07-13
| * | | | gnu: xbindkeys: Remove --build from configure flags.•••This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Remove field. Mark H Weaver2015-07-13
| * | | | gnu: gmp: Remove --build from configure-flags.•••This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892, "build-system/gnu: Pass --build=<triplet> to configure by default" * gnu/packages/multiprecision.scm (gmp)[arguments]: Remove field. Mark H Weaver2015-07-13
| * | | | gnu: perl: Do not retain references to Binutils and other build-time tools.•••* gnu/packages/perl.scm (perl)[arguments]: Pass -Dlibpth and -Dplibpth to ./Configure. Ludovic Courtès2015-07-12
| * | | | gnu: Require NEON on armhf.•••* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): On armhf, include --with-fpu=neon. * doc/guix.texi (GNU Distribution): Document that our armhf port requires NEON. Mark H Weaver2015-07-11
| * | | | gnu: pcre: Enable more features.•••* gnu/packages/pcre.scm (pcre)[arguments]: To configure-flags, add "--enable-unicode-properties", "--enable-pcre16", and "--enable-pcre32". Mark H Weaver2015-07-11
| * | | | gnu: bash: Update to 4.3.39.•••* gnu/packages/bash.scm (%patch-series-4.3): Add patches 34-39. Mark H Weaver2015-07-11
| * | | | gnu: texinfo: Add procps to native-inputs to fix tests.•••* gnu/packages/texinfo.scm (texinfo)[native-inputs]: Add procps. (texinfo-5, texinfo-4)[native-inputs]: Override to be empty. * gnu/packages/commencement.scm (texinfo-boot0)[texinfo]: Override native-inputs to be empty. Mark H Weaver2015-07-11
| * | | | gnu: nss: Update to 3.19.2.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.19.2. Mark H Weaver2015-07-10
| * | | | gnu: libgpg-error: Update to 1.19.•••* gnu/packages/gnupg.scm (libgpg-error): Update to 1.19. Paul van der Walt2015-07-10
| * | | | gnu: libidn: Update to 1.31.•••* gnu/packages/libidn.scm (libidn): Update to 1.31. Mark H Weaver2015-07-10
| * | | | gnu: texinfo: Use version 6.0 by default.•••* gnu/packages/texinfo.scm (texinfo): Update to 6.0. (texinfo-6): Removed. (texinfo-5): New variable. Mark H Weaver2015-07-10
| * | | | gnu: libunistring: Update to 0.9.6.•••* gnu/packages/libunistring.scm (libunistring): Update to 0.9.6. Mark H Weaver2015-07-10
| * | | | gnu: mpfr: Update to 3.1.3.•••* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.3. Mark H Weaver2015-07-10
| * | | | gnu: ed: Update to 1.12.•••* gnu/packages/ed.scm (ed): Update to 1.12. Mark H Weaver2015-07-10
| * | | | gnu: gettext: Update to 0.19.5.•••* gnu/packages/patches/gettext-msgunfmt.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.5. Remove patch. Mark H Weaver2015-07-10
| * | | | gnu: coreutils: Update to 8.24.•••* gnu/packages/patches/coreutils-dummy-man.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/base.scm (coreutils): Update to 8.24. Remove patch. Mark H Weaver2015-07-10
| * | | | gnu: gcc-4.9: Update to 4.9.3.•••* gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.3. Remove "gcc-arm-link-spec-fix.patch" from patches. Mark H Weaver2015-07-10
| * | | | gnu: bootstrap: Create a wrapper for guile to set the system load path.•••* gnu/packages/bootstrap.scm (raw-build): After unpacking, use the bootstrap guile to create its own wrapper that sets the guile system load path. Mark H Weaver2015-07-10
| * | | | gnu: openssl: Update to 1.0.2d.•••* gnu/packages/tls.scm (openssl): Update to 1.0.2d. Mark H Weaver2015-07-10
* | | | | gnu: Add python-feedgenerator.•••* gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Allan Webber2015-07-19
| |_|_|/ |/| | |
* | | | gnu: Add gnu-c-manual.•••* gnu/packages/gcc.scm (gnu-c-manual): New variable. Ludovic Courtès2015-07-19
* | | | gnu: metabat: Minor tweaks.•••* gnu/packages/bioinformatics.scm (metabat)[arguments]: Fix indentation in 'fix-includes' phase. [license]: Fix misspelling. Mark H Weaver2015-07-19
* | | | gnu: Add metabat.•••* gnu/packages/bioinformatics.scm (metabat): New variable. Ben Woodcroft2015-07-19
* | | | gnu: lxappearance: Add missing slash.•••* gnu/packages/lxde.scm (lxappearance)[source]: Add missing slash. Mathieu Lirzin2015-07-19
* | | | gnu: emacs-mmm-mode: Use gnu-build-system.•••* gnu/packages/emacs.scm (emacs-mmm-mode): Replace melpa-stable URL with the github URL and use 'gnu-build-system' instead of 'emacs-build-system'. Fix typo (add missing space before the description). Alex Kost2015-07-19
* | | | gnu: mariadb: Update to 10.0.20.•••* gnu/packages/databases.scm (mariadb): Update to 10.0.20. Mark H Weaver2015-07-19
* | | | gnu: guile-opengl: Install compiled modules in the correct place.•••* gnu/packages/gl.scm (guile-opengl): Install compiled modules in the same directory as the source modules. David Thompson2015-07-18
* | | | gnu: crda: Add forgotten patch.•••This file should have been added as part of commit cc205da. * gnu/packages/patches/crda-optional-gcrypt.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2015-07-18
* | | | gnu: dfu-programmer: Update to 0.7.2.•••* gnu/packages/flashing-tools.scm (dfu-programmer): Update to 0.7.2. Add pkg-config input. David Thompson2015-07-18
* | | | gnu packages: Clean up synopses and descriptions.•••* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/databases.scm, gnu/packages/enchant.scm, gnu/packages/firmware.scm, gnu/packages/fonts.scm, gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/haskell.scm, gnu/packages/language.scm, gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm, gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm, gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/pretty-print.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm, gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm: Fix typos. Trim long lines. Add missing periods in the end of sentences. Use double spaces between sentences. Remove trailing whitespaces. Alex Kost2015-07-18
* | | | gnu packages: Avoid description lines with leading "(".•••* gnu/packages/curl.scm (curl): Reformat description to avoid a line beginning with "(" because such lines break font-lock highlighting in Emacs. * gnu/packages/flashing-tools.scm (dfu-programmer): Likewise. * gnu/packages/games.scm (gnugo): Likewise. * gnu/packages/gnome.scm (json-glib): Likewise. * gnu/packages/image.scm (jbig2dec): Likewise. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/pdf.scm (mupdf): Likewise. * gnu/packages/web.scm (perl-encode-locale): Likewise. * gnu/packages/wordnet.scm (wordnet): Likewise. * gnu/packages/xml.scm (libxml2):Likewise. Alex Kost2015-07-18
* | | | gnu: Document xorg packages.•••* gnu/packages/xorg.scm: Add/improve 'synopsis'/'description' fields of many packages. Alex Kost2015-07-18
* | | | Revert "gnu: calibre: Update to 2.30.0."•••The new version requires the SSL package from Python >= 2.7.9. This reverts commit d5711017707b8e0e8a75c2e0b535fd73b8d78c6c. Andreas Enge2015-07-18
* | | | gnu: Add Linux-Libre 4.0.8.•••* gnu/packages/linux.scm (linux-libre-4.0): New variable. Ludovic Courtès2015-07-17
* | | | gnu: Add CRDA.•••* gnu/packages/linux.scm (crda): New variable. Ludovic Courtès2015-07-17
* | | | gnu: Add wireless-regdb.•••* gnu/packages/linux.scm (wireless-regdb): New variable. Ludovic Courtès2015-07-17
* | | | gnu: Add eog.•••* gnu/packages/gnome.scm (eog): New variable. David Hashe2015-07-17
* | | | gnu: Add exempi.•••* gnu/packages/freedesktop.scm (exempi): New variable. David Hashe2015-07-17
* | | | gnu: duplicity: Update to 0.6.26.•••* gnu/packages/backup.scm (duplicity): Update to 0.6.26. Eric Bavier2015-07-17
* | | | gnu: Add emacs-pdf-tools.•••* gnu/packages/emacs.scm (emacs-pdf-tools): New variable. Co-authored-by: Alex Kost <alezost@gmail.com> Ricardo Wurmus2015-07-17
* | | | gnu: Add gnome-common.•••* gnu/packages/gnome.scm (gnome-common): New variable. Mathieu Lirzin2015-07-16
* | | | gnu: Add lxappearance.•••* gnu/packages/lxde.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Mathieu Lirzin2015-07-16
* | | | gnu: Update livestreamer to 1.12.2.•••* gnu/packages/video (livestreamer): Update to 1.12.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Efraim Flashner2015-07-15
| |_|/ |/| |
* | | gnu: icecat: Update to 31.8.0-gnu1.•••* gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch: New file. * gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch, gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2735.patch, gnu/packages/patches/icecat-CVE-2015-2736.patch, gnu/packages/patches/icecat-CVE-2015-2738.patch, gnu/packages/patches/icecat-CVE-2015-2739.patch, gnu/packages/patches/icecat-CVE-2015-2740.patch, gnu/packages/patches/icecat-CVE-2015-2743.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them, and add the new file. * gnu/packages/gnuzilla.scm (icecat): Update to 31.8.0-gnu1. Remove the outdated patches and add the new one. Mark H Weaver2015-07-15
| |/ |/|