aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: links: Update to 2.12.•••* gnu/packages/links.scm (links): Update to 2.12. Various whitespace and line length fixes. Efraim Flashner2015-11-02
* gnu: synergy: Upgrade to 1.7.4.•••* gnu/packages/synergy.scm (synergy): Upgrade to 1.7.4. Eric Bavier2015-11-01
* doc: Give an example with an encrypted root partition.•••* gnu/system/examples/desktop.tmpl: Add 'mapped-devices' field. Use it in 'file-systems'. * doc/guix.texi (System Installation): Suggest encrypted partitions. Give an example of a command sequence. Ludovic Courtès2015-11-01
* gnu: xz: Add alternate URL.•••Fixes <http://bugs.gnu.org/21784>. * gnu/packages/compression.scm (xz)[source]: Add alternate URL. Ludovic Courtès2015-11-01
* Revert "services: polkit: Use the right executable name for PAM."•••This reverts commit 7f39e181dfb34db8f245f3ffafe34eec9cee910d. Polkit actually uses the name "polkit-1" in calls to 'pam_start'. Ludovic Courtès2015-11-01
* gnu: youtube-dl: Minor fixes.•••* gnu/packages/video.scm (youtube-dl)[url]: Change to http. [description]: Fix capitalization. Efraim Flashner2015-11-01
* gnu: youtube-dl: Update to 2015.11.01.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.11.01. Efraim Flashner2015-11-01
* services: Add 'udisks-service'.•••* gnu/services/desktop.scm (<udisks-configuration>): New record type. (udisks-service-type): New variable. (udisks-service): New procedure. (%desktop-services): Use it. * doc/guix.texi (Desktop Services): Document it. Ludovic Courtès2015-11-01
* gnu: udisks: Separate HTML documentation.•••* gnu/packages/freedesktop.scm (udisks)[outputs]: New field. [arguments]: Pass the --with-html-dir configure flag. Ludovic Courtès2015-11-01
* gnu: udisks: Mount things under /media.•••* gnu/packages/freedesktop.scm (udisks)[arguments]: Add --enable-fhs-media. Ludovic Courtès2015-11-01
* gnu: udisks: Find the 'mount' command.•••* gnu/packages/freedesktop.scm (udisks)[inputs]: Add UTIL-LINUX. [arguments]: Add 'set-mount-file-name' phase. Ludovic Courtès2015-11-01
* services: 'polkit-service-type' can now be extended.•••* gnu/packages/polkit.scm (polkit)[source]: Adjust snippet so that rules and actions are looked for under /etc/polkit-1. * gnu/services/desktop.scm (<polkit-configuration>): New record type. (polkit-directory, polkit-etc-files, polkit-setuid-programs): New procedures. (polkit-service-type)[compose, extend]: New fields. (polkit-service): Refine docstring. (colord-service-type): Extend POLKIT-SERVICE-TYPE. (elogind-configuration-file): Extend POLKIT-SERVICE-TYPE. * doc/guix.texi (Desktop Services): Update 'polkit-service' documentation. Ludovic Courtès2015-11-01
* gnu: hurd-headers: Update to 0.7•••* gnu/packages/hurd.scm (hurd-headers): Update to version 0.7. Manolis Ragkousis2015-11-01
* 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
* 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