gnustep: fixup descriptions, remove punctuation

This is based on @joachifm's review. Reworded description in each of
GNUstep's attributes.

+8 -8
+1 -1
pkgs/development/libraries/gnustep/back/default.nix
··· 17 17 }; 18 18 buildInputs = [ cairo base gui freetype pkgconfig x11 ]; 19 19 meta = { 20 - description = "GNUstep-back is a generic backend for GNUstep."; 20 + description = "A generic backend for GNUstep"; 21 21 }; 22 22 }
+1 -1
pkgs/development/libraries/gnustep/base/default.nix
··· 33 33 ]; 34 34 patches = [ ./fixup-paths.patch ]; 35 35 meta = { 36 - description = "GNUstep-base is an implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa."; 36 + description = "An implementation of AppKit and Foundation libraries of OPENSTEP and Cocoa"; 37 37 }; 38 38 }
+1 -1
pkgs/development/libraries/gnustep/gorm/default.nix
··· 12 12 buildInputs = [ base back gui ]; 13 13 14 14 meta = { 15 - description = "Gorm stands for Graphical Object Relationship Modeller and is an easy-to-use interface designer for GNUstep"; 15 + description = "Graphical Object Relationship Modeller is an easy-to-use interface designer for GNUstep"; 16 16 }; 17 17 }
+1 -1
pkgs/development/libraries/gnustep/gui/default.nix
··· 11 11 buildInputs = [ base ]; 12 12 patches = [ ./fixup-all.patch ]; 13 13 meta = { 14 - description = "GNUstep-gui is a GUI class library of GNUstep."; 14 + description = "A GUI class library of GNUstep"; 15 15 }; 16 16 }
+1 -1
pkgs/development/libraries/gnustep/gworkspace/default.nix
··· 19 19 buildInputs = [ back base gui system_preferences ]; 20 20 configureFlags = [ "--with-inotify" ]; 21 21 meta = { 22 - description = "GWorkspace is a workspace manager for GNUstep"; 22 + description = "A workspace manager for GNUstep"; 23 23 }; 24 24 }
+1 -1
pkgs/development/libraries/gnustep/make/default.nix
··· 13 13 patches = [ ./fixup-paths.patch ]; 14 14 setupHook = ./setup-hook.sh; 15 15 meta = { 16 - description = "GNUstep-make is a build manager for GNUstep."; 16 + description = "A build manager for GNUstep"; 17 17 18 18 homepage = http://gnustep.org/; 19 19
+1 -1
pkgs/development/libraries/gnustep/projectcenter/default.nix
··· 18 18 propagatedBuildInputs = [ base back gui gnumake gdb gorm ]; 19 19 20 20 meta = { 21 - 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."; 21 + description = "GNUstep's integrated development environment"; 22 22 }; 23 23 }
+1 -1
pkgs/development/libraries/gnustep/systempreferences/default.nix
··· 12 12 buildInputs = [ back base gui ]; 13 13 # propagatedBuildInputs = [ gnustep_back gnustep_base gnustep_gui ]; 14 14 meta = { 15 - description = "System Preferences allows to manage the settings of many aspects of the GNUstep environment and its applications"; 15 + description = "The settings manager for the GNUstep environment and its applications"; 16 16 }; 17 17 }