~ruther/guix-local

af860475 — Ben Woodcroft 10 years ago
gnu: Add prodigal.

* gnu/packages/bioinformatics.scm (prodigal): New variable.
151714ca — Ricardo Wurmus 10 years ago
gnu: shogun: Build with install RPATH.

* gnu/packages/bioinformatics.scm (shogun)[arguments]: Add configure flag to
  build with install RPATH.
e4fef9df — Ludovic Courtès 10 years ago
gnu: englightenment: Use https URLs.

* gnu/packages/enlightenment.scm (efl, elementary, emotion-generic-players,
  terminology, enlightenment): Use https instead of http since the latter
  redirects to the former.
c4f8a7aa — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.19.5.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.5.
88988b41 — Efraim Flashner 10 years ago
gnu: emotion-generic-loaders: Update to 1.14.0.

* gnu/packages/enlightenment.scm (emotion-generic-loaders): Update
  to 1.14.0.
7b09969b — Efraim Flashner 10 years ago
gnu: evas-generic-loaders: Update to 1.14.0.

* gnu/packages/enlightenment.scm (evas-generic-loaders): Update
  to 1.14.0.
0179686d — Efraim Flashner 10 years ago
gnu: elementary: Update to 1.14.2.

* gnu/packages/enlightenment.scm (elementary): Update to 1.14.2.
7e22d6fe — Efraim Flashner 10 years ago
gnu: efl: Update to 1.14.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.14.2.
022170dc — pjotrp 10 years ago
gnu: Add ruby-rake-compiler.

* gnu/packages/ruby.scm (ruby-rake-compiler): New variable.
80e907fe — Ricardo Wurmus 10 years ago
gnu: eigen: Update to 3.2.5.

* gnu/packages/algebra.scm (eigen): Update to 3.2.5.
4463c0d2 — Mark H Weaver 10 years ago
gnu: icecat: Fix CVE-2015-{2722,2724,2728,2733,2735,2736,2738,2739,2740,2743}.

* gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch,
  gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2735.patch,
  gnu/packages/patches/icecat-CVE-2015-2736.patch,
  gnu/packages/patches/icecat-CVE-2015-2738.patch,
  gnu/packages/patches/icecat-CVE-2015-2739.patch,
  gnu/packages/patches/icecat-CVE-2015-2740.patch,
  gnu/packages/patches/icecat-CVE-2015-2743.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
4cd86f5d — Alex Kost 10 years ago
Add '.mailmap'.

* .mailmap: New file.
e7c48ee9 — Alex Kost 10 years ago
Clean up 'THANKS' and 'AUTHORS'.

* THANKS: Add Konrad Hinsen, Cyprien Nicolas, Yakkala Yagnesh Raghava
  and Alexander Shendi.  Remove Federico Beffa, Marek Benc, John
  Darrington, rekado, Cyrill Schenkel and Andy Wingo because they are
  placed in AUTHORS.  Move Amirouche Boubekki and Alex Kost to ...
* AUTHORS: ... here.  Add Arne Babenhauserheide, Ian Denhardt, Kevin
  Lemonnier, Mathieu Lirzin, Pierre-Antoine Rault and Ben Woodcroft.
  Fix some names and emails.
257b6c43 — Andreas Enge 10 years ago
gnu: unrtf: Fix download location.

* gnu/packages/unrtf.scm (unrtf): Fix download location.
b05d1c68 — Ricardo Wurmus 10 years ago
gnu: r: Replace "atlas" with "openblas".

* gnu/packages/statistics.scm (r)[inputs]: Replace "atlas" with "openblas".
606c6380 — Ludovic Courtès 10 years ago
gnu: gnutls: Move man3 pages to "doc" output.

* gnu/packages/gnutls.scm (gnutls)[arguments]: Add #:phases.
4b0f2ef7 — Ludovic Courtès 10 years ago
gnu: qt-4: Remove reference from "out" to "doc".

* gnu/packages/qt.scm (qt-4)[arguments]: Remove '-docdir' configure flag.
  Add 'move-doc' phase.
ff1989a5 — Ludovic Courtès 10 years ago
gnu: qt-4: Use a more standard directory layout.

* gnu/packages/qt.scm (qt-4)[arguments]: Pass -datadir, -importdir,
  -plugindir, and -translationdir.
cba632c4 — Ludovic Courtès 10 years ago
gnu: qt-4: Use 'modify-phases'.

* gnu/packages/qt.scm (qt-4)[arguments]: Use 'modify-phases' instead of
  'alist-replace'.
ef2f51a4 — Ludovic Courtès 10 years ago
gnu: cups-filter: Install backends and filters under lib/cups.

This ensures that they are stripped during the 'strip' phase, thereby removing
references to GCC and linux-libre-headers that would otherwise be found in
debugging symbols.

* gnu/packages/cups.scm (cups-filters)[source]: Change pkgbackenddir and
  pkgfilterdir to $(PREFIX)/lib/cups/{filter,backend}.
  (cups)[arguments]: Adjust accordingly.
Next