summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | gnu: meson: Update to 0.45.0.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson): Update to 0.45.0. [arguments]: Explicitly disable tests (they were skipped before).
| | * | | | gnu: meson-for-build: Update to 0.44.0.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson-for-build)[version]: Remove field. [source]: Inherit from MESON.
| | * | | | gnu: meson: Don't wrap the meson executable.Marius Bakke2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson)[arguments]: Delete WRAP-PHASE.
| | * | | | Merge branch 'master' into stagingMarius Bakke2018-03-08
| | |\ \ \ \
| | * | | | | gnu: gnome-todo: Fix compatibility with libical >= 3.0.Marius Bakke2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gnome-todo-libical-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (gnome-todo)[source](patches): Use it.
| | * | | | | gnu: gnome-calendar: Update to 3.26.3.Marius Bakke2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.3.
| | * | | | | gnu: evolution-data-server: Update to 3.26.6.Marius Bakke2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server): Update to 3.26.6. [arguments]: Set RUNPATH in #:configure-flags to match new libdir structure. Add phase 'dont-override-rpath' to make the build system respect it.
| | * | | | | Merge branch 'master' into stagingLeo Famulari2018-03-06
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into stagingMarius Bakke2018-03-01
| | |\ \ \ \ \ \
| | * | | | | | | gnu: ninja: Patch /bin/echo in the correct file.Marius Bakke2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit d0de4c40e24ee52e4382ee2ac82088932ab49099. * gnu/packages/ninja.scm (ninja)[arguments]: Adjust substitution.
| | * | | | | | | gnu: ninja: Patch hard-coded /bin/echo reference.Marius Bakke2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solves a test failure on systems where open file limits are high enough for this test to run. See <https://bugs.gnu.org/30601>. * gnu/packages/ninja.scm (ninja)[arguments]: Add substitution.
| | * | | | | | | gnu: json-glib: Fix 32-bit test failures.Marius Bakke2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/json-glib-fix-tests-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (json-glib)[source](patches): New field.
| | * | | | | | | Merge branch 'master' into stagingMarius Bakke2018-02-24
| | |\ \ \ \ \ \ \
| | * | | | | | | | gnu: libsndfile: Incorporate grafted changes.Marius Bakke2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pulseaudio.scm (libsndfile)[replacement]: Remove field. [source](patches): Add "libsndfile-CVE-2017-12562.patch". (libsndfile/fixed): Remove variable.
| | * | | | | | | | gnu: json-glib: Update to 1.4.2.Marius Bakke2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (json-glib): Update to 1.4.2. [build-system]: Change to MESON-BUILD-SYSTEM. [native-inputs]: Add GETTEXT-MINIMAL.
| | * | | | | | | | gnu: libgsf: Update to 1.14.42.Marius Bakke2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libgsf): Update to 1.14.42.
| | * | | | | | | | gnu: tzdata: Restore the test variant tzdata-for-tests.Leo Famulari2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 62868f124cf (gnu: tzdata: Preserve directory layout from before tzdata 2018a) changed the derivation of this package, which doesn't need to change yet. * gnu/packages/base.scm (tzdata-for-tests)[arguments]: Copy the build arguments from before commit 62868f124cf9443a43f4ea5867da692e32e77c58.
| | * | | | | | | | gnu: nspr: Update to 4.18.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.18.
| | * | | | | | | | gnu: libical: Update to 3.0.2.Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical)[native-inputs]: Add PKG-CONFIG. [inputs]: Add GLIB and LIBXML2. Move ICU4C to ... [propagated-inputs]: ... here. [arguments]: Add #:configure-flags to only build shared libs. Don't access %build-inputs directly in PATCH-PATHS-PHASE. [license]: Add MPL2.0.
| | * | | | | | | | Revert "gnu: python2-tqdm: Work around missing flake8 propagation."Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 53f826cd0f429864d46fc3bf6305c14356d0b2ad.
| | * | | | | | | | Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b7049b2e23a514a1d9c131af484e808ee0ee4226.
| | * | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-02-20
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | gnu: gtk+: Update to 3.22.28.Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.22.28.
| | * | | | | | | | | gnu: gtk+@2: Update to 2.24.32.Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gtk2-fix-failing-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.32. [source]: Remove 'gtk2-fix-failing-test.patch'.
| | * | | | | | | | | gnu: bluez: Update to 5.48.Marius Bakke2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (bluez): Update to 5.48.
| | * | | | | | | | | gnu: Update copyright line.Rutger Helling2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm: Update copyright line for commit 7dbd98a.
| | * | | | | | | | | gnu: mesa: Update to 17.3.5.Rutger Helling2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 17.3.5.
| | * | | | | | | | | gnu: tzdata: Preserve directory layout from before tzdata 2018a.Leo Famulari2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tzdata 2018a instroduced some changes to the build and installation procedures that commit e2832cdc3 failed to address. They are described in the NEWS file. This is a followup to commit e2832cdc3599e3bbc0362f9749835ffbae1b1944. * gnu/packages/base.scm (tzdata)[arguments]: Set TZDEFAULT. Remove the time-zone utility programs in a build phase.
| | * | | | | | | | | gnu: nss-certs: Update phase style.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/certs.scm (nss-certs)[arguments]: Use MODIFY-PHASES syntax, substitute INVOKE for SYSTEM*, and end phas with #t.
| | * | | | | | | | | gnu: pciutils: Update to 3.5.6.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pciutils.scm (pciutils): Update to 3.5.6.
| | * | | | | | | | | gnu: perl-uri: Update to 1.73.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-uri): Update to 1.73. [native-inputs]: Add perl-test-needs.
| | * | | | | | | | | gnu: tzdata: Update to 2018c.Leo Famulari2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2018c.
| | * | | | | | | | | gnu: nss: Update to 3.35.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.35.
| | * | | | | | | | | gnu: xkeyboard-config: Update to 2.23.1.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.23.1.
| | * | | | | | | | | gnu: mesa: Update to 17.3.4.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 17.3.4.
| | * | | | | | | | | gnu: libva: Update to 2.1.0.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (libva): Update to 2.1.0.
| | * | | | | | | | | gnu: libdrm: Update to 2.4.90.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.90.
| | * | | | | | | | | gnu: nspr: Build reproducibly.Marius Bakke2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30097>. Reported by Gábor Boskovits <boskovits@gmail.com>. * gnu/packages/gnuzilla.scm (nspr)[arguments]: Add #:make-flags to prevent indeterministic timestamps from being recorded.
| * | | | | | | | | | gnu: pigx-rnaseq: Update to 0.0.3.Ricardo Wurmus2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.3. [inputs]: Add gzip.
* | | | | | | | | | | gnu: aspell: Return #t from all phases.Mark H Weaver2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/aspell.scm (aspell)[arguments]: Return #t from the 'wrap-aspell' phase.
* | | | | | | | | | | gnu: itstool: Return #t from all phases.Mark H Weaver2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (itstool)[arguments]: Return #t from the 'wrap-program' phase.
* | | | | | | | | | | gnu: webkitgtk: Return #t from all phases.Mark H Weaver2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from the 'add-gst-plugins-base-include-path' phase.
* | | | | | | | | | | gnu: orc: Return #t from all phases.Mark H Weaver2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (orc)[arguments]: Return #t from the 'disable-faulty-test' phase.
* | | | | | | | | | | build-system/gnu: Fix typo.Ludovic Courtès2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/gnu-build-system.scm (dump-file-contents): Fix typo in 'string-pad' argument.
* | | | | | | | | | | build-system/gnu: Dump test suite logs upon 'check' failure.Ludovic Courtès2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Mark H Weaver <mhw@netris.org>. * guix/build/gnu-build-system.scm (dump-file-contents): New procedure. (%test-suite-log-regexp): New variable. (check): Add #:test-suite-log-regexp. Catch 'invoke-error?' and call 'dump-file-contents' upon error.
* | | | | | | | | | | gnu: poppler: Update to 0.63.0.Marius Bakke2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pdf.scm (poppler): Update to 0.63.0.
* | | | | | | | | | | gnu: fontconfig: Update to 2.13.0.Marius Bakke2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/fontconfig-remove-debug-printf.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/fontutils.scm (fontconfig): Update to 2.13.0. [source](patches): Remove. [propagated-inputs]: Add UTIL-LINUX.
* | | | | | | | | | | gnu: freetype: Update to 2.9.Marius Bakke2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (freetype): Update to 2.9.
* | | | | | | | | | | Revert "gnu: wayland: Disable failing tests."Ricardo Wurmus2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e923cee1b9b01ba9f616aec41678a908927111b6.
* | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\| | | | | | | | | |