summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: mate-desktop: Update to 1.16.1.Efraim Flashner2016-11-08
| | | | | | | | | | | | | | | | * gnu/packages/mate.scm (mate-desktop): Update to 1.16.1. [arguments]: Build with gtk+-3, enable mpaste. [propagated-inputs]: Remove gtk+-2, move libxrandr, startup-notification ... [inputs]: ... to here. Add gtk+-3, python-2.
| * gnu: mate-icon-theme: Update to 1.16.0.Efraim Flashner2016-11-08
| | | | | | | | * gnu/packages/mate.scm (mate-icon-theme): Update to 1.16.0.
| * gnu: libmateweather: Update to 1.16.1.Efraim Flashner2016-11-08
| | | | | | | | | | | | | | | | * gnu/packages/mate.scm (libmateweather): Update to 1.16.1. [arguments]: Build with gtk+-3. [propagated-inputs]: Remove gtk+-2, move gdk-pixbuf ... [inputs]: ... to here. Add gtk+-3.
| * gnu: gcc@4.7: Build with texinfo@5.Efraim Flashner2016-11-08
| | | | | | | | | | * gnu/packages/gcc.scm (gcc@4.7)[native-inputs]: Use texinfo@5 in place of texinfo@6.
| * gnu: gnupg: Add TODO comment about custom build phase.Leo Famulari2016-11-08
| | | | | | | | * gnu/packages/gnupg.scm (gnupg)[arguments]: Add comment.
| * Merge branch 'master' into core-updatesMark H Weaver2016-11-07
| |\
| * | gnu: glibc: Add version 2.23.Ludovic Courtès2016-11-07
| | | | | | | | | | | | * gnu/packages/base.scm (glibc-2.23): New variable.
| * | Merge branch 'master' into core-updatesMark H Weaver2016-11-06
| |\ \
| * | | gnu: python-imagesize: Disable the test suite.Leo Famulari2016-11-05
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-imagesize, python2-imagesize)[arguments]: Disable the tests.
| * | | gnu: ola: Fix build failure caused by use of deprecated function.Leo Famulari2016-11-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/ola-readdir-r.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lighting.scm (ola)[source]: Use it.
| * | | doc: State that the 'patches' field is unconditional.Ludovic Courtès2016-11-03
| | | | | | | | | | | | | | | | | | | | * doc/guix.texi (origin Reference): State that 'patches' is unconditional.
| * | | gnu: mesa: Apply MIPS patch conditionally.Ludovic Courtès2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/24833>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/gl.scm (mesa)[source](patches): Remove. [native-inputs]: Add conditional "mips-patch" input. [arguments]: Add conditional 'apply-mips-patch' phase.
| * | | Merge branch 'master' into core-updatesLeo Famulari2016-11-02
| |\ \ \
| * | | | gnu: icecat: Fix build with binutils >= 2.26.Leo Famulari2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-binutils.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Use it.
| * | | | gnu: virt-manager: Fix build by including 'gtk-update-icon-cache'.Tobias Geerinckx-Rice2016-10-31
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qemu.scm (virt-manager)[native-inputs]: Add gtk+:bin.
| * | | | gnu: cups-minimal: Update to 2.2.1.Tobias Geerinckx-Rice2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-minimal): Update to 2.2.1. [source]: Use new https://github.com download URL.
| * | | | gnu: borg: Run the tests with python-pytest-2.9.2.Leo Famulari2016-10-31
| | | | | | | | | | | | | | | | | | | | * gnu/packages/backup.scm (borg)[native-inputs]: Use python-pytest-2.9.2.
| * | | | gnu: Add python-pytest-2.9.2.Leo Famulari2016-10-31
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pytest-2.9.2): New variable.
| * | | | gnu: cross-libc: Use the correct libc.Manolis Ragkousis2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cross-base.scm (cross-libc): Use cross-libc-for-target to determine the correct libc to use.
| * | | | gnu: ld-wrapper-boot0: Work around strict evaluation of (%current-system).Ludovic Courtès2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Mark H Weaver <mhw@netris.org> Partly fixes <http://bugs.gnu.org/24832>. 'ld-wrapper-boot0' was evaluating strictly instead of lazily, leading to invalid system types. * gnu/packages/base.scm (make-ld-wrapper): Turn #:target into a one-argument procedure. Honor it. * gnu/packages/commencement.scm (ld-wrapper-boot0): Fix 'name' argument to 'make-ld-wrapper'. Make #:target argument a procedure. * gnu/packages/cross-base.scm (cross-gcc): Adjust #:target argument.
| * | | | gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.Leo Famulari2016-10-31
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin.
| * | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-30
| |\ \ \ \
| * | | | | gnu: python-joblib: Disable failing tests.Ricardo Wurmus2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-joblib)[arguments]: Add phase to disable failing tests.
| * | | | | gnu: python-joblib: Update to 0.10.3.Ricardo Wurmus2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-joblib): Update to 0.10.3. [native-inputs]: Add python-sphinx, python-docutils, python-numpydoc.
| * | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-29
| |\ \ \ \ \
| * | | | | | gnu: dico: Fix test failure.宋文武2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
| * | | | | | gnu: python-graphql-core: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-graph-ql to fail. * gnu/packages/python.scm (python-graphql-core, python2-graphql-core)[arguments]: Disable the tests.
| * | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-29
| |\ \ \ \ \ \
| * | | | | | | gnu: cups-filters: Remove duplicate ‘--with-gs-path=’ flag.Tobias Geerinckx-Rice2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters)[arguments]: Remove redundant ‘--with-gs-path=’ from #:configure-flags, left over from a botched merge.
| * | | | | | | gnu: cups-filters: Update to 1.11.5.Tobias Geerinckx-Rice2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters): Update to 1.11.5. [arguments]: Add ‘--with-gs-path=’ to #:configure-flags. [inputs]: Add mupdf.
| * | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into core-updatesLeo Famulari2016-10-28
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: gxmessage: Don't install 'icon-theme.cache'.宋文武2016-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gxmessage.scm (gxmessage)[arguments]: Add 'skip-gtk-update-icon-cache' phase. [native-inputs]: Remove gtk+:bin.
| * | | | | | | | | gnu: python-parse: Fix patch file name in gnu/local.mk.Mark H Weaver2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit aa6c09ed71acbc371731d56424ee403a69efb833. * gnu/local.mk (dist_patch_DATA): "python-python-parse-too-many-fields.patch" => "python-parse-too-many-fields.patch".
| * | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-27
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: python-parse: Use 'modify-phases' syntax.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-parse)[arguments]: Use 'modify-phases' syntax.
| * | | | | | | | | | gnu: python-parse: Fix failing test.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-parse)[origin]: Add patch. * gnu/packages/patches/python-parse-too-many-fields.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * | | | | | | | | | gnu: python-pytest-django: Add missing test input.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/django.scm (python-pytest-django)[native-inputs]: Add python-django.
| * | | | | | | | | | gnu: python-django-filter: Add inputs for tests.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/django.scm (python-django-filter)[native-inputs]: Add python-django, python-mock.
| * | | | | | | | | | gnu: python-wtforms: Skip optional tests.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-wtforms)[arguments]: Add a phase preventing tests from failing when optional tests aren't run.
| * | | | | | | | | | gnu: lightning: Add missing input.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/assembly.scm (lightning)[native-inputs]: Add zlib.
| * | | | | | | | | | gnu: gxmessage: Add missing input.Efraim Flashner2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gxmessage.scm (gxmessage)[native-inputs]: Add gtk+3-bin.
| * | | | | | | | | | gnu: btrfs-progs: Update to 4.8.2.Leo Famulari2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.8.2.
| * | | | | | | | | | gnu: blender: Update to 2.78a.Leo Famulari2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/graphics.scm (blender): Update to 2.78a.
| * | | | | | | | | | gnu: python-s3transfer: Run the tests.Leo Famulari2016-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-s3transfer, python2-s3transfer)[arguments]: Use python-nose to run the tests. [native-inputs]: Add python-mock and python-nose.
| * | | | | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-26
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gnu: perl-www-curl: Fix build failure.Leo Famulari2016-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/perl-www-curl-remove-symbol.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (perl-www-curl)[source]: Use it.
| * | | | | | | | | | | gnu: Add missing module import to (gnu packages gl).Mark H Weaver2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit f1267c872fcaed6c53d43b3ff51abb726f7418d6. * gnu/packages/gl.scm: Import (gnu packages).
| * | | | | | | | | | | gnu: mesa: Fix 'wayland-egl-symbols-check' on MIPS.Mark H Weaver2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mesa-wayland-egl-symbols-check-mips.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gl.scm (mesa)[source]: Add patch when building on MIPS.
| * | | | | | | | | | | gnu: perl-eval-closure: Update to 0.14.Leo Famulari2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/perl.scm (perl-eval-closure): Update to 0.14.