~ruther/guix-local

d495634b — 宋文武 10 years ago
gnu: perl-xml-parser: Update to 2.44.

* gnu/packages/xml.scm (perl-xml-parser): Update to 2.44.
  [homepage]: Adjust accordingly.
e3780200 — 宋文武 10 years ago
gnu: linux-pam: Update to 1.2.1.

* gnu/packages/linux.scm (linux-pam): Update to 1.2.1.
a35b8fc6 — 宋文武 10 years ago
gnu: gtk+: Update to 3.16.6.

* gnu/packages/gtk.scm (gtk+): Update to 3.16.6.
6847247c — 宋文武 10 years ago
gnu: poppler: Update 0.36.0.

* gnu/packages/pdf.scm (poppler): Update to 0.36.0.
f47fbeb2 — 宋文武 10 years ago
build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.

* guix/build-system/glib-or-gtk.scm (default-gtk+): Remove.
  (lower): Adjust accordingly.
* guix/build/glib-or-gtk-build-system.scm (generate-icon-cache): Remove.
  (%standard-phases): Remove 'glib-or-gtk-icon-cache' phase.
a1d5a6f9 — Ludovic Courtès 10 years ago
gnu: libxt: Add "doc" output.

* gnu/packages/xorg.scm (libxt)[outputs, arguments]: New fields.
bac48184 — Ludovic Courtès 10 years ago
gnu: libx11: Add "doc" output.

* gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields.
c6a3635d — Eric Bavier 10 years ago
gnu: perl: Fix autosplitting of 0-time source.

* gnu/packages/patches/perl-autosplit-default-time.patch: New patch.
* gnu/packages/perl.scm (perl): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
9d9847e1 — Ludovic Courtès 10 years ago
gnu: curl: Move man3 pages to "doc" output.

* gnu/packages/curl.scm (curl)[outputs]: New field.
  [arguments]: Add 'move-man3-pages' phase.
5625adfc — Ludovic Courtès 10 years ago
gnu: curl: Use 'modify-phases'.

* gnu/packages/curl.scm (curl)[arguments]: Use 'modify-phases'.
eb55e28c — Mark H Weaver 10 years ago
hydra: Remove cross-builds from armhf-linux to mips64el-linux-gnuabi64.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs]: Modify
  'from-32-to-64?' to include 'armhf-linux' in the set of 32-bit systems.
784d6e91 — Ludovic Courtès 10 years ago
gnu: openssl: Remove run-time dependency on Perl.

This shrinks the closure of OpenSSL from 154 MiB to 73 MiB.

* gnu/packages/patches/openssl-c-rehash.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (openssl)[source]: Use it.
  [arguments]: Add 'remove-miscellany' phase.
* gnu/packages/certs.scm (nss-certs)[native-inputs]: Add PERL.
fe8199a8 — Ludovic Courtès 10 years ago
gnu: openssl: Allow shared objects to be stripped.

* gnu/packages/tls.scm (openssl)[arguments]: Add
  'make-libraries-writable' phase.
4fb254a3 — Ludovic Courtès 10 years ago
gnu: openssl: Install data and documentation to PREFIX/share.

* gnu/packages/tls.scm (openssl)[arguments]: Add 'fix-man-dir' phase.
  Pass --openssldir=PREFIX/share/openssl-VERSION to ./config.
b6cb1358 — Ludovic Courtès 10 years ago
gnu: openssl: Use 'modify-phases'.

* gnu/packages/tls.scm (openssl)[arguments]: Use 'modify-phases'.
6f6eb857 — Ludovic Courtès 10 years ago
gnu: libtiff: Add "doc" output.

* gnu/packages/image.scm (libtiff)[outputs, arguments]: New fields.
c5d8e688 — Ludovic Courtès 10 years ago
gnu: glibc: Patch 'openat64', which was buggy on 32-bit platforms.

* gnu/packages/patches/glibc-o-largefile.patch: New file.
* gnu/packages/base.scm (glibc)[source]: Add it to 'patches'.
* gnu-system.am (dist_patch_DATA): Add it.
140b4bc6 — Mark H Weaver 10 years ago
packages: Build tarballs in sorted order even if tar doesn't support it.

This is a followup to commit 92226a470ddc980e54863632e5b179bf40444bd7.

* guix/packages.scm (patch-and-repack)[build]: Determine if tar supports the
  "--sort=name" option using a run-time test.  If not supported, generate the
  sorted file list with 'find-files' and pass it to tar using "--files-from".
f4ae827e — Mark H Weaver 10 years ago
utils: find-files: Add DIRECTORIES? and FAIL-ON-ERROR? arguments.

* guix/build/utils.scm (find-files): Add DIRECTORIES? and FAIL-ON-ERROR?
  keyword arguments.
f5c0b04b — 宋文武 10 years ago
gnu: poppler: Update to 0.35.0.

* gnu/packages/pdf.scm (poppler): Update to 0.35.0.
Next