~ruther/guix-local

82741a8a — Andreas Enge 11 years ago
gnu: Add libwps.

* gnu/packages/libreoffice.scm (libwps): New variable.
1d59b83b — Andreas Enge 11 years ago
gnu: Add libmwaw.

* gnu/packages/libreoffice.scm (libmwaw): New variable.
74a63b11 — Andreas Enge 11 years ago
gnu: Add libodfgen.

* gnu/packages/libreoffice.scm (libodfgen): New variable.
cf2abac8 — Ludovic Courtès 11 years ago
artwork: Update to latest version.

* gnu/artwork.scm (%artwork-repository): Update.
* gnu/services/xorg.scm (%default-slim-theme-name): Change to "0.x".
* gnu/system/grub.scm (%background-image): Change to
  GuixSD-fully-black-4-3.svg.
32cf9895 — Ricardo Wurmus 11 years ago
gnu: ardour: Fix inheritance of Ardour package.

* gnu/packages/audio.scm (ardour): Inherit from "ardour-3" instead of
  "ardour".
002806c9 — Ricardo Wurmus 11 years ago
gnu: Add Ardour 4.

* gnu/packages/audio.scm (ardour): Rename to ...
  (ardour-3): ... this.
  (ardour): New variable.
e55c1b67 — Ricardo Wurmus 11 years ago
gnu: Add GnuCash.

* gnu/packages/gnucash.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
7b05ba91 — Ricardo Wurmus 11 years ago
gnu: Add WebkitGTK 2.4.8.

* gnu/packages/webkit.scm (webkitgtk-2.4): New variable.
* gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
c024ae36 — Ricardo Wurmus 11 years ago
gnu: Add goffice-0.8.

* gnu/packages/gnome.scm (goffice-0.8): New variable.
f4d8f855 — David Thompson 11 years ago
gnu: mesa: Build gallium drivers for nouveau.

* gnu/packages/gl.scm (mesa): Pass "nouveau" to "--with-gallium-drivers" flag.
88b6b125 — Mark H Weaver 11 years ago
gnu: serf: Apply upstream fixes.

* gnu/packages/patches/serf-comment-style-fix.patch,
  gnu/packages/patches/serf-deflate-buckets-test-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/web.scm (serf): Add patches.  Remove 'remove-non-c89-comment'
  phase.
dc77f0d3 — David Thompson 11 years ago
gnu: Add openvpn.

* gnu/packages/vpn.scm (openvpn): New variable.
e5c8e4f3 — David Thompson 11 years ago
gnu: bridge-utils: Fix build system.

* gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation
  error.  Patch Makefile to fail in case of future compilation errors.
105369a4 — David Thompson 11 years ago
gnu: Add postgresql-service.

* gnu/services/databases.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi ("Database Services"): New subsubsection.
6e6e9f25 — Mark H Weaver 11 years ago
gnu: Remove neon-0.29.6.

* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
46138f3e — Mark H Weaver 11 years ago
gnu: subversion: Add serf to inputs.

This is a followup to d5e9f3809dc7d521874cfad0a242ab664f6c19bc, which upgraded
subversion to 1.8.x.  Previously we used 'neon' to support http access
methods, but subversion 1.8 drops support for 'neon' in favor of 'serf'.

* gnu/packages/version-control.scm (subversion)[inputs]: Add 'serf' and remove
  'neon'.
  [arguments]: Fix typo in phase name.
ed865936 — Mark H Weaver 11 years ago
gnu: Add serf.

* gnu/packages/web.scm (serf): New variable.
a3f61425 — Mark H Weaver 11 years ago
gnu: scons: Update to 2.3.4.

* gnu/packages/python.scm (scons): Update to 2.3.4.
9f9d073b — Mark H Weaver 11 years ago
gnu: apr-util: Use system expat library.

* gnu/packages/apr.scm: Import (guix licenses) with prefix "l:".
  (apr)[license]: Adapt to license prefix.
  (apr-util)[propagated-inputs]: Add expat.
  [arguments]: Pass --with-expat to configure.
  [license]: Adapt to license prefix.
c716f5a0 — Mark H Weaver 11 years ago
gnu: apr: Update to 1.5.2.

* gnu/packages/apr.scm (apr): Update to 1.5.2.
Next