gnustep: fixup descriptions, remove punctuation

This is based on @joachifm's review. Reworded description in each of
GNUstep's attributes.
This commit is contained in:
Matthew Bauer 2016-07-11 20:00:49 +00:00
parent f541715057
commit a8befcb796
8 changed files with 8 additions and 8 deletions

View file

@ -17,6 +17,6 @@ gsmakeDerivation {
};
buildInputs = [ cairo base gui freetype pkgconfig x11 ];
meta = {
description = "GNUstep-back is a generic backend for GNUstep.";
description = "A generic backend for GNUstep";
};
}

View file

@ -33,6 +33,6 @@ gsmakeDerivation {
];
patches = [ ./fixup-paths.patch ];
meta = {
description = "GNUstep-base is an implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa.";
description = "An implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa";
};
}

View file

@ -12,6 +12,6 @@ gsmakeDerivation {
buildInputs = [ base back gui ];
meta = {
description = "Gorm stands for Graphical Object Relationship Modeller and is an easy-to-use interface designer for GNUstep";
description = "Graphical Object Relationship Modeller is an easy-to-use interface designer for GNUstep";
};
}

View file

@ -11,6 +11,6 @@ gsmakeDerivation {
buildInputs = [ base ];
patches = [ ./fixup-all.patch ];
meta = {
description = "GNUstep-gui is a GUI class library of GNUstep.";
description = "A GUI class library of GNUstep";
};
}

View file

@ -19,6 +19,6 @@ gsmakeDerivation {
buildInputs = [ back base gui system_preferences ];
configureFlags = [ "--with-inotify" ];
meta = {
description = "GWorkspace is a workspace manager for GNUstep";
description = "A workspace manager for GNUstep";
};
}

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
patches = [ ./fixup-paths.patch ];
setupHook = ./setup-hook.sh;
meta = {
description = "GNUstep-make is a build manager for GNUstep.";
description = "A build manager for GNUstep";
homepage = http://gnustep.org/;

View file

@ -18,6 +18,6 @@ gsmakeDerivation {
propagatedBuildInputs = [ base back gui gnumake gdb gorm ];
meta = {
description = "ProjectCenter is GNUstep's integrated development environment (IDE) and allows a rapid development and easy managment of ProjectCenter running on GNUstep applications, tools and frameworks.";
description = "GNUstep's integrated development environment";
};
}

View file

@ -12,6 +12,6 @@ gsmakeDerivation {
buildInputs = [ back base gui ];
# propagatedBuildInputs = [ gnustep_back gnustep_base gnustep_gui ];
meta = {
description = "System Preferences allows to manage the settings of many aspects of the GNUstep environment and its applications";
description = "The settings manager for the GNUstep environment and its applications";
};
}