~ruther/guix-local

bd05ea41 — 宋文武 9 years ago
gnu: gtksourceview-2: Adjust inputs.

Fixes <https://debbugs.gnu.org/25537>.

* gnu/packages/gtk.scm (gtksourceview-2): Move 'shared-mime-info' and
'xorg-server' to 'native-inputs'.  Move 'gtk+-2' to 'propagated-inputs'.
2429dde5 — Muriithi Frederick Muriuki 9 years ago
gnu: Add ldc@1.1.0-beta6.

* gnu/packages/ldc.scm (ldc-1.1.0-beta6, ldc-beta): New variables.
* gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch: New file.
* gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b45dbfc9 — Carlo Zancanaro 9 years ago
tests: Adjust pypi test to recent importer change.

This is a followup to 2f977d92d3ae517788d3dee98f63680ca149aa1a.

* tests/pypi.scm ("pypi->guix-package"): Don't expect 'python-setuptools' in
'propagated-inputs'.
("pypi->guix-package, wheels"): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4a780bdf — Ludovic Courtès 9 years ago
doc: Add missing Upstart command for the binary installation.

Fixes <http://bugs.gnu.org/25551>.
Reported by Jason Self <jason@bluehome.net>.

* doc/guix.texi (Binary Installation): Add 'initctl
reload-configuration' command for Upstart.
de322a5d — Ludovic Courtès 9 years ago
doc: Add 'cups-configuration' example with 'hplip'.

* doc/guix.texi (Printing Services): Add example with 'hplip'.
3b0fcc67 — Ludovic Courtès 9 years ago
packages: Add 'package-upstream-name' and use it.

* guix/packages.scm (package-upstream-name): New procedure.
* guix/gnu-maintenance.scm (gnu-package?, ftp-server/directory)
(latest-release*, latest-gnome-release)
(latest-kde-release): Use it instead of the inline expression.
21f4a7c1 — Ludovic Courtès 9 years ago
import: github: Better tolerate unexpected file extensions.

* guix/import/github.scm (find-extension): Add ".tbz".
(updated-github-url): When 'find-extension' returns #f, use "" for EXT.
6715e1ff — Ludovic Courtès 9 years ago
gnu-maintenance: 'gnu-package?' ignores invalid URLs.

* guix/gnu-maintenance.scm (gnu-package?)[gnu-home-page?]: Add '>>'
threading macro and use it.
38cb4766 — Ludovic Courtès 9 years ago
gnu: emacs-emms: Add 'upstream-name' property.

* gnu/packages/emacs.scm (emms)[properties]: New field.
2e2cf9a3 — Ludovic Courtès 9 years ago
gnu-maintenance: GNU updater handles gnu.org-hosted Emacs packages.

* guix/gnu-maintenance.scm (pure-gnu-package?): If an "emacs-" package
matches 'gnu-hosted?', return true.
(gnu-hosted?): New procedure.
b03218d5 — Ludovic Courtès 9 years ago
gnu-maintenance: Honor 'upstream-name' property in GNU updater.

* guix/gnu-maintenance.scm (gnu-package?): Honor the 'usptream-name'
property of PACKAGE.
(ftp-server/directory): Likewise.
d61b2482 — Tobias Geerinckx-Rice 9 years ago
gnu: offlineimap: Update to 7.0.13.

* gnu/packages/mail.scm (offlineimap): Update to 7.0.13.
eb714a10 — Tobias Geerinckx-Rice 9 years ago
gnu: btrfs-progs: Update to 4.9.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.9.1.
a74b4976 — nikita 9 years ago
Update .mailmap entries for ng0.

* .mailmap: Update entries for ng0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
43337a73 — Ricardo Wurmus 9 years ago
gnu: extremetuxracer: Update to 0.7.4.

* gnu/packages/games.scm (extremetuxracer): Update to 0.7.4.
88dbf70f — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.9.6.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.6.
e1157d69 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.45.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.45.
cda0ef04 — Troy Sankey 9 years ago
gnu: pius: Update to 2.2.3.

* gnu/packages/gnupg.scm (pius): Update to 2.2.3.
[source]: Switch back to using the tarball release.
[arguments]: End 'set-gpg-file-name' phase on #t.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
95757d89 — Carlo Zancanaro 9 years ago
gnu: kakoune: Move reproducibility substitution to source snippet.

* gnu/packages/text-editors.scm (kakoune)[arguments]: Move substitution to ...
[source]: ... here.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
70852355 — Leo Famulari 9 years ago
gnu: openssl-next: Update to 1.1.0d [fixes CVE-2017-{3730, 3731, 3732}].

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0d.

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