summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: atlas: Always return #T from build phases.Ricardo Wurmus2019-04-28
| | | | | * gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE.
* gnu: make-blis: Always return #T from configure phase.Ricardo Wurmus2019-04-28
| | | | * gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE.
* gnu: kdevplatform: Use INVOKE.Ricardo Wurmus2019-04-28
| | | | | * gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally.
* Merge branch 'staging'Ludovic Courtès2019-04-28
|\
| * gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.Ricardo Wurmus2019-04-25
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/34124>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg. [arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH wrapper of the gnome-shell executable.
| * Merge branch 'master' into stagingMarius Bakke2019-04-23
| |\
| * | gnu: Add emacs-robot-mode.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-robot-mode): New variable.
| * | gnu: Add python-robotframework-lint.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework-lint): New variable.
| * | gnu: Add python-robotframework-sshlibrary.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable.
| * | gnu: Add python-robotframework.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework): New variable. * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it.
| * | gnu: Add python-rellu.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-rellu): New variable.
| * | gnu: Add python-pygithub.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pygithub): New variable.
| * | gnu: Add python-deprecated.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-deprecated): New variable.
| * | gnu: Add python-scp.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-scp): New variable.
| * | gnu: Add python-bumpversion.Maxim Cournoyer2019-04-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-bumpversion): New variable.
| * | Merge branch 'master' into stagingMarius Bakke2019-04-17
| |\ \
| * | | gnu: vulkan-tools: Update to 1.1.106.Rutger Helling2019-04-10
| | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.106 (by inheriting package-version vulkan-headers).
| * | | gnu: vulkan-headers: Update to 1.1.106.Rutger Helling2019-04-09
| | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.106. * gnu/packages/vulkan.scm (vulkan-loader): Update hash.
| * | | gnu: libdrm: Avoid timeout while running tests.Ludovic Courtès2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Efraim Flashner at <https://lists.gnu.org/archive/html/guix-devel/2019-04/msg00008.html>. * gnu/packages/xdisorg.scm (libdrm)[arguments]: Make 'check phase unconditional.
| * | | Merge branch 'master' into stagingLudovic Courtès2019-04-08
| |\ \ \
| * | | | gnu: sway: Add missing input.Marius Bakke2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This dependency was no longer provided after c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV.
| * | | | gnu: libinput: Propagate udev.Marius Bakke2019-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/freedesktop.scm (libinput)[inputs]: Remove EUDEV. [propagated-inputs]: New field.
| * | | | Merge branch 'master' into stagingMarius Bakke2019-04-08
| |\ \ \ \
| * | | | | gnu: flac: Incorporate graft.Efraim Flashner2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac)[replacement]: Remove field. [source]: Add patch. (flac/fixed): Remove variable.
| * | | | | gnu: flac: Fix CVE-2017-6888.Efraim Flashner2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac)[replacement]: New field. (flac/fixed): New variable. * gnu/packages/patches/flac-CVE-2017-6888.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | gnu: libinput: Update to 1.13.0.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.13.0. [native-inputs]: Remove VALGRIND.
| * | | | | gnu: libinput: Do not propagate any inputs.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These inputs are no longer listed in the pkg-config files. * gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove. [inputs]: Add LIBEVDEV, EUDEV, LIBWACOM, and MTDEV. (libinput-minimal)[inputs, propagated-inputs]: Adjust accordingly.
| * | | | | gnu: cups-filters: Update to 1.22.3.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-filters): Update to 1.22.3.
| * | | | | gnu: ImageMagick: Update to 6.9.10-35.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-35.
| * | | | | gnu: tzdata: Update to 2019a.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2019a.
| * | | | | gnu: evolution-data-server: Remove obsolete phase.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fixup for the merge of da43d1c ("gnu: evolution-data-server: Add 'libedataserverui' output.") and bb10e7c ("gnu: evolution-data-server: Update to 3.28.3.") in 571fb00. * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Remove phase that is no longer needed since version 3.28.2.
| * | | | | gnu: Remove gtk+/fixed.Marius Bakke2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The merge preceding this commit ignored the replacement part of commit bc91562939ee002e84c95d13c907482b6d1e9339. This commit removes the remaining bits, as the patch is already included in GTK3 since version 3.24.3. * gnu/packages/patches/gtk3-fix-deprecation-macro-use.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gtk.scm (gtk+/fixed): Remove variable.
| * | | | | Merge branch 'master' into stagingMarius Bakke2019-04-01
| |\ \ \ \ \
| * | | | | | Revert "build-system/ruby: Use invoke."Efraim Flashner2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0244952c11c0409597fce5c39dfbcafdfd2ea651. We prefer 'invoke', but the custom error handling works better with the code as-is.
| * | | | | | build-system/ruby: Use invoke.Efraim Flashner2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/ruby-build-system.scm (install): Use invoke.
| * | | | | | gnu: texlive-bin: Adopt LFS patch.Marius Bakke2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The origin disappeared, and the new revision does not include all the Poppler fixes. Adjust the package to take Arch's Poppler patches instead. * gnu/packages/patches/texlive-bin-CVE-2018-17407.patch: New file. * gnu/packages/patches/texlive-bin-pdftex-poppler-compat.patch, gnu/packages/patches/texlive-bin-xetex-poppler-compat.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tex.scm (texlive-bin)[source](patches): Likewise. [arguments]: Likewise.
| * | | | | | gnu: imagemagick: Update to 6.9.10-34.Marius Bakke2019-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-34.
| * | | | | | gnu: librsvg: Restore version 2.40.20.Marius Bakke2019-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20. (librsvg-next): New public variable.
| * | | | | | gnu: CUPS: Update to 2.2.11.Marius Bakke2019-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cups.scm (cups-minimal): Update to 2.2.11.
| * | | | | | gnu: gnome-shell: Use the test-only Xorg variant for tests.Marius Bakke2019-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS.
| * | | | | | Merge branch 'master' into stagingMarius Bakke2019-03-23
| |\ \ \ \ \ \
| * | | | | | | gnu: wayland: Update to 1.17.0.Rutger Helling2019-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (wayland): Update to 1.17.0.
| * | | | | | | gnu: nss, nss-certs: Update to 3.43.Marius Bakke2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.43. * gnu/packages/certs.scm (nss-certs): Ditto.
| * | | | | | | gnu: nspr: Update to 4.21.Marius Bakke2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.21.
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2019-03-21
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: teckit: Update to 2.5.9.Marius Bakke2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (teckit): Update to 2.5.9.
| * | | | | | | | gnu: teckit: Adjust indentation.Marius Bakke2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (teckit): Re-indent.
| * | | | | | | | gnu: teckit: Use release tarball.Marius Bakke2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (teckit)[source]: Use URL-FETCH. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
| * | | | | | | | gnu: vulkan-tools: Remove unnecessary inputs.Rutger Helling2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-tools)[inputs]: Remove mesa, vulkan-headers. [native-inputs]: Add vulkan-headers.
| * | | | | | | | gnu: vulkan-loader: Remove unnecessary inputs.Rutger Helling2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Remove -DBUILD_LAYERS=OFF. [inputs]: Remove all. [native-inputs]: Add libxrandr, vulkan-headers, wayland.