aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* 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
|\
| * Revert "gnu: giflib: Update to 5.1.1."•••This reverts commit a5d06c0c53a51a6fc4b5802cf282a961cc24655f. Mark H Weaver2015-10-20
| * Revert "gnu: curl: Update to 7.45.0."•••This reverts commit 075c3ebd2dc3d8223e23025ceb5026810dfaa98d. Mark H Weaver2015-10-20
| * gnu: giflib: Update to 5.1.1.•••* gnu/packages/image.scm (giflib): Update to 5.1.1. Efraim Flashner2015-10-20
| * gnu: gnurl: Update to 7.45.0.•••* gnu/packages/gnunet.scm (gnurl): Update to 7.45.0. Andreas Enge2015-10-20
| * gnu: curl: Update to 7.45.0.•••* gnu/packages/curl.scm (curl): Update to 7.45.0. Andreas Enge2015-10-20
| * gnu: units: Update to 2.12.•••* gnu/packages/maths.scm (units): Update to 2.12. Efraim Flashner2015-10-20
| * gnu: elogind: Provide the file name of 'halt' and 'reboot'.•••* gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD. Ludovic Courtès2015-10-18
| * gnu: gnurl: Update to 7.44.0.•••* gnu/packages/gnunet.scm (gnurl): Update to 7.44.0. Andreas Enge2015-10-18
* | 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
* | Merge branch 'master' into dbus-updateMark H Weaver2015-10-17
|\|
| * gnu: calibre: Update to 2.41.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.41.0. Andreas Enge2015-10-17
| * gnu: youtube-dl: Update to 2015.10.16.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16. Efraim Flashner2015-10-18
| * gnu: ngs-sdk: Correct typo.•••* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo. Andreas Enge2015-10-17
| * gnu: ngs-sdk: Remove unsupported systems.•••* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86 based systems. Andreas Enge2015-10-17
| * gnu: chess: Update to 6.2.2.•••* gnu/packages/games.scm (chess): Update to 6.2.2. Efraim Flashner2015-10-17
| * gnu: non-sequencer: Disable SSE when not building on x86_64.•••* gnu/packages/music.scm (non-sequencer)[arguments]: Add "--disable-sse" flag when not building on x86_64. Ricardo Wurmus2015-10-17
| * gnu: fastcap: Remove non-free file.•••* gnu/packages/engineering.scm (fastcap): Do it. Federico Beffa2015-10-17
| * gnu: fastcap: Fix 'fix-doc phase.•••* gnu/packages/engineering.scm (fastcap): Adapt documentation generation to change in TeXLive 2015. Federico Beffa2015-10-17
| * install: Set the mtime in the binary tarball to 1.•••Reported by anthk_ on #guix in Sept. 2015. * gnu/system/install.scm (self-contained-tarball): Use --mtime=@1 instead of --mtime=@0. Ludovic Courtès2015-10-17
| * gnu: complexity: Update to 1.3.•••* gnu/packages/code.scm (complexity): Update to 1.3. Ludovic Courtès2015-10-17
| * file-systems: Do not truncate mount points that already exist.•••Reported by David Thompson <dthompson2@worcester.edu> at <https://lists.gnu.org/archive/html/guix-devel/2015-10/msg00284.html>. * gnu/build/file-systems.scm (mount-file-system): When SOURCE matches 'regular-file?', do not create MOUNT-POINT if it already exists. This fixes a bug whereby we would be truncating MOUNT-POINT if it already existed. Ludovic Courtès2015-10-17
| * gnu: mutt: Update to 1.5.24.•••* gnu/packages/patches/mutt-CVE-2014-9116.patch: Delete file. * gnu/packages/mail.scm (mutt): Update to 1.5.24. [source]: Update and remove patch. * gnu-system.am (dist_patch_DATA): Unregister removed patch. Andreas Enge2015-10-16
| * gnu: Add bspwm.•••* gnu/packages/wm.scm (bspwm): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> xd1le2015-10-16
| * gnu: Add sxhkd.•••* gnu/packages/xdisorg.scm (sxhkd): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> xd1le2015-10-16
| * system: Define 'GST_PLUGIN_PATH' in /etc/profile.•••* gnu/system.scm (operating-system-etc-service)[profile]: Add 'GST_PLUGIN_PATH' definition. Ludovic Courtès2015-10-15
| * gnu: Add python-libarchive-c.•••* gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c): New variables. Ludovic Courtès2015-10-15
| * gnu: Add python-tlsh.•••* gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable. Ludovic Courtès2015-10-15
| * gnu: Add ruby-yard.•••* gnu/packages/ruby.scm (ruby-yard): New variable. Ben Woodcroft2015-10-15
| * gnu: Add ruby-rspec-2.•••* gnu/packages/ruby.scm (ruby-rspec-2): New variable. Ben Woodcroft2015-10-15
| * gnu: Add ruby-rspec-mocks-2.•••* gnu/packages/ruby.scm (ruby-rspec-mocks-2): New variable. Ben Woodcroft2015-10-15