~ruther/guix-local

9493176a — Andreas Enge 11 years ago
gnu: global: Update to 6.3.2.

* gnu/packages/global.scm (global): Update to 6.3.2.
d5b888fa — Andreas Enge 11 years ago
gnu: freeipmi: Update to 1.4.5.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.5.
c361d075 — Kevin Lemonnier 11 years ago
gnu: Have lua-5.1 compile a .so

* gnu/packages/patches/lua51-liblua-so.patch: New file
* gnu/packages/lua.scm: Use of lua51-liblua-so.patch in lua-5.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
00d908db — Ludovic Courtès 11 years ago
nls: Adjust reference to stale file.

* po/packages/POTFILES.in: Replace recutils.scm with databases.scm.
275a7711 — Ludovic Courtès 11 years ago
gnu: lzip: Update to 1.16.

* gnu/packages/compression.scm (lzip): Update to 1.16.
c4634dfa — Ludovic Courtès 11 years ago
profiles: Adjust for compatibility with Guile 2.0.5.

Reported by Andreas Enge <andreas@enge.fr>.

* guix/profiles.scm (right-arrow): Use 'set-port-conversion-strategy!'
  instead of '%default-port-conversion-strategy'.  The latter is only
  available in Guile 2.0.5.
f2817d43 — Ludovic Courtès 11 years ago
gnu: lvm2: Programs such as 'dmsetup' now have a correct RUNPATH.

* gnu/packages/linux.scm (alsa-utils): Add comment.
  (lvm2): Add LDFLAGS as a configure flag.
a4888e2e — Ludovic Courtès 11 years ago
install: Gracefully handle corner cases with 'guix system init foo /'.

* gnu/build/install.scm (evaluate-populate-directive): Wrap body in
  "catch 'system-error", and report clear errors.  In the symlink case,
  retry up EEXIST.
  (populate-root-file-system): Remove /var/guix/profiles/system-1-link
  before attempting to create it.
6e4532e8 — Ludovic Courtès 11 years ago
Add Marek to 'AUTHORS'.
6bb08d05 — Ludovic Courtès 11 years ago
gnu: wv: Fix URL.

Reported by Marek Benc.

* gnu/packages/wv.scm (wv): Change URL to mirror://.  Also replace one
  NAME occurrence in the URL with 'wvware'.
bde7eb8f — Ludovic Courtès 11 years ago
Have (gnu) re-export (guix gexp).

* gnu.scm (%public-modules): Add '(guix gexp)'.
df5ce088 — Ludovic Courtès 11 years ago
system: Export '%setuid-programs'.

* gnu/system.scm: Export '%setuid-programs', as documented in the
  manual.
757d5ff3 — Ludovic Courtès 11 years ago
gnu: libwmf: Use a mirror:// URL.

* gnu/packages/image.scm (libwmf): Use a mirror://sourceforge URL.
a3c4aa1b — Ludovic Courtès 11 years ago
gnu: abiword: Use 'wv', not 'wvware'.

* gnu/packages/abiword.scm: Change 'wvware' to 'wv'.
698d2280 — Marek Benc 11 years ago
gnu: Add AbiWord.

* gnu/packages/patches/abiword-explictly-cast-bools.patch New file.
* gnu/packages/patches/abiword-link-plugins-against-backend.patch: New file.
* gnu/packages/patches/abiword-no-include-glib-internal-headers.patch: New file.
* gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch
* gnu/packages/patches/abiword-use-proper-png-api.patch: New file.
* gnu/packages/patches/abiword-wmf-version-lookup-fix.patch: New file.
* gnu/packages/abiword.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add abiword.scm.
  (dist_patch_DATA): Add the 6 patches for abiword.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
52910ded — Marek Benc 11 years ago
gnu: Add ots.

* gnu/packages/patches/ots-no-include-missing-file.patch: New file.
* gnu/packages/ots.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add ots.scm.
  (dist_patch_DATA): Add ots-no-include-missing-file.patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1deac344 — Marek Benc 11 years ago
gnu: Add Enchant.

* gnu/packages/enchant.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9ffbe2b7 — Marek Benc 11 years ago
gnu: Add wv.

* gnu/packages/wv.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
efa77baf — Marek Benc 11 years ago
gnu: Add libwmf.

* gnu/packages/image.scm (libwmf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b005157c — Marek Benc 11 years ago
gnu: Add GNU FriBidi.

* gnu/packages/fribidi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next