unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu/packages: Remove trailing periods in some synopses.
Date: Tue, 22 Jul 2014 01:51:58 +0200	[thread overview]
Message-ID: <1405986718-26208-3-git-send-email-tipecaml@gmail.com> (raw)
In-Reply-To: <1405986718-26208-1-git-send-email-tipecaml@gmail.com>

* gnu/packages/fontutils.scm (fontconfig): remove trailing period in synopsis.
* gnu/packages/gnome.scm (gtkglext): Ditto.
* gnu/packages/lua.scm (lua): Ditto.
* gnu/packages/pdf.scm (xpdf): Ditto.
* gnu/packages/python.scm (python-pytz, python2-pyicu): Ditto.
* gnu/packages/sdl.scm (libmikmod): Ditto.
---
 gnu/packages/fontutils.scm | 4 ++--
 gnu/packages/gnome.scm     | 2 +-
 gnu/packages/lua.scm       | 2 +-
 gnu/packages/pdf.scm       | 2 +-
 gnu/packages/python.scm    | 4 ++--
 gnu/packages/sdl.scm       | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index d17843e..055f94b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -87,7 +87,7 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
               (string-append "--with-add-fonts="
                              (assoc-ref %build-inputs "gs-fonts")
                              "/share/fonts"))))
-   (synopsis "Fontconfig, a library for configuring and customising font access.")
+   (synopsis "Fontconfig, a library for configuring and customising font access")
    (description
     "Fontconfig can discover new fonts when installed automatically;
 perform font name substitution, so that appropriate alternative fonts can
@@ -118,7 +118,7 @@ high quality, anti-aliased and subpixel rendered text on a display.")
     `(#:tests? #f ; no test target
       #:make-flags
       '("without_doc")))
-   (synopsis "T1lib, a library for generating bitmaps from type 1 fonts.")
+   (synopsis "T1lib, a library for generating bitmaps from type 1 fonts")
    (description
     "T1lib is a library for generating/rasterising bitmaps from Type 1 fonts.
 It is based on the code of the X11 rasteriser of the X11 project.
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 893c3e8..043fd1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -483,7 +483,7 @@ the API")
                      ("glib" ,glib "bin")))
     (propagated-inputs `(("pangox-compat" ,pangox-compat)))
     (home-page "https://projects.gnome.org/gtkglext")
-    (synopsis "OpenGL extension to GTK+.")
+    (synopsis "OpenGL extension to GTK+")
     (description "GtkGLExt is an OpenGL extension to GTK+. It provides
 additional GDK objects which support OpenGL rendering in GTK+ and GtkWidget
 API add-ons to make GTK+ widgets OpenGL-capable.")
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index a85c120..84d32a0 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -57,7 +57,7 @@
                                                      "/share/man/man1")))))
                   (alist-delete 'configure %standard-phases)))))
     (home-page "http://www.lua.org/")
-    (synopsis "An embeddable scripting language.")
+    (synopsis "An embeddable scripting language")
     (description
      "Lua is a powerful, fast, lightweight, embeddable scripting language.  Lua
 combines simple procedural syntax with powerful data description constructs
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 73c5f06..bbdc2cb 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -121,7 +121,7 @@
                  (string-append gs-fonts "/share/fonts/type1/ghostscript"))
                 (("#fontFile") "fontFile"))))
         %standard-phases)))
-   (synopsis "Viewer for pdf files based on the Motif toolkit.")
+   (synopsis "Viewer for pdf files based on the Motif toolkit")
    (description
     "Xpdf is a viewer for Portable Document Format (PDF) files")
    (license license:gpl3) ; or gpl2, but not gpl2+
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 641a5df..8a5ca87 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -256,7 +256,7 @@ data types.")
     (build-system python-build-system)
     (arguments `(#:tests? #f)) ; no test target
     (home-page "https://launchpad.net/pytz")
-    (synopsis "The Python timezone library.")
+    (synopsis "The Python timezone library")
     (description
      "This library allows accurate and cross platform timezone calculations
 using Python 2.4 or higher and provides access to the Olson timezone database.")
@@ -715,7 +715,7 @@ Python 3.3+.")
        #:tests? #f)) ; no check target
     (home-page "http://pyicu.osafoundation.org/")
     (synopsis
-     "Python extension wrapping the ICU C++ API.")
+     "Python extension wrapping the ICU C++ API")
     (description
      "PyICU is a python extension wrapping the ICU C++ API.")
     (license x11)))
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 110cf52..02e9c29 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -104,7 +104,7 @@ joystick, and graphics hardware.")
     (build-system gnu-build-system)
     (inputs `(("alsa-lib" ,alsa-lib)
               ("libx11" ,libx11)))
-    (synopsis "Library for module sound formats.")
+    (synopsis "Library for module sound formats")
     (description
      "MikMod is able to play a wide range of module formats, as well as
 digital sound files. It can take advantage of particular features of your
-- 
1.8.4.rc3

  parent reply	other threads:[~2014-07-22  0:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-21 23:51 [PATCH 0/2] Add "guix lint" Cyril Roelandt
2014-07-21 23:51 ` [PATCH 1/2] scripts: add guix lint Cyril Roelandt
2014-07-22  9:03   ` Ludovic Courtès
2014-07-22 13:38     ` Ludovic Courtès
2014-07-22 14:31     ` Eric Bavier
2014-07-22 15:26       ` Ludovic Courtès
2014-08-25  1:52     ` [PATCH] " Cyril Roelandt
2014-08-25 22:44       ` Ludovic Courtès
2014-09-01  0:39         ` [PATCH 1/2] Move specification->package to gnu/packages.scm Cyril Roelandt
2014-09-01  0:39           ` [PATCH 2/2] scripts: add guix lint Cyril Roelandt
2014-09-01 21:19             ` Ludovic Courtès
2014-09-01  8:55           ` [PATCH 1/2] Move specification->package to gnu/packages.scm Ludovic Courtès
2014-07-21 23:51 ` Cyril Roelandt [this message]
2014-07-22 19:27 ` [PATCH 0/2] Add "guix lint" Andreas Enge
2014-07-22 20:25   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405986718-26208-3-git-send-email-tipecaml@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).