aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | gnu: libepoxy: Update to 1.5.0.•••* gnu/packages/gl.scm (libepoxy): Update to 1.5.0. [arguments]: Remove obsolete substitution. Marius Bakke2018-03-12
| * | | | gnu: libdrm: Update to 2.4.91.•••* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.91. Marius Bakke2018-03-12
| * | | | gnu: alsa-plugins: Update to 1.1.5.•••* gnu/packages/linux.scm (alsa-plugins): Update to 1.1.5. Marius Bakke2018-03-12
| * | | | gnu: alsa-utils: Update to 1.1.5.•••* gnu/packages/linux.scm (alsa-utils): Update to 1.1.5. Marius Bakke2018-03-12
| * | | | gnu: alsa-lib: Update to 1.1.5.•••* gnu/packages/linux.scm (alsa-lib): Update to 1.1.5. Marius Bakke2018-03-12
| * | | | gnu: bluez: Update to 5.49.•••* gnu/packages/linux.scm (bluez): Update to 5.49. Marius Bakke2018-03-12
| * | | | gnu: nss, nss-certs: Update to 3.36.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.36. * gnu/packages/certs.scm (nss-certs): Likewise. Marius Bakke2018-03-12
| * | | | gnu: nspr: Update to 4.19.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.19. Marius Bakke2018-03-12
| * | | | gnu: xkbcomp: Update to 1.4.1.•••* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.1. Marius Bakke2018-03-12
| * | | | gnu: libxshmfence: Update to 1.3.•••* gnu/packages/xorg.scm (libxshmfence): Update to 1.3. Marius Bakke2018-03-12
| * | | | gnu: libical: Update to 3.0.3.•••* gnu/packages/calendar.scm (libical): Update to 3.0.3. Marius Bakke2018-03-12
| * | | | gnu: xf86-input-wacom: Update to 0.36.0.•••* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.36.0. Marius Bakke2018-03-12
| * | | | gnu: libwacom: Update to 0.29.•••* gnu/packages/xdisorg.scm (libwacom): Update to 0.29. Marius Bakke2018-03-12
| * | | | gnu: libinput: Update to 1.10.2.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.10.2. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Add #:configure-flags to not build documentation. [native-inputs]: Add CHECK and VALGRIND. Move CAIRO and GTK+ ... [inputs]: ... here. Move LIBEVDEV, LIBWACOM and MTDEV ... [propagated-inputs]: ... here. (libinput-minimal)[native-inputs]: Inherit from LIBINPUT. [inputs]: New field; set to empty list. [arguments]: Inherit from LIBINPUT. Adjust to build system change. Marius Bakke2018-03-12
| * | | | build-system/meson: Skip the 'fix-runpath' phase on armhf.•••* guix/build-system/meson.scm (lower): Remove DEFAULT-PATCHELF from inputs on armhf. (meson-build): Ignore the 'fix-runpath' phase when building for arm systems. Marius Bakke2018-03-12
| * | | | build-system/meson: Add the output directory to RUNPATH.•••* guix/build/meson-build-system.scm (configure): Set LDFLAGS before invoking meson. Marius Bakke2018-03-12
| * | | | gnu: meson: Update to 0.45.0.•••* gnu/packages/build-tools.scm (meson): Update to 0.45.0. [arguments]: Explicitly disable tests (they were skipped before). Marius Bakke2018-03-12
| * | | | gnu: meson-for-build: Update to 0.44.0.•••* gnu/packages/build-tools.scm (meson-for-build)[version]: Remove field. [source]: Inherit from MESON. Marius Bakke2018-03-12
| * | | | gnu: meson: Don't wrap the meson executable.•••* gnu/packages/build-tools.scm (meson)[arguments]: Delete WRAP-PHASE. Marius Bakke2018-03-12
| * | | | Merge branch 'master' into stagingMarius Bakke2018-03-08
| |\ \ \ \
| * | | | | gnu: gnome-todo: Fix compatibility with libical >= 3.0.•••* 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. Marius Bakke2018-03-07
| * | | | | gnu: gnome-calendar: Update to 3.26.3.•••* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.3. Marius Bakke2018-03-07
| * | | | | gnu: evolution-data-server: Update to 3.26.6.•••* 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. Marius Bakke2018-03-07
| * | | | | 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.•••This is a follow-up to commit d0de4c40e24ee52e4382ee2ac82088932ab49099. * gnu/packages/ninja.scm (ninja)[arguments]: Adjust substitution. Marius Bakke2018-02-26
| * | | | | | | gnu: ninja: Patch hard-coded /bin/echo reference.•••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. Marius Bakke2018-02-26
| * | | | | | | gnu: json-glib: Fix 32-bit test failures.•••* 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. Marius Bakke2018-02-25
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2018-02-24
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: libsndfile: Incorporate grafted changes.•••* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: Remove field. [source](patches): Add "libsndfile-CVE-2017-12562.patch". (libsndfile/fixed): Remove variable. Marius Bakke2018-02-22
| * | | | | | | | gnu: json-glib: Update to 1.4.2.•••* gnu/packages/gnome.scm (json-glib): Update to 1.4.2. [build-system]: Change to MESON-BUILD-SYSTEM. [native-inputs]: Add GETTEXT-MINIMAL. Marius Bakke2018-02-22
| * | | | | | | | gnu: libgsf: Update to 1.14.42.•••* gnu/packages/gnome.scm (libgsf): Update to 1.14.42. Marius Bakke2018-02-22
| * | | | | | | | gnu: tzdata: Restore the test variant tzdata-for-tests.•••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. Leo Famulari2018-02-20
| * | | | | | | | gnu: nspr: Update to 4.18.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.18. Tobias Geerinckx-Rice2018-02-20
| * | | | | | | | gnu: libical: Update to 3.0.2.•••* 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. Marius Bakke2018-02-20
| * | | | | | | | Revert "gnu: python2-tqdm: Work around missing flake8 propagation."•••This reverts commit 53f826cd0f429864d46fc3bf6305c14356d0b2ad. Marius Bakke2018-02-20
| * | | | | | | | Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""•••This reverts commit b7049b2e23a514a1d9c131af484e808ee0ee4226. Marius Bakke2018-02-20
| * | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-02-20
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: gtk+: Update to 3.22.28.•••* gnu/packages/gtk.scm (gtk+): Update to 3.22.28. Marius Bakke2018-02-20
| * | | | | | | | | gnu: gtk+@2: Update to 2.24.32.•••* 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'. Marius Bakke2018-02-20
| * | | | | | | | | gnu: bluez: Update to 5.48.•••* gnu/packages/linux.scm (bluez): Update to 5.48. Marius Bakke2018-02-20
| * | | | | | | | | gnu: Update copyright line.•••* gnu/packages/gl.scm: Update copyright line for commit 7dbd98a. Rutger Helling2018-02-20
| * | | | | | | | | gnu: mesa: Update to 17.3.5.•••* gnu/packages/gl.scm (mesa): Update to 17.3.5. Rutger Helling2018-02-20
| * | | | | | | | | gnu: tzdata: Preserve directory layout from before tzdata 2018a.•••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. Leo Famulari2018-02-19
| * | | | | | | | | gnu: nss-certs: Update phase style.•••* gnu/packages/certs.scm (nss-certs)[arguments]: Use MODIFY-PHASES syntax, substitute INVOKE for SYSTEM*, and end phas with #t. Tobias Geerinckx-Rice2018-02-20
| * | | | | | | | | gnu: pciutils: Update to 3.5.6.•••* gnu/packages/pciutils.scm (pciutils): Update to 3.5.6. Tobias Geerinckx-Rice2018-02-20
| * | | | | | | | | gnu: perl-uri: Update to 1.73.•••* gnu/packages/web.scm (perl-uri): Update to 1.73. [native-inputs]: Add perl-test-needs. Tobias Geerinckx-Rice2018-02-20
| * | | | | | | | | gnu: tzdata: Update to 2018c.•••* gnu/packages/base.scm (tzdata): Update to 2018c. Leo Famulari2018-02-19
| * | | | | | | | | gnu: nss: Update to 3.35.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.35. Marius Bakke2018-02-17
| * | | | | | | | | gnu: xkeyboard-config: Update to 2.23.1.•••* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.23.1. Marius Bakke2018-02-17