Some description fixes
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
This commit is contained in:
@@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
||||
patches = [./config.patch ./laylex.patch];
|
||||
buildInputs = [x11 imake gccmakedep libXmu libXpm libXp bison flex];
|
||||
propagatedBuildInputs = [x11 libXmu];
|
||||
|
||||
meta = {
|
||||
description = "3D widget set based on the Athena Widget set";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
||||
NIX_CFLAGS_COMPILE = "-fpic";
|
||||
|
||||
meta = {
|
||||
description = "ATSC A/52 stream decoder";
|
||||
homepage = http://liba52.sourceforge.net/;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,4 +15,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ncurses];
|
||||
inherit ncurses;
|
||||
|
||||
meta = {
|
||||
description = "ASCII art graphics library";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = "--x-includes=${libX11}/include --x-libraries=${libX11}/lib";
|
||||
|
||||
meta = {
|
||||
description = "The Anti-Grain Geometry (AGG) library, a high quality rendering engine for C++";
|
||||
description = "High quality rendering engine for C++";
|
||||
|
||||
longDescription = ''
|
||||
Anti-Grain Geometry (AGG) is an Open Source, free of charge
|
||||
|
||||
@@ -22,9 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = http://activemq.apache.org/;
|
||||
description = ''
|
||||
Messaging and Integration Patterns server written in Java.
|
||||
'';
|
||||
description = "Messaging and Integration Patterns server written in Java";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
# doesn't expand environment variables such as `$HOME'.
|
||||
|
||||
meta = {
|
||||
description = "GNU Aspell, A spell checker for many languages";
|
||||
description = "Spell checker for many languages";
|
||||
homepage = http://aspell.net/;
|
||||
license = "LGPLv2+";
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
postInstall = "rm -rf $out/share/gtk-doc";
|
||||
|
||||
meta = {
|
||||
description = "ATK, the accessibility toolkit";
|
||||
description = "Accessibility toolkit";
|
||||
|
||||
longDescription = ''
|
||||
ATK is the Accessibility Toolkit. It provides a set of generic
|
||||
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library to access Open Collaboration Service providers";
|
||||
description = "Library to access Open Collaboration Service providers";
|
||||
license = "LGPL";
|
||||
maintainers = [ maintainers.sander maintainers.urkud maintainers.phreedom ];
|
||||
inherit (qt4.meta) platforms;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A library for audio labelling";
|
||||
description = "Library for audio labelling";
|
||||
homepage = http://aubio.org/;
|
||||
license = "GPLv2";
|
||||
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library for reading and writing audio files in various formats";
|
||||
description = "Library for reading and writing audio files in various formats";
|
||||
homepage = http://www.68k.org/~michael/audiofile/;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ lovek323 shlevy ];
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Avahi, an mDNS/DNS-SD implementation";
|
||||
description = "mDNS/DNS-SD implementation";
|
||||
homepage = http://avahi.org;
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = "http://tcl.activestate.com/software/tcllib/";
|
||||
description = "The BWidget toolkit is a high-level widget set for Tcl/Tk.";
|
||||
description = "High-level widget set for Tcl/Tk";
|
||||
license = stdenv.lib.licenses.tcltk;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = http://www.cs.wisc.edu/condor/classad/;
|
||||
description = "The Classified Advertisements library provides a generic means for matching resources.";
|
||||
description = "The Classified Advertisements library provides a generic means for matching resources";
|
||||
license = "Apache-2.0";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user