aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* gnu: mig: Update to 1.6•••* gnu/packages/hurd.scm (mig): Update to version 1.6. Manolis Ragkousis2015-11-01
* gnu: gnumach-headers: Update to 1.6•••* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.6. Manolis Ragkousis2015-11-01
* tests: Make sure the daemon dumps directory entries deterministically.•••* tests/store.scm ("write-file & export-path yield the same result"): New test. Ludovic Courtès2015-11-01
* doc: Suggest diffing things with --no-dereference.•••* doc/guix.texi (Invoking guix challenge): Add --no-dereference in 'diff' example. Ludovic Courtès2015-11-01
* Remove unneeded HAVE_UNSHARE.•••* src/libstore/build.cc (CHROOT_ENABLED): Remove HAVE_UNSHARE. Manolis Ragkousis2015-11-01
* gnu: Remove aarddict.•••* gnu/packages/aarddict.scm: Remove file. * gnu-system.am (GNU_SYSTEM_MODULES): Unregister file. Andreas Enge2015-11-01
* emacs: Disable minor modes in 'guix-build-log-mode'.•••* emacs/guix-build-log.el (guix-build-log-mode-hook): Remove 'compilation-shell-minor-mode' as it is slow on big buffers, and 'view-mode' as it rebinds too many keys. (guix-build-log-mode-map): Add "c" and "v" key bindings for the removed minor modes. Alex Kost2015-10-31
* emacs: Add key bindings for 'guix-build-log-minor-mode'.•••* emacs/guix-build-log.el (guix-build-log-mode-map): Move keys to ... (guix-build-log-common-map): ...here. New variable. (guix-build-log-minor-mode-map): New variable. (guix-build-log-minor-mode): Use it. * doc/emacs.texi (Emacs Build Log): Document it. Alex Kost2015-10-31
* guix system: Fix typo in --help message.•••* guix/scripts/system.scm (show-help): Align 'container' the same way as other actions. Alex Kost2015-10-31
* emacs: Add shell completions for 'guix refresh --type'.•••* emacs/guix-pcomplete.el (guix-pcomplete-refresh-updaters): New function. (guix-pcomplete-complete-option-arg): Complete '-t/--type' option for 'guix refresh' command. Alex Kost2015-10-31
* Merge branch 'dbus-update'Ludovic Courtès2015-10-31
|\
| * gnu: guitarix: Compile in C++11 mode.•••* gnu/packages/patches/guitarix-c++11.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/audio.scm (guitarix)[source]: Use it. [arguments]: Add --cxxflags to #:configure-flags. Ludovic Courtès2015-10-31
| * gnu: lablgtk: Build sequentially.•••* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f. Ludovic Courtès2015-10-31
| * Merge branch 'master' into dbus-update宋文武2015-10-30
| |\
| * | gnu: mesa-utils: Fix build.•••* gnu/packages/gl.scm (mesa-utils)[arguments]: Pass "--disable-egl" as #:configure-flags. 宋文武2015-10-30
| * | gnu: telepathy-glib: Fix tests.•••* gnu/packages/glib.scm (telepathy-glib)[source]: Add a patch to unique test names. 宋文武2015-10-30
| * | gnu: Remove ardour-3.•••* gnu/packages/audio.scm (ardour-3): Remove variable. (ardour): Copy fields from the removed ardour-3 instead of inheriting from it. Andreas Enge2015-10-29
| * | gnu: leptonica: Disable parallel tests.•••* gnu/packages/image.scm (leptonica)[arguments]: Add #:parallel-tests?. 宋文武2015-10-29
| * | gnu: leptonica: Disable failing tests.•••* gnu/packages/image.scm (leptonica)[arguments]: Add 'disable-failing-tests' phase. 宋文武2015-10-28
| * | gnu: qt: Update to 5.5.1.•••* gnu/packages/qt.scm (qt): Update to 5.5.1. Andreas Enge2015-10-27
| * | gnu: leptonica: Update to 1.72.•••* gnu/packages/image.scm (leptonica): Update to 1.72. 宋文武2015-10-27
| * | gnu: ganv, pavucontrol, jalv: Fix build by compile with C++11.•••* gnu/packages/audio.scm (jalv)[arguments], gnu/packages/gtk.scm (ganv)[arguments], gnu/packages/music.scm (non-sequencer)[arguments], gnu/packages/pulseaudio.scm (pavucontrol)[arguments]: Set 'CXXFLAGS' to '-std=c++11'. 宋文武2015-10-27
| * | gnu: mu: Adjust to new GLib version.•••* gnu/packages/mail.scm (%mu-gtester-patch): New variable. (mu)[source]: Use it. Ludovic Courtès2015-10-27
| * | gnu: gtkmm: Add dependency on glib:bin.•••* gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add glib:bin. (gtkmm-2)[native-inputs]: New field. Ludovic Courtès2015-10-27
| * | gnu: libwacom: Add dependency on libgudev.•••* gnu/packages/xdisorg.scm (libwacom)[inputs]: Add LIBGUDEV. Ludovic Courtès2015-10-27
| * | gnu: ardour: Build with '--cxx11'.•••* gnu/packages/audio.scm (ardour, ardour-3)[arguments]: Add '--cxx11' as #:configure-flags. 宋文武2015-10-25
| * | gnu: unzip: Reorganize security fixes for improved clarity.•••* gnu/packages/patches/unzip-fix-overflows-and-infloop.patch: Delete file. Its contents are now split into the following new files: * gnu/packages/patches/unzip-CVE-2015-7696.patch, gnu/packages/patches/unzip-CVE-2015-7697.patch, gnu/packages/patches/unzip-overflow-on-invalid-input.patch: New files. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/zip.scm (unzip)[source]: Adjust patches accordingly. Mark H Weaver2015-10-23
| * | Merge branch 'master' into dbus-updateMark H Weaver2015-10-23
| |\ \
| * | | gnu: libgnomecanvasmm: Fix build by passing '-std=c++11'.•••* gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Pass '-std=c++11' as CXXFLAGS. 宋文武2015-10-24
| * | | gnu: gtk+: Remove rest from inputs.•••This broke building on mips64el. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove rest. 宋文武2015-10-24
| * | | gnu: bluez: Update to 5.35, fix test.•••* gnu/packages/patches/bluez-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (bluez): Update to 5.35. [source]: Add patch. 宋文武2015-10-23
| * | | services: Rely on D-Bus activation for colord, geoclue, and polkit.•••* gnu/services/desktop.scm (colord-dmd-service): Remove. (colord-service-type): Adjust accordingly. (geoclue-dmd-service): Remove. (geoclue-service-type): Adjust accordingly. (polkit-dmd-service): Remove. (polkit-service-type): Adjust accordingly. Ludovic Courtès2015-10-22
| * | | services: dbus: Support service activation.•••* gnu/services/dbus.scm (system-service-directory): New procedure. (dbus-configuration-directory)[services->sxml]: Add /etc/dbus-1/system-services <servicedir> tag, and remove the per-service "/share/dbus-1/system-services" tag. Symlink OUTPUT/system-services. (dbus-setuid-programs): New procedure. (dbus-root-service-type): Extend SETUID-PROGRAM-SERVICE-TYPE. (dbus-service): Default to DBUS/ACTIVATION. Ludovic Courtès2015-10-22
| * | | gnu: dbus: Add variant with proper helper for service activation.•••* gnu/packages/patches/dbus-helper-search-path.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/glib.scm (dbus/activation): New variable. Ludovic Courtès2015-10-22
| * | | services: dbus: Honor the config's dbus package.•••* gnu/services/dbus.scm (dbus-dmd-service): Rewrite using 'match-lambda' so that the config's dbus package is used. Fixes a regression introduced in 64643b9. Ludovic Courtès2015-10-21
| * | | gnu: inkscape: Fix build with newer GLibmm.•••* gnu/packages/inkscape.scm (inkscape)[arguments]: Add #:configure-flags. Ludovic Courtès2015-10-20
| * | | gnu: giflib: Update to 5.1.1.•••* gnu/packages/image.scm (giflib): Update to 5.1.1. Efraim Flashner2015-10-20
| * | | gnu: curl: Update to 7.45.0.•••* gnu/packages/curl.scm (curl): Update to 7.45.0. Andreas Enge2015-10-20
| * | | Merge branch 'master' into dbus-updateMark H Weaver2015-10-20
| |\ \ \
| * | | | gnu: qemu: Adjust to newer GLib versions.•••* gnu/packages/qemu.scm (qemu-patch): New procedure. (%glib-memory-vtable-patch, %glib-duplicate-test-patch): New variables. Ludovic Courtès2015-10-19
| * | | | gnu: mesa: Patch the dlopen call for 'libudev.so'.•••Fixes a regression introduced in d18c3c6. * gnu/packages/gl.scm (mesa)[arguments]: Update the 'substitute*' call for 'libudev.so'. 宋文武2015-10-19
| * | | | gnu: gtk+: Remove colord from inputs.•••This broke building on non-intel systems. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove colord. 宋文武2015-10-19
| * | | | services: dbus: Build '/etc/dbus-1/system-local.conf'.•••* gnu/services/dbus.scm (dbus-etc-files): New procedure. (dbus-dmd-service): Remove the use of '--config-file'. (dbus-configuration-directory): Adjust accordingly. (dbus-root-service-type): Add extension of ETC-SERVICE-TYPE. 宋文武2015-10-19
| * | | | gnu: libdrm: Fix symbol check tests on mips64el and armhf.•••* gnu/packages/patches/libdrm-symbol-check.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xdisorg.scm (libdrm)[source]: Add patch. Mark H Weaver2015-10-19
| * | | | gnu: gtk+: Add more inputs.•••* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxcursor. [inputs]: Add rest, json-glib and colord. 宋文武2015-10-18
| * | | | gnu: colord: Add input libgudev.•••* gnu/packages/gnome.scm (colord)[inputs]: Add libgudev. 宋文武2015-10-18
| * | | | gnu: json-glib: Update to 1.0.4, fix test.•••* gnu/packages/gnome.scm (json-glib): Update to 1.0.4. [source]: Add snippet. 宋文武2015-10-18
| * | | | gnu: elogind: Fix build by explicitly link with librt.•••* gnu/packages/freedesktop.scm (elogind)[arguments]: Pass 'LDFLAGS=-lrt' to configure. 宋文武2015-10-18
| * | | | gnu: python-dbus: Fix test.•••* gnu/packages/python.scm (python-dbus)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'. 宋文武2015-10-18
| * | | | gnu: xfconf: Fix test.•••* gnu/packages/xfce.scm (xfconf)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'. 宋文武2015-10-18