~ruther/guix-local

ref: 3483f004a98f103acff96effe1309cc620372e79 guix-local/gnu d---------
9475fd92 — Carlo Zancanaro 9 years ago
gnu: Add electrum.

* gnu/packages/finance.scm (electrum): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2564b7c2 — Leo Famulari 9 years ago
gnu: mplayer: Don't replace 'sh' reference with 'bash'.

* gnu/packages/video.scm (mplayer)[arguments]: Use (which "sh") instead
of (which "bash") in 'configure' phase.
47734a56 — Leo Famulari 9 years ago
gnu: ffmpeg: Don't replace 'sh' reference with 'bash'.

* gnu/packages/video.scm (ffmpeg)[arguments]: Use (which "sh") instead
of (which "bash") in 'configure' phase.
2fed4042 — Leo Famulari 9 years ago
gnu: avidemux: Don't replace 'sh' reference with 'bash'.

* gnu/packages/video.scm (avidemux)[arguments]: Use (which "sh") instead of
(which "bash") in 'repack-ffmpeg' phase.
344498c7 — Leo Famulari 9 years ago
gnu: pybitmessage: Don't replace 'sh' reference with 'bash'.

* gnu/packages/messaging.scm (pybitmessage)[arguments]: Use (which "sh") instead
of (which "bash") in 'fix-makefile' phase.
19527952 — Leo Famulari 9 years ago
gnu: sendmail: Don't replace 'sh' reference with 'bash'.

* gnu/packages/mail.scm (sendmail)[arguments]: Use (which "sh") instead of
(which "bash") in 'replace-/bin/sh' phase.
7ba02492 — Leo Famulari 9 years ago
gnu: signing-party: Don't replace 'sh' reference with 'bash'.

* gnu/packages/gnupg.scm (signing-party)[arguments]: Use (which "sh") instead of
(which "bash") in 'configure' phase.
2e4b67b9 — Leo Famulari 9 years ago
gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.

* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-check-sh' phase.
3a534f42 — Leo Famulari 9 years ago
gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.

* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-config-files' phase.
bfeda421 — Leo Famulari 9 years ago
gnu: gegl: Don't replace 'sh' reference with 'bash'.

* gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of
(which "bash") in 'pre-build' phase.
147c6b39 — Leo Famulari 9 years ago
gnu: orpheus: Don't replace 'sh' reference with 'bash'.

* gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-shells' phase.
f2ea722a — Leo Famulari 9 years ago
gnu: node: Don't replace 'sh' reference with 'bash'.

* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-files' phase.
ee6e780b — Danny Milosavljevic 9 years ago
gnu: Add compface.

* gnu/packages/mail.scm (compface): New variable.
84b60a7c — Leo Famulari 9 years ago
gnu: lcms: Fix an out-of-bounds read.

* gnu/packages/patches/lcms-fix-out-of-bounds-read.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (lcms)[replacement]: New field.
[properties]: Specify the 'cpe-name'.
(lcms/fixed): New variable.
gnu: menu-cache: Update to 1.0.2.

* gnu/packages/lxde.scm (menu-cache): Update to 1.0.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: pcmanfm, libfm: Update to 1.2.5.

* gnu/packages/lxde.scm (pcmanfm): Update to 1.2.5.
* gnu/packages/lxde.scm (libfm): Update to 1.2.5.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: lxterminal: Update to 0.3.0.

* gnu/packages/lxde.scm (lxterminal): Update to 0.3.0.
[arguments]: Disable tests.
[source]: Update to use new '.tar.xz' tarball.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
34ab3538 — Kei Kebreau 9 years ago
gnu: cppcheck: Update to 1.77.

* gnu/packages/check.scm (cppcheck): Update to 1.77.
5171ea38 — Marius Bakke 9 years ago
gnu: wavpack: Update to 5.1.0.

* gnu/packages/audio.scm (wavpack): Update to 5.1.0.
[arguments]: Remove field.
2903ee1e — Thomas Danckaert 9 years ago
gnu: duplicity: Update to 0.7.11.

* gnu/packages/backup.scm (duplicity): Update to 0.7.11.
  [source]: Remove patches.
  [inputs]: Add lftp, update gnupg, remove python-2, make python2-lockfile a
  propagated input, make python2-mock a native-input.
  [propagated-inputs]: Add python2-lockfile, python2-urllib3.
  [native-inputs]: Add python2-pexpect, python2-mock.
  [arguments]: Add build phase to embed gnupg store name.
* gnu/packages/patches/duplicity-piped-password.patch: Delete it.
* gnu/packages/patches/duplicity-test_selection-tmp.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove patches.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Next