[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] gnu/packages: Remove trailing periods in some synopses.
From: |
Cyril Roelandt |
Subject: |
[PATCH 2/2] gnu/packages: Remove trailing periods in some synopses. |
Date: |
Tue, 22 Jul 2014 01:51:58 +0200 |
* 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