aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: Remove aarddict.•••* gnu/packages/aarddict.scm: Remove file. * gnu-system.am (GNU_SYSTEM_MODULES): Unregister file. Andreas Enge2015-11-01
* 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
| * | | | Merge branch 'master' into dbus-updateMark H Weaver2015-10-17
| |\ \ \ \
| * | | | | gnu: at-spi2-atk: Fix test.•••* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'. 宋文武2015-10-17
| * | | | | gnu: graphite2: Update to 1.3.3.•••* gnu/packages/fontutils.scm (graphite2): Update to 1.3.3. 宋文武2015-10-17
| * | | | | gnu: freeglut: Update to 3.0.0.•••* gnu/packages/gl.scm (freeglut): Update to 3.0.0. 宋文武2015-10-17
| * | | | | gnu: cmake: Update to 3.3.2.•••* gnu/packages/cmake.scm (cmake): Update to 3.3.2. 宋文武2015-10-17
| * | | | | gnu: mesa: Update to 11.0.3.•••* gnu/packages/gl.scm (mesa): Update to 11.0.3. 宋文武2015-10-17
| * | | | | gnu: libdrm: Update to 2.4.65.•••* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.65. 宋文武2015-10-17
| * | | | | gnu: libpciaccess: Update to 0.13.4.•••* gnu/packages/xorg.scm (libpciaccess): Update to 0.13.4. 宋文武2015-10-17
| * | | | | gnu: libva: Update to 1.6.1.•••* gnu/packages/video.scm (libva): Update to 1.6.1. 宋文武2015-10-17