~ruther/guix-local

0938cd27 — Alex Sassmannshausen 12 years ago
list-packages: Tidying and refactoring in preparation for substantive changes.

* build-aux/list-packages.scm (package->sxml)[license, status]: Add
  title for <a> element.
  Add alt and title for gnu-logo <img> element.  Add title to package
  website <a> element.
  (packages->sxml): Wrap <div id="intro"> intro paragraph in <p> element.
  Add table header row to <table id="packages">
  Add <a> back to top of the page beneath table.
  (insert-css, insert-js): New procedures.
  (list-packages): Move JavaScript to 'insert-js', and CSS to 'insert-css'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8bdf5241 — Alex Sassmannshausen 12 years ago
list-packages: Centralise CSS styling in <head>.

* build-aux/list-packages.scm (package-logo): Assign class of
  'package-description' to package synopsis div; 'package-logo'.  Move inline
  CSS where possible.
  (packages->sxml): Assign id of 'intro' to intro div, 'packages' to the
  table. Move inline CSS.
  (list-packages): Create new <style> section, containing all inline CSS.
  Move JavaScript <script> section to above banner include to place it in
  <head>.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1af63b79 — Ludovic Courtès 12 years ago
Update `eo.po'.
25352fe1 — Andreas Enge 12 years ago
gnu: Add ripperX.

* gnu/packages/mp3.scm (ripperx): New variable.
* gnu/packages/patches/ripperx-libm.patch: New file.
* gnu-system.am (dist_patch_DATA): Add patch.
6bfc16d9 — Andreas Enge 12 years ago
gnu: Add cdparanoia.

* gnu/packages/cdrom.scm (cdparanoia): New variable.
* gnu/packages/patches/cdparanoia-fpic.patch: New file.
* gnu-system.am: Add patch.
2ae92cbc — Andreas Enge 12 years ago
gnu: Add lame.

* gnu/packages/mp3.scm (lame): New variable.
fd89b36b — Andreas Enge 12 years ago
gnu: texlive: Update to 2013.

* gnu/packages/texlive.scm (texlive): Update to 2013.
755693a4 — Andreas Enge 12 years ago
gnu: xorg: Install fonts into package output instead of into font-util.

* gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi, font-misc-misc,
    font-schumacher-misc): Add configure flag to modify FONTROOTDIR.
9c2ecede — Andreas Enge 12 years ago
gnu: fontconfig: Update to 2.10.93.

* gnu/packages/fontutils.scm (fontconfig): Update to 2.10.93.
2e77dc30 — Andreas Enge 12 years ago
gnu: harfbuzz: Update to 0.9.19.

* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.19.
9c68798d — Andreas Enge 12 years ago
gnu: mpfrcx: Update to 0.4.2.

* gnu/packages/algebra.scm (mpfrcx): Update to 0.4.2.
5a15ed50 — Andreas Enge 12 years ago
gnu: fplll: Update to 4.0.4.

* gnu/packages/algebra.scm (fplll): Update to 4.0.4.
7abe1965 — Andreas Enge 12 years ago
gnu: emacs: Use gtk+.

* gnu/packages/emacs.scm (emacs): Enable input gtk+ instead of libXaw.
0ceea4f3 — Andreas Enge 12 years ago
gnu: fontconfig: Look for fonts in user profile.

* gnu/packages/fontutils.scm (fontconfig): Add configure flag.
0327ced2 — Andreas Enge 12 years ago
gnu: gtk+: Synchronise description with GSRC.

* gnu/packages/gtk.scm (gtk+): Modify description.
2b24faa2 — Andreas Enge 12 years ago
gnu: Rename "libapr" to "apr" and "libaprutil" to "apr-util".

* gnu/packages/apr.scm: Rename file from libapr.scm.
* gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file
    from libapr-skip-getservbyname-test.patch.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr.
* gnu-system.am (dist_patch_DATA): Rename patch file.
* gnu/packages/apr.scm (apr): Rename from libapr.
* gnu/packages/apr.scm (apr-util): Rename from libaprutil, change
    input name.
* gnu/packages/version-control.scm (subversion): Change input name.
75c6fd43 — Ludovic Courtès 12 years ago
gnu: Add Xnee.

* gnu/packages/xnee.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
7c80a8b6 — Ludovic Courtès 12 years ago
gnu: ddrescue: Update to 1.17.

* gnu/packages/ddrescue.scm (ddrescue): Update to 1.17.  Add lzip as a
  native input.
0f323dad — Ludovic Courtès 12 years ago
gnu: Add lzip.

* gnu/packages/compression.scm (lzip): New variable.
3dfd7cef — Ludovic Courtès 12 years ago
Update `TODO'.
Next