~ruther/guix-local

4eadc8b9 — Danny Milosavljevic 8 years ago
gnu: Add python-swagger-spec-validator.

* gnu/packages/python.scm (python-swagger-spec-validator,
python2-swagger-spec-validator): New variables.
d0306208 — Rutger Helling 8 years ago
gnu: wine: Update to 2.10.

* gnu/packages/wine.scm (wine): Update to 2.10.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu: libgxps: Add "/" before name in source URL.

* gnu/packages/gnome.scm (libgxps)[source]: Add "/".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
afd9ed5c — Efraim Flashner 8 years ago
gnu: avidemux: Limit supported architectures.

* gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit
to x86_64, i686 and armhf.
a81cae38 — Danny Milosavljevic 8 years ago
file-systems: Provide string->ext*-uuid, string->btrfs-uuid.

* gnu/build/file-systems.scm (string->ext2-uuid, string->ext3-uuid,
string->ext4-uuid, string->btrfs-uuid): New variables.  Export them.
fcf08b32 — Mathieu Othacehe 8 years ago
bootloader: Fix rebase error on f96752e commit.

* gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to
  bootloader-name.
f96752e3 — Mathieu Othacehe 8 years ago
bootloader: Rename boot-name to bootloader-name.

* gnu/system (<boot-parameters>)[boot-name]: Rename field to...
[bootloader-name]: ... this.  Adjust users.
* gnu/scripts/system.scm: Adjust accordingly.
9a096881 — Kei Kebreau 8 years ago
gnu: evince: Enable XPS document support.

* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
94e10cf4 — Kei Kebreau 8 years ago
gnu: Add libgxps.

* gnu/packages/gnome.scm (libgxps): New variable.
8caf5bac — Marius Bakke 8 years ago
gnu: xf86-video-openchrome: Update to 0.6.0.

* gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.6.0.
bddcaf76 — Marius Bakke 8 years ago
gnu: xf86-video-ati: Update to 7.9.0.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.9.0.
b6344081 — Marius Bakke 8 years ago
gnu: slop: Update to 6.3.43.

* gnu/packages/xdisorg.scm (slop): Update to 6.3.43.
b2193c35 — Marius Bakke 8 years ago
gnu: xclip: Update to 0.13.

Yet another GitHub casualty. See: https://sourceforge.net/projects/xclip/

* gnu/packages/xdisorg.scm (xclip): Update to 0.13.
[source, home-page]: Change to new home.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
[arguments]: Add "bootstrap" phase.
gnu: Add smu.

* gnu/packages/markup.scm (smu): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Rename (gnu packages markdown) to (gnu packages markup).

* gnu/packages/markdown.scm: Rename this ...
* gnu/packages/markup.scm: ... to this.
* gnu-system.am (GNU_SYSTEM_MODULES): Change markdown.scm to markup.scm.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
0866dd46 — Marius Bakke 8 years ago
gnu: capnproto: Update to 0.6.1.

* gnu/packages/serialization.scm (capnproto): Update to 0.6.1.
ad27449e — Marius Bakke 8 years ago
gnu: ffmpeg: Update to 3.3.2.

* gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
e6ad9bda — Marius Bakke 8 years ago
gnu: p11-kit: Update to 0.23.7.

Newer releases are only available on GitHub. See release announcements:
https://lists.freedesktop.org/archives/p11-glue/2017-June/000661.html

* gnu/packages/tls.scm (p11-kit): Update to 0.23.7.
[source]: Remove obsolete substitution.
b22cdf0c — 宋文武 8 years ago
gnu: python-paramiko: Update to 2.1.2.

* gnu/packages.scm (python-paramiko, python2-paramiko):
Update to 2.1.2.  Enable tests.
bb7cf4f5 — Danny Milosavljevic 8 years ago
file-systems: Provide string->iso9660-uuid.

* gnu/build/file-systems.scm (string->iso9660-uuid): New variable.  Export it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Next