summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: Importers return prefixed licenses.David Craven2016-08-28
| | | | | | | | | * guix/import/utils.scm (define-module): Import licenses with license: prefix. (string->licenses): Use prefixed licenses. (license->symbol): Return symbols with the prefix license:. * guix/tests/pypi.scm (pypi->guix-package): Update test cases. * guix/tests/gem.scm (gem->guix-package): Update test case.
* gnu: Add prosody.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/messaging.scm (prosody): New variable.
* gnu: Add lua5.1-sec.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/lua.scm (lua5.1-sec): New variable.
* gnu: Add lua5.1-filesystem.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/lua.scm (lua5.1-filesystem): New variable.
* gnu: Add lua5.1-socket.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/lua.scm (lua5.1-socket): New variable.
* gnu: Add lua5.1-expat.Ricardo Wurmus2016-08-28
| | | | * gnu/packages/lua.scm (lua5.1-expat): New variable.
* gnu: lua: Use "license:" prefix.Ricardo Wurmus2016-08-28
| | | | | * gnu/packages/gstreamer.scm (define-module): Import guix licenses with "license:" prefix.
* gnu: lua: Build with support for dynamic libraries.Ricardo Wurmus2016-08-28
| | | | | * gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add make-flags.
* gnu: Add bwm-ng.Arun Isaac2016-08-28
| | | | * gnu/packages/networking.scm (bwm-ng): New variable.
* gnu: mupdf: Fix CVE-2016-{6265,6525}.Leo Famulari2016-08-27
| | | | | | | * gnu/packages/patches/mupdf-CVE-2016-6265.patch, gnu/packages/patches/mupdf-CVE-2016-6525.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/pdf.scm (mupdf): Use them.
* base64: Restore original license header.Christopher Allan Webber2016-08-27
| | | | | | | | When incorporating a copyleft licensed program with a lax licensed program, it is correct to preserve the original license notice. See also: https://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html * guix/base64.scm: Restored original license header.
* gnu: octave: Update to 4.0.3.Kei Kebreau2016-08-27
| | | | | * gnu/packages/maths.scm (octave): Update to 4.0.3. [inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies.
* gnu: python-gnupg: Fix broken tests.Ricardo Wurmus2016-08-26
| | | | * gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase.
* gnu: btrfs-progs: Update to 4.7.1.Tobias Geerinckx-Rice2016-08-26
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1.
* gnu: enlightenment: Move efl to inputs.Efraim Flashner2016-08-26
| | | | | | * gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Move efl from here ... [inputs]: ... to here.
* gnu: enlightenment: Move gettext to native-inputs.Efraim Flashner2016-08-26
| | | | | | * gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext from here ... [native-inputs]: ... to here.
* gnu: rage: Update to 0.2.0.Efraim Flashner2016-08-26
| | | | * gnu/packages/enlightenment.scm (rage): Update to 0.2.0.
* gnu: python-efl: Update to 1.18.0.Efraim Flashner2016-08-26
| | | | * gnu/packages/enlightenment.scm (python-efl): Update to 1.18.0.
* gnu: efl: Update to 1.18.0.Efraim Flashner2016-08-26
| | | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.18.0. [inputs]: Add ghostscript, libraw, libspectre, openjpeg, poppler. [arguments]: Remove unecessary 'patch-config-files phase, add phase hardlinking the location of pulseaudio and libsndfile. * gnu/packages/enlightenment.scm (terminology, enlightenment, rage) (python-efl)[inputs]: Remove elementary, now provided by efl.
* gnu: btrfs-progs: Update to 4.7.Tobias Geerinckx-Rice2016-08-26
| | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.7. [native-inputs]: Add missing header comment for which.
* gnu: fdupes: Use 'modify-phases'.Tobias Geerinckx-Rice2016-08-26
| | | | * gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'.
* gnu: fdupes: Update to 1.6.1.Tobias Geerinckx-Rice2016-08-26
| | | | | | * gnu/packages/admin.scm (fdupes): Update to 1.6.1. [source]: Update 'uri' template, add 'file-name' field. [arguments]: Set CC in make-flags.
* gnu: Add emacs-ahungry-theme.Alex Vong2016-08-26
| | | | | | * gnu/packages/emacs.scm (emacs-ahungry-theme): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: emacs-f: Update to 0.18.2.Alex Kost2016-08-26
| | | | * gnu/packages/emacs.scm (emacs-f): Update to 0.18.2.
* gnu: emacs-s: Update to 1.11.0.Alex Kost2016-08-26
| | | | * gnu/packages/emacs.scm (emacs-s): Update to 1.11.0.
* gnu: emacs-dash: Update to 2.13.0.Alex Kost2016-08-26
| | | | * gnu/packages/emacs.scm (emacs-dash): Update to 2.13.0.
* gnu: magit: Update to 2.8.0.Alex Kost2016-08-26
| | | | * gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.8.0.
* gnu: emacs-with-editor: Update to 2.5.2.Alex Kost2016-08-26
| | | | * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.2.
* gnu: gnome-screenshot: Update to 3.20.1.Rene Saavedra2016-08-25
| | | | | | * gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: enlightenment: Update to 0.21.2.Efraim Flashner2016-08-25
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.2.
* gnu: ibus: Fix simple engine.Ricardo Wurmus2016-08-25
| | | | | * gnu/packages/ibus.scm (ibus)[inputs]: Add libx11, setxkbmap, xmodmap. [arguments]: Add "fix-paths" phase.
* gnu: ibus: Generate C from Vala sources.Ricardo Wurmus2016-08-25
| | | | | * gnu/packages/ibus.scm (ibus)[native-inputs]: Add vala. [arguments]: Add "delete-generated-files" phase.
* gnu: ibus: Use modify-phases syntax.Ricardo Wurmus2016-08-25
| | | | * gnu/packages/ibus.scm (ibus)[arguments]: Use modify-phases syntax.
* gnu: aria2: Fix bash completion.Efraim Flashner2016-08-25
| | | | | * gnu/packages/bittorrent.scm (aria2)[arguments]: Set bash completion directory.
* gnu: aria2: Update to 1.26.0.Efraim Flashner2016-08-25
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.26.0.
* gnu: offlineimap: Update to 7.0.6.Efraim Flashner2016-08-25
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.0.6.
* gnu: webkitgtk: Update to 2.12.4 [fixes CVE-2016-{4590,4591,4622,4624}].Leo Famulari2016-08-25
| | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.12.4. [source]: Use HTTPS URL.
* gnu: linux-libre@4.1: Update to 4.1.31.Mark H Weaver2016-08-24
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.31.
* gnu: ncmpc: Update to 0.25.Leo Famulari2016-08-24
| | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.25.
* gnu: mpd-mpc: Update to 0.28.Leo Famulari2016-08-24
| | | | * gnu/packages/mpd.scm (mpd-mpc): Update to 0.28.
* gnu: mpd: Update to 0.19.19.Leo Famulari2016-08-24
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.19.19.
* gnu: ncmpcpp: Update to 0.7.5.Leo Famulari2016-08-24
| | | | * gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.5.
* gnu: signify: Update to 19.Leo Famulari2016-08-24
| | | | * gnu/packages/crypto.scm (signify): Update to 19.
* gnu: tor: Update to 0.2.8.7.ng02016-08-24
| | | | | | * gnu/packages/tor.scm (tor): Update to 0.2.8.7. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: imagemagick: Don't build with processor-specific optimizations.Leo Famulari2016-08-24
| | | | | * gnu/packages/imagemagick.scm (imagemagick)[arguments]: Pass --without-gcc-arch to #:configure-flags.
* gnu: vdirsyncer: Update to 0.12.1.Leo Famulari2016-08-24
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.12.1.
* gnu: libksba: Update to 1.3.5.Leo Famulari2016-08-24
| | | | * gnu/packages/gnupg.scm (libksba): Update to 1.3.5.
* gnu: efl: Update notes.Efraim Flashner2016-08-24
| | | | | * gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Update the notes for each input relating to which '.pc' file requires them.
* gnu: efl: Enable harfbuzz support.Efraim Flashner2016-08-24
| | | | | | * gnu/packages/enlightenment.scm (efl)[arguments]: Add '--enable-harfbuzz'. [inputs]: Move harfbuzz ... [propagated-inputs]: ... here.
* gnu: enlightenment: Use https.Efraim Flashner2016-08-24
| | | | * gnu/packages/enlightenment.scm: Use 'https' for all enlightenment urls.