~ruther/guix-local

36160ebb — Eric Bavier 11 years ago
gnu: conkeror: install conkeror-spawn-helper.

* gnu/packages/conkeror.scm (conkeror)[build-system]: Change to
  gnu-build-system.  Adjust arguments accordingly.
  [inputs]: Remove now-implicit bash.
  [native-inputs]: Remove now-implicit tar and gzip.
  [description]: Fix two-space-after-end-of-sentence.  Remove comment
  about separate conkeror-spawn-process-helper package.
be3425e5 — Federico Beffa 11 years ago
gnu: Add the 'glib-or-gtk' build system.

* guix/build-system/glib-or-gtk.scm, guix/build/glib-or-gtk-build-system.scm:
  New files.
* Makefile.am (MODULES): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fb59e275 — Ludovic Courtès 11 years ago
derivations: Add 'graft-derivation'.

* guix/derivations.scm (graft-derivation): New procedure.
* guix/build/graft.scm: New file.
* Makefile.am (MODULES): Add it.
* tests/derivations.scm ("graft-derivation"): New test.
3c762a13 — Cyril Roelandt 11 years ago
guix lint: make sure synopses do not start with the package name.

* guix/scripts/lint.scm (check-start-with-package-name): New method.
* tests/lint.scm ("synopsis: start with package name"): New test.
a00ffdaa — Cyril Roelandt 11 years ago
guix lint: Make sure a synopsis cannot start with a lower-case article.

* guix/scripts/lint.scm (check-start-article): use "string-ci=?" instead of
  "string=?".
* tests/lint.scm ("synopsis: starts with 'a'",
  "synopsis: starts with 'an'"): New tests.
8202a513 — Cyril Roelandt 11 years ago
guix lint: check whether descriptions and synopses start with an upper-case letter.

* guix/scripts/lint.scm (check-description-style,
  check-synopsis-start-upper-case): New methods.
* tests/lint.scm ("description: does not start with an upper-case letter",
  "synopsis: does not start with an upper-case letter"): New tests.
5622953d — Cyril Roelandt 11 years ago
guix lint: Make sure synopses are not too long.

* guix/scripts/lint.scm (check-synopsis-length): New procedure.
* tests/lint.scm ("synopsis: too long"): New test.
90d104ba — Cyril Roelandt 11 years ago
guix lint: make sure check-patches retrieves patch names.

* guix/lint (check-patches): Test the output of origin-patches.
0c115d8c — Eric Bavier 11 years ago
gnu: Add fontforge.

* gnu/packages/fontutils.scm (fontforge): New variable.
f945bf06 — Eric Bavier 11 years ago
gnu: Add libuninameslist.

* gnu/packages/fontutils.scm (libuninameslist): New variable.
5277dbb0 — Eric Bavier 11 years ago
gnu: Add libspiro.

* gnu/packages/fontutils.scm (libspiro): New variable.
ee69f85c — Eric Bavier 11 years ago
gnu: Add potrace.

* gnu/packages/fontutils.scm (potrace): New variable.
fa0c1d61 — Ludovic Courtès 11 years ago
services: Add '%facebook-host-aliases'.

* gnu/services/networking.scm (%facebook-host-aliases): New variable.
* doc/guix.texi (Networking Services): Document it.
568841d4 — Ludovic Courtès 11 years ago
system: Export 'local-host-aliases'.

* gnu/system.scm (local-host-aliases): New procedure.
  (default-/etc/hosts): Use it.
c28ba7aa — John Darrington 11 years ago
gnu: boost: Add zlib to the inputs.

* gnu/packages/boost.scm (boost): Add zlib to inputs.
eb564fc3 — Ludovic Courtès 11 years ago
gnu: eudev: Really update to 1.10.

* gnu/packages/linux.scm (eudev)[version]: Fix typo.
  [source]: Add 'snippet'.
cb90e7e0 — Mark H Weaver 11 years ago
gnu: mupdf: Update to 1.6.

* gnu/packages/pdf.scm (mupdf): Update to 1.6.
235c4ec3 — Mark H Weaver 11 years ago
gnu: mupdf: Use a source URL where older versions remain available.

* gnu/packages/pdf.scm (mupdf)[source]: Download from the archive
  subdirectory, where both old and new versions are kept.
2de52589 — Jason Self 11 years ago
gnu: eudev: Update to 1.10.

* gnu/packages/linux.scm (eudev): Update to version 1.10.
80059f54 — John Darrington 11 years ago
gnu: clucene: Enable the contrib-libs.

* gnu/packages/rdf.scm (clucene): Enable the contribs-lib directory.
Next