summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove unneeded HAVE_UNSHARE.Manolis Ragkousis2015-11-01
| | | | * src/libstore/build.cc (CHROOT_ENABLED): Remove HAVE_UNSHARE.
* gnu: Remove aarddict.Andreas Enge2015-11-01
| | | | | * gnu/packages/aarddict.scm: Remove file. * gnu-system.am (GNU_SYSTEM_MODULES): Unregister file.
* emacs: Disable minor modes in 'guix-build-log-mode'.Alex Kost2015-10-31
| | | | | | | | * 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.
* emacs: Add key bindings for 'guix-build-log-minor-mode'.Alex Kost2015-10-31
| | | | | | | | * 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.
* guix system: Fix typo in --help message.Alex Kost2015-10-31
| | | | | * guix/scripts/system.scm (show-help): Align 'container' the same way as other actions.
* emacs: Add shell completions for 'guix refresh --type'.Alex Kost2015-10-31
| | | | | | * emacs/guix-pcomplete.el (guix-pcomplete-refresh-updaters): New function. (guix-pcomplete-complete-option-arg): Complete '-t/--type' option for 'guix refresh' command.
* Merge branch 'dbus-update'Ludovic Courtès2015-10-31
|\
| * gnu: guitarix: Compile in C++11 mode.Ludovic Courtès2015-10-31
| | | | | | | | | | | | | | * 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.
| * gnu: lablgtk: Build sequentially.Ludovic Courtès2015-10-31
| | | | | | | | * gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.
| * Merge branch 'master' into dbus-update宋文武2015-10-30
| |\
| * | gnu: mesa-utils: Fix build.宋文武2015-10-30
| | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa-utils)[arguments]: Pass "--disable-egl" as #:configure-flags.
| * | gnu: telepathy-glib: Fix tests.宋文武2015-10-30
| | | | | | | | | | | | | | | * gnu/packages/glib.scm (telepathy-glib)[source]: Add a patch to unique test names.
| * | gnu: Remove ardour-3.Andreas Enge2015-10-29
| | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (ardour-3): Remove variable. (ardour): Copy fields from the removed ardour-3 instead of inheriting from it.
| * | gnu: leptonica: Disable parallel tests.宋文武2015-10-29
| | | | | | | | | | | | * gnu/packages/image.scm (leptonica)[arguments]: Add #:parallel-tests?.
| * | gnu: leptonica: Disable failing tests.宋文武2015-10-28
| | | | | | | | | | | | * gnu/packages/image.scm (leptonica)[arguments]: Add 'disable-failing-tests' phase.
| * | gnu: qt: Update to 5.5.1.Andreas Enge2015-10-27
| | | | | | | | | | | | * gnu/packages/qt.scm (qt): Update to 5.5.1.
| * | gnu: leptonica: Update to 1.72.宋文武2015-10-27
| | | | | | | | | | | | * gnu/packages/image.scm (leptonica): Update to 1.72.
| * | gnu: ganv, pavucontrol, jalv: Fix build by compile with C++11.宋文武2015-10-27
| | | | | | | | | | | | | | | | | | | | | | | | * 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'.
| * | gnu: mu: Adjust to new GLib version.Ludovic Courtès2015-10-27
| | | | | | | | | | | | | | | * gnu/packages/mail.scm (%mu-gtester-patch): New variable. (mu)[source]: Use it.
| * | gnu: gtkmm: Add dependency on glib:bin.Ludovic Courtès2015-10-27
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add glib:bin. (gtkmm-2)[native-inputs]: New field.
| * | gnu: libwacom: Add dependency on libgudev.Ludovic Courtès2015-10-27
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (libwacom)[inputs]: Add LIBGUDEV.
| * | gnu: ardour: Build with '--cxx11'.宋文武2015-10-25
| | | | | | | | | | | | | | | * gnu/packages/audio.scm (ardour, ardour-3)[arguments]: Add '--cxx11' as #:configure-flags.
| * | gnu: unzip: Reorganize security fixes for improved clarity.Mark H Weaver2015-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | Merge branch 'master' into dbus-updateMark H Weaver2015-10-23
| |\ \
| * | | gnu: libgnomecanvasmm: Fix build by passing '-std=c++11'.宋文武2015-10-24
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Pass '-std=c++11' as CXXFLAGS.
| * | | gnu: gtk+: Remove rest from inputs.宋文武2015-10-24
| | | | | | | | | | | | | | | | | | | | | | | | This broke building on mips64el. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove rest.
| * | | gnu: bluez: Update to 5.35, fix test.宋文武2015-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | services: Rely on D-Bus activation for colord, geoclue, and polkit.Ludovic Courtès2015-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | services: dbus: Support service activation.Ludovic Courtès2015-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | gnu: dbus: Add variant with proper helper for service activation.Ludovic Courtès2015-10-22
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | services: dbus: Honor the config's dbus package.Ludovic Courtès2015-10-21
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | gnu: inkscape: Fix build with newer GLibmm.Ludovic Courtès2015-10-20
| | | | | | | | | | | | | | | | * gnu/packages/inkscape.scm (inkscape)[arguments]: Add #:configure-flags.
| * | | gnu: giflib: Update to 5.1.1.Efraim Flashner2015-10-20
| | | | | | | | | | | | | | | | * gnu/packages/image.scm (giflib): Update to 5.1.1.
| * | | gnu: curl: Update to 7.45.0.Andreas Enge2015-10-20
| | | | | | | | | | | | | | | | * gnu/packages/curl.scm (curl): Update to 7.45.0.
| * | | Merge branch 'master' into dbus-updateMark H Weaver2015-10-20
| |\ \ \
| * | | | gnu: qemu: Adjust to newer GLib versions.Ludovic Courtès2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qemu.scm (qemu-patch): New procedure. (%glib-memory-vtable-patch, %glib-duplicate-test-patch): New variables.
| * | | | gnu: mesa: Patch the dlopen call for 'libudev.so'.宋文武2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression introduced in d18c3c6. * gnu/packages/gl.scm (mesa)[arguments]: Update the 'substitute*' call for 'libudev.so'.
| * | | | gnu: gtk+: Remove colord from inputs.宋文武2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This broke building on non-intel systems. * gnu/packages/gtk.scm (gtk+)[inputs]: Remove colord.
| * | | | services: dbus: Build '/etc/dbus-1/system-local.conf'.宋文武2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | gnu: libdrm: Fix symbol check tests on mips64el and armhf.Mark H Weaver2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | gnu: gtk+: Add more inputs.宋文武2015-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxcursor. [inputs]: Add rest, json-glib and colord.
| * | | | gnu: colord: Add input libgudev.宋文武2015-10-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (colord)[inputs]: Add libgudev.
| * | | | gnu: json-glib: Update to 1.0.4, fix test.宋文武2015-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (json-glib): Update to 1.0.4. [source]: Add snippet.
| * | | | gnu: elogind: Fix build by explicitly link with librt.宋文武2015-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (elogind)[arguments]: Pass 'LDFLAGS=-lrt' to configure.
| * | | | gnu: python-dbus: Fix test.宋文武2015-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-dbus)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'.
| * | | | gnu: xfconf: Fix test.宋文武2015-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfconf)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'.
| * | | | Merge branch 'master' into dbus-updateMark H Weaver2015-10-17
| |\ \ \ \
| * | | | | gnu: at-spi2-atk: Fix test.宋文武2015-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'.
| * | | | | gnu: graphite2: Update to 1.3.3.宋文武2015-10-17
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (graphite2): Update to 1.3.3.
| * | | | | gnu: freeglut: Update to 3.0.0.宋文武2015-10-17
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (freeglut): Update to 3.0.0.