~ruther/guix-local

251fbfdd — Cyril Roelandt 12 years ago
list-packages: Remove a useless "colspan" attribute.

* build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
  attribute.
0e5b0f78 — Cyril Roelandt 12 years ago
list-packages: Add an "alt" attribute for the logos.

* build-aux/list-packages.scm (package->sxml): add an alternative text for the
  logos of the packages.
9a9e72d5 — Ludovic Courtès 12 years ago
gnu: Add Shadow.

* gnu/packages/system.scm (shadow): New variable.
c134056a — Ludovic Courtès 12 years ago
gnu: linux-pam: Install headers under $includedir/security.

* gnu/packages/linux.scm (linux-pam): Add `--includedir' configure flag.
10d3ab10 — Ludovic Courtès 12 years ago
gnu: Add GNU Freefont.

* gnu/packages/xorg.scm (freefont-ttf): New variable.
50731c51 — Ludovic Courtès 12 years ago
gnu: Remove QEMU-KVM, which is no longer needed.

* gnu/packages/qemu.scm (qemu-kvm): Remove.
  (qemu): Incorporate parts of QEMU-KVM that used to be inherited.
  (qemu-kvm/smb-shares): Rename to...
  (qemu/smb-shares): ... this.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust
  accordingly.
e928da09 — Ludovic Courtès 12 years ago
gnu: Add Bitstream Vera.

* gnu/packages/xorg.scm (font-bitstream-vera-ttf): New variable.
3b4f21bd — Ludovic Courtès 12 years ago
gnu: Correct name and description of the Luxi font package.

* gnu/packages/xorg.scm (font-bitstream-type1): Rename to...
  (font-luxi-ttf): ... this.  Change name to "font-luxi-ttf".  Adjust
  synopsis and description.
e12b3eb9 — Cyril Roelandt 12 years ago
Make "guix -h" work as "guix --help".

* guix/ui.scm (guix-main): have the same behaviour for the "-h" and "--help"
  options.
1b50671e — Cyril Roelandt 12 years ago
list-packages: remove useless "language" attribute of "script" element

See http://www.w3.org/TR/html5-diff/#changed-attributes for more information.

* build-aux/list-packages.html (insert-js): remove "language" attribute, useless for the
  "script" element.
2ad6bfab — Cyril Roelandt 12 years ago
list-packages: remove deprecated "height" attribute on "td" element.

See http://www.w3.org/TR/html5-diff/#obsolete-attributes for more information.

* build-aux/list-packages.html(package-sxml)[description-id]: remove "height"
  attribute for "td" elements.
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.
Next