From 7c125ce02384cff462a3ed84ac77153921e1c2a5 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 16 Jul 2015 12:14:13 +0300 Subject: gnu packages: Avoid description lines with leading "(". * gnu/packages/curl.scm (curl): Reformat description to avoid a line beginning with "(" because such lines break font-lock highlighting in Emacs. * gnu/packages/flashing-tools.scm (dfu-programmer): Likewise. * gnu/packages/games.scm (gnugo): Likewise. * gnu/packages/gnome.scm (json-glib): Likewise. * gnu/packages/image.scm (jbig2dec): Likewise. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/pdf.scm (mupdf): Likewise. * gnu/packages/web.scm (perl-encode-locale): Likewise. * gnu/packages/wordnet.scm (wordnet): Likewise. * gnu/packages/xml.scm (libxml2):Likewise. --- gnu/packages/gnome.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0ae7c252ad..c3a6c5dc9a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1778,11 +1778,12 @@ (define-public json-glib `(("glib" ,glib))) ;according to json-glib-1.0.pc (home-page "https://wiki.gnome.org/Projects/JsonGlib") (synopsis "Compiler for the GObject type system") - (description "JSON-GLib is a C library based on GLib providing -serialization and deserialization support for the JavaScript Object Notation -(JSON) format described by RFC 4627. It provides parser and generator -GObject classes and various wrappers for the complex data types employed by -JSON, such as arrays and objects.") + (description + "JSON-GLib is a C library based on GLib providing serialization and +deserialization support for the JavaScript Object Notation (JSON) format +described by RFC 4627. It provides parser and generator GObject classes and +various wrappers for the complex data types employed by JSON, such as arrays +and objects.") (license license:lgpl2.1+))) (define-public libxklavier -- cgit v1.2.3