aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAge
* 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
* gnu: libpcap: Enable plain "linux" backend.•••* gnu/packages/admin.scm (libpcap)[arguments]: Add "--with-pcap=linux" configure flag. Ricardo Wurmus2015-07-15
* gnu: setbfree: Disable unsupported optimizations on non-x86.•••* gnu/packages/music.scm (setbfree)[arguments]: Override default OPTIMIZATIONS variable on non-x86 systems. Ricardo Wurmus2015-07-15
* gnu: eigen: Use parallel-job-count.•••* gnu/packages/algebra.scm (eigen)[arguments]: 'current-processor-count' -> 'parallel-job-count'. Eric Bavier2015-07-14
* gnu: ccache: Update to 3.2.2.•••* gnu/packages/ccache.scm (ccache): Update to 3.2.2. [arguments]: Rename 'patch-test-shebangs phase to 'setup-tests. Set the SHELL environment variable. Eric Bavier2015-07-14
* gnu: Add dunst.•••* gnu/packages/dunst.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Alex Kost2015-07-14
* gnu: Add libxdg-basedir.•••* gnu/packages/freedesktop.scm (libxdg-basedir): New variable. Alex Kost2015-07-14
* gnu: nss: Upgrade to 3.19.2.•••* gnu/packages/gnuzilla.scm (nss): Upgrade to 3.19.2. Ludovic Courtès2015-07-14
* gnu: Add rc.•••* gnu/packages/rc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Jeff Mickey2015-07-13
* gnu: linux-libre: Update to 4.1.2.•••* gnu/packages/linux.scm (linux-libre): Update to 4.1.2. Mark H Weaver2015-07-13
* gnu: boost: Patch to avoid -m32 flag on mips.•••* gnu/packages/patches/boost-mips-avoid-m32.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/boost.scm (boost): Use it. Andreas Enge2015-07-13
* gnu: boost: Update to 1.58.0.•••* gnu/packages/boost.scm (boost): Update to 1.58.0. Andreas Enge2015-07-13
* gnu: Add rhythmbox.•••* gnu/packages/gnome.scm (rhythmbox): New variable. David Hashe2015-07-12
* gnu: Add 'libstdc++-doc'.•••* gnu/packages/gcc.scm (make-libstdc++-doc): New procedure. (libstdc++-doc-4.9, libstdc++-doc-5.1): New variables. Ludovic Courtès2015-07-12
* gnu: Add execline.•••* gnu/package/skarnet.scm (execline): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Claes Wallin2015-07-12
* gnu: Add skalibs.•••* gnu/package/skarnet.scm (skalibs): New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Claes Wallin2015-07-12
* gnu: pumpa: Update to 0.9.1.•••* gnu/packages/pumpio.scm (pumpa): Update to 0.9.1. Change URL. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org> Claes Wallin2015-07-12
* gnu: polkit: Update to 0.113.•••* gnu/packages/polkit.scm (polkit): Update to 0.113. Mark H Weaver2015-07-11
* gnu: openssh: Update to 6.9p1.•••* gnu/packages/ssh.scm (openssh): Update to 6.9p1. [source]: Use http mirrors. Add mirror from Erlangen. Mark H Weaver2015-07-11
* gnu: openssl: Update to 1.0.2d.•••* gnu/packages/tls.scm (openssl): Update to 1.0.2d. Mark H Weaver2015-07-11
* gnu: ntp: Update to 4.2.8p3; use system libevent.•••* gnu/packages/ntp.scm (ntp): Update to 4.2.8p3. [source]: Add snippet to remove bundled copy of libevent. [inputs]: Add libevent. [arguments]: Add 'disable-network-test' phase. Mark H Weaver2015-07-11
* gnu: gnome-terminal: Move dconf to propagated-inputs.•••* gnu/packages/gnome.scm (gnome-terminal): Move dconf from inputs to propagated-inputs. Mark H Weaver2015-07-11
* Revert "gnu: boost: Update to 1.58.0."•••This reverts commit 16de69c950c473cc3d386cd7569bd1d6051614b6. Mark H Weaver2015-07-10
* gnu: brasero: Update to 3.12.1, Add inputs.•••* gnu/packages/gnome.scm (brasero): Update to 3.12.1. [inputs]: Add gobject-introspection, nettle, and totem-pl-parser. David Hashe2015-07-10
* gnu: guix: Update snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to dd91141. [arguments]: Use 'modify-phases'. Add 'disable-container-tests' phase. Mark H Weaver2015-07-09
* Revert "gnu: guix: Update snapshot."•••This reverts commit bfabd1fbb8c3b74b986147449727906f47115ec0. Mark H Weaver2015-07-09