~ruther/guix-local

11163131 — Mark H Weaver 11 years ago
gnu: dbus: Update to 1.8.12.

* gnu/packages/glib.scm (dbus): Update to 1.8.12.
8befb33d — Mark H Weaver 11 years ago
gnu: poppler: Update to 0.28.1.

* gnu/packages/pdf.scm (poppler): Update to 0.28.1.  Use the .xz source
  tarball.
618ea7c9 — Mark H Weaver 11 years ago
gnu: inkscape: Update to 0.48.5.

* gnu/packages/patches/inkscape-stray-comma.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/inkscape.scm (inkscape): Update to 0.48.5.  Remove patch. Use
  the .bz2 source tarball.  Use current libgc.  Add 'fix-test-includes' phase.
ce4d7abf — Mark H Weaver 11 years ago
gnu: mesa: Update to 10.4.0.

* gnu/packages/gl.scm (mesa): Update to 10.4.0.  Use current libdrm.  Add
  eudev, dri3proto, presentproto, and libxshmfence to inputs.  Add gnu-gettext
  to native-inputs.  Add --enable-xa configure flag.  Add new phases
  'add-missing-m4-files' and 'patch-create_test_cases'.
31157f8e — Mark H Weaver 11 years ago
gnu: libdrm: Update to 2.4.58.

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.58.
f0b6c5d8 — Mark H Weaver 11 years ago
gnu: Add libxshmfence.

* gnu/packages/xorg.scm (libxshmfence): New variable.
24d56899 — 宋文武 11 years ago
services: xorg: Make SLiM sessions configurable.

* gnu/services/xorg.scm (%default-xsessions): New variable.
  (xsessions-directory): New procedure.
  (slim-service): Add #:sessions and #:auto-login-session parameters.
  [slim.cfg]: Honor #:sessions.
  (xinitrc): Adjust accordingly.
9ac97e83 — Ludovic Courtès 11 years ago
Remove 'nix-upstream' submodule.

* nix/sync-with-upstream: Remove.
* bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'.
* .gitmodules: Remove.
36457566 — Ludovic Courtès 11 years ago
Merge branch 'nix' into 'master'.
2c7ee167 — Ricardo Wurmus 11 years ago
gnu: Add bowtie

* gnu/packages/bioinformatics.scm (bowtie): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7f5c2a9c — Ludovic Courtès 11 years ago
services: static-networking-service: Switch to (guix build syscalls).

* gnu/services/networking.scm (static-networking-service): Remove
  #:inetutils parameter.  Rewrite using 'configure-network-interface'
  and 'set-network-interface-flags'.
c9bf64d6 — Ludovic Courtès 11 years ago
syscalls: Add more procedures for network interfaces.

* guix/build/syscalls.scm (sizeof*, type-size, write-type, write-types,
  read-type, read-types, define-c-struct): New macros.
  (SIOCSIFFLAGS, SIOCGIFADDR, SIOCSIFADDR): New variables.
  (sockaddr-in, sockaddr-in6): New C structs.
  (write-socket-address!, read-socket-address,
  set-network-interface-flags, set-network-interface-address,
  network-interface-address, configure-network-interface): New
  procedures.
cdae969a — Ricardo Wurmus 11 years ago
gnu: Add Clone.

* gnu/packages/perl.scm (perl-clone): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9e099723 — Federico Beffa 11 years ago
gnu: cairocffi: Move to python module.

* gnu/packages/gtk.scm, gnu/packages/python.scm (python-cairocffi,
  python2-cairocffi): Move variables from gtk to python module to avoid
  circular dependency.

Reported by Mark H Weaver <mhw@netris.org>
25f9a068 — Federico Beffa 11 years ago
gnu: matplotlib: Add gtk3 backends and optional dependency.  Adjust inputs.

* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add gtk3
  backends with the necessary inputs and a 'configure-environment' phase.  Add
  the optional 'python-pillow' dependency.  Move 'python-pyparsing' from
  'inputs' to 'propagated-inputs' as it is required at run time.
63cd6e5a — Federico Beffa 11 years ago
gnu: Add cairocffi.

* gnu/packages/gtk.scm (python-cairocffi, python2-cairocffi): New variables.
6fa14469 — Federico Beffa 11 years ago
gnu: Add xcffib

* gnu/packages/python.scm (python-xcffib, python2-xcffib): New variables.
6f8fe4b2 — Federico Beffa 11 years ago
build/python-build-system: Fix easy-install.pth collisions.

* guix/build/python-build-system.scm (rename-pth-file): New rename-pth-file
  phase and corresponding function.
46a3e00b — Ludovic Courtès 11 years ago
gnu: icecat: Build with PulseAudio support.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
  --enable-pulseaudio.
80db9915 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.18.1

* gnu/packages/linux.scm (linux-libre): Update to version 3.18.1.
Next