~ruther/guix-local

52323f32 — Eric Dvorsak 10 years ago
gnu: Add python-ccm.

* gnu/packages/python.scm (python-ccm, python2-ccm): New variables.

Signed-off-by: Alex Kost <alezost@gmail.com>
345f0611 — Eric Dvorsak 10 years ago
gnu: Add python2-pycrypto.

* gnu/packages/python.scm (python2-pycrypto): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
99e29da1 — Mark H Weaver 10 years ago
gnu: expat: Add fix for CVE-2015-1283.

* gnu/packages/patches/expat-CVE-2015-1283.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (expat)[source]: Add patch.
8c454dcd — Ricardo Wurmus 11 years ago
gnu: Add Klick.

* gnu/packages/music.scm (klick): New variable.
7ef4119f — Mark H Weaver 10 years ago
gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158.

* gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch,
  gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch,
  gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch,
  gnu/packages/patches/qemu-CVE-2015-5158.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
bae87762 — Mathieu Lirzin 10 years ago
gnu: Move markdown to (gnu packages markdown).

* gnu/packages/textutils.scm (markdown): Move to ...
* gnu/packages/markdown.scm (markdown): ... here.
44a477e1 — Andreas Enge 10 years ago
gnu: liblxqt: Fix build with Qt 5.5.

* gnu/packages/patches/liblxqt-include.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
6cef1b9b — Andreas Enge 10 years ago
gnu: libqtxdg: Update to 1.2.0.

* gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0.
  [arguments]: Enable test builds.
cac8bc38 — Mark H Weaver 10 years ago
gnu: Add newt.

* gnu/packages/slang.scm (newt): New variable.
5df2316d — Mark H Weaver 10 years ago
gnu: Add ethtool.

* gnu/packages/networking.scm (ethtool): New variable.
a2b2aebe — Mark H Weaver 10 years ago
gnu: Add libndp.

* gnu/packages/networking.scm (libndp): New variable.
3dc8828f — 宋文武 10 years ago
gnu: Add GVFS.

* gnu/packages/gnome.scm (gvfs): New variable.
cff77d48 — 宋文武 10 years ago
gnu: libmtp: Propagate inputs.

* gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
35a12b47 — Mark H Weaver 10 years ago
gnu: ghostscript: Add fix for CVE-2015-3228.

* gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
6d7a0eed — Ricardo Wurmus 11 years ago
gnu: icedtea7: Update to 2.6.1.

* gnu/packages/java.scm (icedtea7): Update to 2.6.1.
f7fb0ccb — Andreas Enge 10 years ago
gnu: qt: Update to 5.5.0.

* gnu/packages/qt.scm (qt): Update to 5.5.0. Update download location.
  Drop patch and snippet.
  [arguments]: Add configure flag to drop qtwebengine module bundling
  chromium.
  [native-inputs]: Drop ninja, needed only for qtwebengine.
  [inputs]: Add harfbuzz to avoid use of bundled copy.
  (qt-4)[inputs]: Remove inherited harfbuzz again.
* gnu/packages/patches/qt5-conflicting-typedefs.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
* gnu/packages/patches/qt5-runpath.patch: Adapt patch.
b8050e71 — Christine Lemmer-Webber 11 years ago
gnu: Add pelican.

* gnu/packages/python.scm (pelican): New variable.
59ad30e3 — Christine Lemmer-Webber 11 years ago
gnu: Add python-blinker.

* gnu/packages/python.scm (python-blinker, python2-blinker): New variables.
e727ed6a — Ricardo Wurmus 10 years ago
gnu: ntk: Add missing license import.

* gnu/packages/fltk.scm: Import lgpl2.0+ license.
bcbc02fd — Ricardo Wurmus 11 years ago
gnu: portaudio: Build with jack-1.

* gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with "jack-1".
Next