~ruther/guix-local

6bd7d164 — Tobias Geerinckx-Rice 8 years ago
gnu: zstd: Update to 1.2.0.

* gnu/packages/compression.scm (zstd): Update to 1.2.0.
5c97ce1e — Ricardo Wurmus 8 years ago
gnu: abiword: Update to 3.0.2.

* gnu/packages/patches/abiword-explictly-cast-bools.patch: Update patch.
* gnu/packages/patches/abiword-black-drawing-with-gtk322.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/abiword.scm (abiword): Update to 3.0.2.
[source]: Remove outdated snippet; add new patch.
[arguments]: Pass CXXFLAGS.
ad7f6e5f — Ricardo Wurmus 8 years ago
gnu: jalv-select: Fix regular expression.

* gnu/packages/music.scm (jalv-select)[arguments]: Fix substitution to find
the available jalv executables.
f5e0ff0f — Ricardo Wurmus 8 years ago
gnu: gxtuner: Update to 2.4.

* gnu/packages/music.scm (gxtuner): Update to 2.4.
[inputs]: Replace gtk+-2 with gtk+.
eaace76c — Ricardo Wurmus 8 years ago
gnu: jalv-select: Update to 0.8.

* gnu/packages/music.scm (jalv-select): Update to 0.8.
e13fff2c — Ricardo Wurmus 8 years ago
gnu: qsynth: Update to 0.4.4.

* gnu/packages/audio.scm (qsynth): Update to 0.4.4.
5ffa7cb1 — Ricardo Wurmus 8 years ago
gnu: qjackctl: Build with JACK 1.

We build all packages with JACK 1.  It is compatible with JACK 2, which users
may install to get additional features.

* gnu/packages/audio.scm (qjackctl)[inputs]: Replace "jack-2" with "jack-1".
1538bc33 — Ricardo Wurmus 8 years ago
gnu: qjackctl: Update to 0.4.5.

* gnu/packages/audio.scm (qjackctl): Update to 0.4.5.
ab7ec90f — Ricardo Wurmus 8 years ago
gnu: samplv1: Update to 0.8.2.

* gnu/packages/music.scm (samplv1): Update to 0.8.2.
1b116013 — Ricardo Wurmus 8 years ago
gnu: drumkv1: Update to 0.8.2.

* gnu/packages/music.scm (drumkv1): Update to 0.8.2.
291a905f — Ricardo Wurmus 8 years ago
gnu: synthv1: Update to 0.8.2.

* gnu/packages/music.scm (synthv1): Update to 0.8.2.
95011cb6 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.26.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.26.
a501a661 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.66.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.66.
f9ff014b — Petter 9 years ago
gnu: Add cool-retro-term.

* gnu/packages/terminals.scm (cool-retro-term): New variable.
* gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch,
gnu/packages/patches/cool-retro-term-fix-array-size.patch,
gnu/packages/patches/cool-retro-term-memory-leak-1.patch,
gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
7d3373a0 — Leo Famulari 8 years ago
gnu: openssh: groff is a native-input.

* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
[native-inputs]: ... here.
e9491fb5 — Ludovic Courtès 8 years ago
gnu: guix: The variable for the last release is now 'guix-release'.

* gnu/packages/package-management.scm (guix-0.12.0): Rename to...
(guix-release): ... this.  Adjust users.
e6860b5e — Ludovic Courtès 8 years ago
build: Use Gnulib's 'git-version-gen'.

* Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(top_srcdir)/.version.
($(top_srcdir)/.version, gen-tarball-version): New targets.
(dist-hook): Depend on 'gen-tarball-version'.
(.PHONY): Add 'gen-tarball-version'.
* build-aux/git-version-gen: New file, from Gnulib v0.1-1312-ga87d5e5c6.
* configure.ac: Use it in 'AC_INIT'.  Use 'https' for the URL.
1d1ddf26 — Ludovic Courtès 8 years ago
build: Remove 'sync-descriptions' target.

This target predates 'guix lint'.  Nowadays it makes little sense to run
it upon 'make dist'.

* Makefile.am (sync-descriptions): Remove.
(dist-hook, .PHONY): Remove reference to 'sync-descriptions'.
da99126c — Alex Kost 8 years ago
dir-locals.el: Add 'modify-phases' keywords.

* .dir-locals.el: Add indentation rules for 'replace', 'add-before' and
'add-after'.
97658183 — Alex Kost 8 years ago
etc: indent-code.el: Define source tree by "indent-code.el".

* etc/indent-code.el.in: Set default directory by "indent-code.el"
itself, otherwise it works only when called from the top directory of
the guix source tree.
Next