summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: tre: Move to (gnu packages regex).Marius Bakke2016-09-12
| | | | | | | | * gnu/packages/tre.scm: Remove. Move 'tre' to... * gnu/packages/regex.scm (tre): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: emacs: Use https for elpa.gnu.org.ng02016-09-12
| | | | | | * gnu/packages/emacs.scm: Use 'https' for all elpa.gnu.org URLs. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-django-simple-math-captcha.Hartmut Goebel2016-09-12
| | | | | | | * gnu/packages/django.scm: (python-django-simple-math-captcha) (python2-django-simple-math-captcha): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-django.Hartmut Goebel2016-09-12
| | | | | | | | | * gnu/packages/django.scm: New file. * gnu/packages/patches/python-django-fix-testcase.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add django.scm. (dist_patch_DATA): Add python-django-fix-testcase.patch. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: parallel: Update to 20160822.Efraim Flashner2016-09-12
| | | | * gnu/packages/parallel.scm (parallel): Update to 20160822.
* gnu: vapoursynth: Update to 33.1.Efraim Flashner2016-09-12
| | | | * gnu/packages/video.scm (vapoursynth): Update to 33.1.
* gnu: tbb: Update to 2017.ng02016-09-12
| | | | | | | * gnu/packages/tbb.scm (tbb): Update to 2017. [license]: Change to ASL2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add Impressive.Ludovic Courtès2016-09-12
| | | | * gnu/packages/pdf.scm (impressive): New variable.
* gnu: texinfo: Add 6.3.Ludovic Courtès2016-09-11
| | | | * gnu/packages/texinfo.scm (texinfo-6.3): New variable.
* gnu: mpd: Remove unused glib-or-gtk-build-system module.Leo Famulari2016-09-11
| | | | | * gnu/packages/mpd.scm (define-module): Don't import 'glib-or-gtk-build-system'.
* gnu: Add pybitmessage.ng02016-09-11
| | | | | | * gnu/packages/messaging.scm (pybitmessage): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: messaging: Use license: prefix.ng02016-09-11
| | | | | | | | | | | | | | | | | | * gnu/packages/disk.scm (define-module): Import guix licenses with a prefix. (libotr): Use the license prefix. (bitlbee): Likewise. (hexchat): Likewise. (ngircd): Likewise. (pidgin): Likewise. (pidgin-otr): Likewise. (znc): Likewise. (python-nbxmpp): Likewise. (gajim): Likewise. (prosody): Likewise. (libtoxcore): Likewise. (utox): Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python2-pyqt-4.ng02016-09-11
| | | | | | * gnu/packages/qt.scm (python2-pyqt-4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: zimg: Update to 2.2.1.Leo Famulari2016-09-11
| | | | * gnu/packages/image.scm (zimg): Update to 2.2.1.
* gnu: jbig2dec: Update to 0.13.Leo Famulari2016-09-11
| | | | | | | * gnu/packages/image.scm (jbig2dec): Update to 0.13. [source]: Update URL. [home-page]: Update URL. * gnu/packages/patches/jbig2dec-ignore-testtest.patch: Adjust patch.
* gnu: jpegoptim: Update to 1.4.4.Leo Famulari2016-09-11
| | | | * gnu/packages/image.scm (jpegoptim): Update to 1.4.4.
* install: Use login-service.David Craven2016-09-11
| | | | * gnu/system/install.scm (installation-services): Use login-service.
* gnu: libupnp: Update to 1.6.20.Leo Famulari2016-09-11
| | | | * gnu/packages/libupnp.scm (libupnp): Update to 1.6.20.
* gnu: Add sonataChristopher Baines2016-09-11
| | | | | | * gnu/packages/mpd.scm (sonata): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: Add kmscon service.David Craven2016-09-11
| | | | | | | * gnu/services/base.scm (<kmscon-configuration>, kmscon-service-type): New variables. * doc/guix.texi (@deffn kmscon-service-type, @deftp kmscon-configuration): Add documentation.
* services: Add login-service.David Craven2016-09-11
| | | | | | | | | * gnu/services/base.scm (%default-motd, <login-configuration>, login-pam-service, login-serivce-type, login-service): New variables. (<mingetty-configuration>, mingetty-shepherd-service, mingetty-serivce-type): Remove motd. Remove allow-empty-passwords?. Remove mingetty-pam-service. (%base-services): Add login-service. Remove motd.
* gnu: python-git-review: Wrap it so 'git', 'ssh' and 'scp' are found.Clément Lassieur2016-09-11
| | | | | | | | * gnu/packages/openstack.scm (python-git-review)[arguments]: Add 'wrap-program' phase. [inputs]: Add openssh. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gnunet: Use 'modify-phases'.Efraim Flashner2016-09-11
| | | | * gnu/packages/gnunet.scm (gnunet)[arguments]: Use 'modify-phases'.
* gnu: gnurl: Use 'modify-phases'.Efraim Flashner2016-09-11
| | | | * gnu/packages/gnunet.scm (gnurl)[arguments]: Use 'modify-phases'.
* gnu: gnurl: Update to 7.50.2-1.ng02016-09-11
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.50.2-1. [arguments]: Remove 'delete-failing-test1139 phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-1.7: Update to 1.7.1.Leo Famulari2016-09-11
| | | | * gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
* gnu: linux-libre: Update to 4.7.3.Mark H Weaver2016-09-10
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.7.3.
* gnu: linux-libre@4.4: Update to 4.4.20.Mark H Weaver2016-09-10
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.20.
* gnu: linux-libre@4.1: Update to 4.1.32.Mark H Weaver2016-09-10
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.32.
* gnu: icedtea-8: Hardcode dynamically loaded libraries.宋文武2016-09-11
| | | | | | Fixes <https://bugs.gnu.org/24327>. * gnu/packages/java.scm (icedtea-8)[arguments]: Add 'patch-jni-libs' phase.
* gnu: python-cachecontrol: Correct parentheses.Ben Woodcroft2016-09-11
| | | | | | This commit is a follow-up to 'b30565b'. * gnu/packages/python.scm (python-cachecontrol): Correct parentheses.
* gnu: Add python-cachecontrol.Marius Bakke2016-09-11
| | | | | * gnu/packages/python.scm (python-cachecontrol, python2-cachecontrol): New variables.
* gnu: python-pillow: Update to 3.3.1.Leo Famulari2016-09-10
| | | | * gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.1.
* gnu: Add mash.Marius Bakke2016-09-10
| | | | | | * gnu/packages/bioinformatics.scm (mash): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add edi.Efraim Flashner2016-09-10
| | | | * gnu/packages/enlightenment.scm (edi): New variable.
* gnu: tig: Install man pages.Efraim Flashner2016-09-10
| | | | * gnu/packages/version-control.scm (tig)[native-inputs]: Add asciidoc, xmlto.
* gnu: tig: Add search completion and history support.Efraim Flashner2016-09-10
| | | | * gnu/packages/version-control.scm (tig)[inputs]: Add readline.
* gnu: tig: Update to 2.2.Efraim Flashner2016-09-10
| | | | * gnu/packages/version-control.scm (tig): Update to 2.2.
* gnu: Add utox.Erik Edrosa2016-09-10
| | | | | | * gnu/packages/messaging.scm (utox): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add filteraudio.Erik Edrosa2016-09-10
| | | | | | * gnu/packages/audio.scm (filteraudio): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: glew: Update to 2.0.0.ng02016-09-10
| | | | | | * gnu/packages/gl.scm (glew): Update to 2.0.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* system: Use 'file-append' to denote file names.Ludovic Courtès2016-09-10
| | | | | | | | | | | | * gnu/services/avahi.scm, gnu/services/base.scm, gnu/services/databases.scm, gnu/services/dbus.scm, gnu/services/desktop.scm, gnu/services/dict.scm, gnu/services/mail.scm, gnu/services/networking.scm, gnu/services/sddm.scm, gnu/services/spice.scm, gnu/services/ssh.scm, gnu/services/web.scm, gnu/services/xorg.scm, gnu/system.scm: Replace the #~(string-append #$pkg "/bin/foo") idiom with (file-append pkg "/bin/foo").
* gexp: Store compilers in a hash table for O(1) lookup.Ludovic Courtès2016-09-10
| | | | | | | | | | | | | * guix/gexp.scm (<gexp-compiler>)[predicate]: Remove. [type]: New field. (%gexp-compilers): Turn into a hash table. (register-compiler!, lookup-compiler, lookup-expander): Adjust accordingly. (define-gexp-compiler): Replace 'predicate' by 'record-type'. (derivation-compiler, local-file-compiler, plain-file-compiler) (computed-file-compiler, program-file-compiler, scheme-file-compiler) (file-append-compiler): Adjust accordingly. * guix/packages.scm (package-compiler, origin-compiler): Likewise.
* gnu: pdf: Remove erroneous module import.Leo Famulari2016-09-10
| | | | | | This is a followup to commit c41d97bed6ee1765e0845567444d4d2af1a4d373. * gnu/packages/pdf.scm: Don't import (gnu packages javascript).
* gnu: letsencrypt: Superseded by certbot.Leo Famulari2016-09-09
| | | | * gnu/packages/tls.scm (letsencrypt)[properties]: New field.
* gnu: Remove openjpeg-2.0.Leo Famulari2016-09-09
| | | | * gnu/packages/image.scm (openjpeg-2.0): Remove variable.
* gnu: mupdf: Update to 1.9a.Leo Famulari2016-09-09
| | | | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.9a. [source]: Use "mupdf-build-with-openjpeg-2.1.patch". Adjust snippet to preserve bundled 'thirdparty/mujs'. [inputs]: Add harfbuzz. Replace openjpeg-2.0 with openjpeg. * gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: openjpeg: Fix CVE-2016-5157.Leo Famulari2016-09-09
| | | | | | * gnu/packages/patches/openjpeg-CVE-2016-5157.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg): Use it.
* gnu: openjpeg-2.*: Fix CVE-2016-7163.Leo Famulari2016-09-09
| | | | | | * gnu/packages/patches/openjpeg-CVE-2016-7163.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0): Use it.
* gnu: openjpeg: Update to 2.1.1.Leo Famulari2016-09-09
| | | | | | | * gnu/packages/image.scm (openjpeg): Update to 2.1.1. [source]: Use GitHub URL and add file-name field. Remove "openjpeg-use-after-free-fix.patch" and "openjpeg-CVE-2015-6581.patch" from patches.