summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-28import: Importers return prefixed licenses.David Craven
* 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.
2016-08-28gnu: Add prosody.Ricardo Wurmus
* gnu/packages/messaging.scm (prosody): New variable.
2016-08-28gnu: Add lua5.1-sec.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-sec): New variable.
2016-08-28gnu: Add lua5.1-filesystem.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-filesystem): New variable.
2016-08-28gnu: Add lua5.1-socket.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-socket): New variable.
2016-08-28gnu: Add lua5.1-expat.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-expat): New variable.
2016-08-28gnu: lua: Use "license:" prefix.Ricardo Wurmus
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with "license:" prefix.
2016-08-28gnu: lua: Build with support for dynamic libraries.Ricardo Wurmus
* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add make-flags.
2016-08-28gnu: Add bwm-ng.Arun Isaac
* gnu/packages/networking.scm (bwm-ng): New variable.
2016-08-27gnu: mupdf: Fix CVE-2016-{6265,6525}.Leo Famulari
* 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.
2016-08-27base64: Restore original license header.Christopher Allan Webber
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.
2016-08-27gnu: octave: Update to 4.0.3.Kei Kebreau
* gnu/packages/maths.scm (octave): Update to 4.0.3. [inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies.
2016-08-26gnu: python-gnupg: Fix broken tests.Ricardo Wurmus
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase.
2016-08-26gnu: btrfs-progs: Update to 4.7.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1.
2016-08-26gnu: enlightenment: Move efl to inputs.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Move efl from here ... [inputs]: ... to here.
2016-08-26gnu: enlightenment: Move gettext to native-inputs.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext from here ... [native-inputs]: ... to here.
2016-08-26gnu: rage: Update to 0.2.0.Efraim Flashner
* gnu/packages/enlightenment.scm (rage): Update to 0.2.0.
2016-08-26gnu: python-efl: Update to 1.18.0.Efraim Flashner
* gnu/packages/enlightenment.scm (python-efl): Update to 1.18.0.
2016-08-26gnu: efl: Update to 1.18.0.Efraim Flashner
* 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.
2016-08-26gnu: btrfs-progs: Update to 4.7.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7. [native-inputs]: Add missing header comment for which.
2016-08-26gnu: fdupes: Use 'modify-phases'.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'.
2016-08-26gnu: fdupes: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (fdupes): Update to 1.6.1. [source]: Update 'uri' template, add 'file-name' field. [arguments]: Set CC in make-flags.
2016-08-26gnu: Add emacs-ahungry-theme.Alex Vong
* gnu/packages/emacs.scm (emacs-ahungry-theme): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2016-08-26gnu: emacs-f: Update to 0.18.2.Alex Kost
* gnu/packages/emacs.scm (emacs-f): Update to 0.18.2.
2016-08-26gnu: emacs-s: Update to 1.11.0.Alex Kost
* gnu/packages/emacs.scm (emacs-s): Update to 1.11.0.
2016-08-26gnu: emacs-dash: Update to 2.13.0.Alex Kost
* gnu/packages/emacs.scm (emacs-dash): Update to 2.13.0.
2016-08-26gnu: magit: Update to 2.8.0.Alex Kost
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.8.0.
2016-08-26gnu: emacs-with-editor: Update to 2.5.2.Alex Kost
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.2.
2016-08-25gnu: gnome-screenshot: Update to 3.20.1.Rene Saavedra
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-08-25gnu: enlightenment: Update to 0.21.2.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.2.
2016-08-25gnu: ibus: Fix simple engine.Ricardo Wurmus
* gnu/packages/ibus.scm (ibus)[inputs]: Add libx11, setxkbmap, xmodmap. [arguments]: Add "fix-paths" phase.
2016-08-25gnu: ibus: Generate C from Vala sources.Ricardo Wurmus
* gnu/packages/ibus.scm (ibus)[native-inputs]: Add vala. [arguments]: Add "delete-generated-files" phase.
2016-08-25gnu: ibus: Use modify-phases syntax.Ricardo Wurmus
* gnu/packages/ibus.scm (ibus)[arguments]: Use modify-phases syntax.
2016-08-25gnu: aria2: Fix bash completion.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2)[arguments]: Set bash completion directory.
2016-08-25gnu: aria2: Update to 1.26.0.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2): Update to 1.26.0.
2016-08-25gnu: offlineimap: Update to 7.0.6.Efraim Flashner
* gnu/packages/mail.scm (offlineimap): Update to 7.0.6.
2016-08-25gnu: webkitgtk: Update to 2.12.4 [fixes CVE-2016-{4590,4591,4622,4624}].Leo Famulari
* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.4. [source]: Use HTTPS URL.
2016-08-24gnu: linux-libre@4.1: Update to 4.1.31.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.31.
2016-08-24gnu: ncmpc: Update to 0.25.Leo Famulari
* gnu/packages/mpd.scm (ncmpc): Update to 0.25.
2016-08-24gnu: mpd-mpc: Update to 0.28.Leo Famulari
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.28.
2016-08-24gnu: mpd: Update to 0.19.19.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.19.19.
2016-08-24gnu: ncmpcpp: Update to 0.7.5.Leo Famulari
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.5.
2016-08-24gnu: signify: Update to 19.Leo Famulari
* gnu/packages/crypto.scm (signify): Update to 19.
2016-08-24gnu: tor: Update to 0.2.8.7.ng0
* gnu/packages/tor.scm (tor): Update to 0.2.8.7. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-24gnu: imagemagick: Don't build with processor-specific optimizations.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Pass --without-gcc-arch to #:configure-flags.
2016-08-24gnu: vdirsyncer: Update to 0.12.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.12.1.
2016-08-24gnu: libksba: Update to 1.3.5.Leo Famulari
* gnu/packages/gnupg.scm (libksba): Update to 1.3.5.
2016-08-24gnu: efl: Update notes.Efraim Flashner
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Update the notes for each input relating to which '.pc' file requires them.
2016-08-24gnu: efl: Enable harfbuzz support.Efraim Flashner
* gnu/packages/enlightenment.scm (efl)[arguments]: Add '--enable-harfbuzz'. [inputs]: Move harfbuzz ... [propagated-inputs]: ... here.
2016-08-24gnu: enlightenment: Use https.Efraim Flashner
* gnu/packages/enlightenment.scm: Use 'https' for all enlightenment urls.