~ruther/guix-local

c651cbad — Maxim Cournoyer 8 years ago
gnu: eudev: Update to 3.2.4 and generate manpages.

* gnu/packages/linux.scm (eudev)[version]: Bump to 3.2.4.
[uri]: Download the release from Github, which contains the script to generate
the manpages from source.
[file-name]: Add a file-name field to the origin record, per linter recommendation.
[sha256]: Adjust accordingly.
[phases]: Add a bootstrap phase to regenerate the manpages.
[configure-flags]: Add the "--enable-manpages" option, required to install the
manpages.
[native-inputs]: Add autoconf, automake and libtool for the bootstrap phase.
Add python-wrapper to run a test script that was previously skipped.
Add docbook-xml, docbook-xsl, libxml2 and libxslt for manpage generation.
9f1d112d — Marius Bakke 8 years ago
Merge branch 'master' into staging
cb1e0cfc — Marius Bakke 8 years ago
gnu: samba: Install manual pages.

* gnu/packages/samba.scm (samba)[arguments]<#:phases>: Add
'locate-docbook-stylesheets' phase.
[native-inputs]: Add DOCBOOK-XSL and LIBXSLT.
eb52d637 — Marius Bakke 8 years ago
gnu: tklib: Fix typo.

This is a follow-up to commit 1966481fe306691d9fad7dda0da6143f93055cae.

* gnu/packages/tcl.scm (tklib)[description]: Fix Texinfo markup.
21e5eb4e — Marius Bakke 8 years ago
gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].

* gnu/packages/fontutils.scm (potrace): Update to 1.15.
29591fc4 — Marius Bakke 8 years ago
gnu: e2fsprogs: Update to 1.43.6.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.6.
a0604c21 — Marius Bakke 8 years ago
gnu: powertop: Update to 2.9.

* gnu/packages/linux.scm (powertop): Update to 2.9.
[source]: Adjust URI.
2b2c24ed — Marius Bakke 8 years ago
gnu: lftp: Update to 4.8.2.

* gnu/packages/ftp.scm (lftp): Update to 4.8.2.
b1e4c0fa — Marius Bakke 8 years ago
gnu: pulseview: Build with modular Qt.

* gnu/packages/electronics.scm (pulseview)[inputs]: Remove QT.  Add QTBASE and QTSVG.
958be7a4 — Maxim Cournoyer 8 years ago
gnu: tklib: Add missing closing brace.

Fixes <http://bugs.gnu.org/28624>.
Reported by Jelle Licht <wordempire@gmail.com>

* gnu/packages/tcl.scm (tklib): Add closing brace.
31ec5228 — Efraim Flashner 8 years ago
gnu: lilypond: Fix fontforge detection.

* gnu/packages/music.scm (lilypond)[arguments]: Adjust fontforge
detection algorithm to allow for SOURCE_DATE_EPOCH in fontforge's build.
a9925374 — Tobias Geerinckx-Rice 8 years ago
gnu: git: Update to 2.14.2.

* gnu/packages/version-control.scm (git): Update to 2.14.2.
e2937a55 — Tobias Geerinckx-Rice 8 years ago
gnu: btrfs-progs: Update to 4.13.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.1.
[inputs]: Add zstd.
ea1cd554 — Mohammed Sadiq 8 years ago
build-system: meson: Fix typo in variable name.

* guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.
1966481f — Danny Milosavljevic 8 years ago
gnu: Add tklib.

* gnu/packages/tcl.scm (tklib): New variable.
326f6ef1 — Jan Nieuwenhuizen 8 years ago
services: cuirass: Add host option.

* gnu/services/cuirass.scm (<cuirass-configuration>): Add host option.
(cuirass-shepherd-service): Pass host option.
* doc/guix.texi (Continuous Integration): Document it.
a928ed47 — Jan Nieuwenhuizen 8 years ago
gnu: cuirass: Update development snapshot.

* gnu/packages/ci.scm (cuirass): Update to commit 87ad259.
373cda6a — Leo Famulari 8 years ago
gnu: libunwind: Update to 1.2.1.

* gnu/packages/libunwind.scm (libunwind): Upate to 1.2.1.
[source]: Remove 'libunwind-CVE-2015-3239.patch'.
* gnu/packages/patches/libunwind-CVE-2015-3239.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
8fd92e03 — Arun Isaac 8 years ago
gnu: Add uim, uim-gtk and uim-qt.

* gnu/packages/xorg.scm (uim, uim-gtk, uim-qt): New variables.
945a8fc2 — Ludovic Courtès 8 years ago
tests: install: Switch to modifying the gc-root-service-type.

Fixes <https://bugs.gnu.org/28600>.
Fixes a regression introduced in
4e854b1814a9216ae7cc90aef4d82fd989a519c3.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/tests/install.scm (operating-system-with-gc-roots): Use
'simple-service' to extend GC-ROOT-SERVICE-TYPE instead of instantiating
it.
Next