~ruther/guix-local

1c625dd3 — Andreas Enge 11 years ago
gnu: Add hyphen.

* gnu/packages/libreoffice.scm (hyphen): New variable.
2a9a9441 — Andreas Enge 11 years ago
gnu: Add hunspell.

* gnu/packages/libreoffice.scm (hunspell): New variable.
d49976ed — Ricardo Wurmus 11 years ago
gnu: ardour: Extract RUNPATH phase.

* gnu/packages/audio.scm (ardour-rpath-phase): New procedure.
* gnu/packages/audio.scm (ardour, ardour-3): Generate version-dependent build
  phase with ardour-rpath-phase.
d48c8e7b — Mark H Weaver 11 years ago
gnu: wpa-supplicant: Add security fixes.

* gnu/packages/patches/wpa-supplicant-2015-2-fix.patch,
  gnu/packages/patches/wpa-supplicant-2015-3-fix.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patches.
1ec78e9d — Eric Bavier 11 years ago
gnu: octave: Add fftw, arpack, and glu inputs.

* gnu/packages/maths.scm (octave)[inputs]: Add fftw, fftwf, arpack,
  and glu.
  [description]: Wrap to 80 columns.
d7fdab25 — Ludovic Courtès 11 years ago
build: check-final-inputs-self-contained uses %HYDRA-SUPPORTED-SYSTEMS.

* build-aux/check-final-inputs-self-contained.scm: Change
  '%supported-systems' to '%hydra-supported-systems'.
487abff6 — Ludovic Courtès 11 years ago
nls: Add package files for translation.

* po/packages/POTFILES.in: Add a bunch of files.
fc8a431c — Ludovic Courtès 11 years ago
gnu: libcdio: Synchronize description.

* gnu/packages/cdrom.scm (libcdio)[description]: Synchronize with GNU.
b8949a2f — Mark H Weaver 11 years ago
gnu: libtasn1: Update to 4.5.

* gnu/packages/gnutls.scm (libtasn1): Update to 4.5.
6633f86b — Alex Kost 11 years ago
gnu: Add tvtime.

* gnu/packages/tv.scm,
  gnu/packages/patches/tvtime-gcc41.patch,
  gnu/packages/patches/tvtime-pngoutput.patch,
  gnu/packages/patches/tvtime-videodev2.patch,
  gnu/packages/patches/tvtime-xmltv.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add package.
  (dist_patch_DATA): Add patches.
f0b98b84 — Ludovic Courtès 11 years ago
doc: Mention GNU Make as a requirement.

* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.
005c8fc6 — Ludovic Courtès 11 years ago
http-client: Remove monkey patching for 2.0.5.

* guix/http-client.scm (read-response-body*): Remove.
  (http-fetch): Remove hacks for 2.0.5.
09d809db — Ludovic Courtès 11 years ago
Remove assorted Guile 2.0.5 workarounds.

* guix/scripts/authenticate.scm (%default-port-conversion-strategy):
  Remove.
* guix/scripts/substitute.scm (fetch): Remove 2.0.5 special cases.
* guix/serialization.scm (write-file): Remove 'scandir' workaround.
* guix/ui.scm (command-files): Likewise.
47c66da0 — Ludovic Courtès 11 years ago
build: Require Guile >= 2.0.7.

* configure.ac: Require guile-2.0 >= 2.0.7.
* README: Adjust accordingly.
* doc/guix.texi (Requirements): Likewise.
8fda1b79 — Cyril Roelandt 11 years ago
Remove leftover patches.

* gnu/packages/patches/guix-test-networking.patch: Delete it.
* gnu/packages/patches/libtool-skip-tests.patch: Delete it.
* gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch: Delete it.
* gnu/packages/patches/udev-gir-libtool.patch: Delete it.
* gnu-system.am (dist_patch_DATA): Remove them as well.
dd51caac — Ludovic Courtès 11 years ago
doc: Show both the "bare-bones" and the "desktop" configurations.

* doc/guix.texi (System Installation): Add xref to "Using the
  Configuration System" instead of including one here.
  (Using the Configuration System): Remove first example, and include
  os-config-bare-bones.texi instead.  Include os-config-desktop.texi as
  a second example.
* doc.am (OS_CONFIG_EXAMPLES_TEXI): New variable.
  (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Use it.
  (doc/os-config.texi): Remove.
  (doc/os-config-%.texi): New target.
e1fbc32a — Ludovic Courtès 11 years ago
install: Have several OS config templates under /etc/configuration.

* gnu/system/install.scm (configuration-template-service): Remove
  'local-template' and 'template'.  Add 'search' and 'templates'.
  [activate]: Copy all of TEMPLATES to /etc/configuration.
* doc/guix.texi (System Installation): Adjust file name accordingly.
36ffaca2 — Ludovic Courtès 11 years ago
doc: Add desktop configuration example.

* gnu/system/examples/bare-bones.tmpl: Change 'packages' and
  'host-name'.  Remove D-Bus, Avahi, and SLiM services, and add lsh
  instead.
* gnu/system/examples/desktop.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
c217cbd8 — Ludovic Courtès 11 years ago
services: dhcp-client: Better track dhclient's PID.

* gnu/services/networking.scm (dhcp-client-service)[start]: Remove
  PID-FILE first.  When 'call-with-input-file' throws ENOENT, try
  again.
54d6223d — Ludovic Courtès 11 years ago
doc: Rename OS config example.

* gnu/system/os-config.tmpl: Rename to...
* gnu/system/examples/bare-bones.tmpl: ... this.
* Makefile.am (EXAMPLES): Adjust accordingly.
* doc.am (doc/os-config.texi): Likewise.
* gnu/system/install.scm (configuration-template-service)[template]:
  Likewise.
Next