Captialize meta.description of all packages

In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
wip/yesman
Bjørn Forsman 8 years ago
parent 0880f1f335
commit bd01fad0ed
  1. 2
      pkgs/applications/audio/cd-discid/default.nix
  2. 2
      pkgs/applications/audio/csound/default.nix
  3. 2
      pkgs/applications/audio/qsampler/default.nix
  4. 2
      pkgs/applications/audio/rakarrack/default.nix
  5. 2
      pkgs/applications/audio/renoise/default.nix
  6. 2
      pkgs/applications/audio/seq24/default.nix
  7. 2
      pkgs/applications/audio/shntool/default.nix
  8. 2
      pkgs/applications/audio/xsynth-dssi/default.nix
  9. 2
      pkgs/applications/audio/yoshimi/default.nix
  10. 2
      pkgs/applications/editors/emacs-modes/logito/default.nix
  11. 2
      pkgs/applications/editors/emacs-modes/metaweblog/default.nix
  12. 2
      pkgs/applications/editors/emacs-modes/session-management-for-emacs/default.nix
  13. 2
      pkgs/applications/editors/lighttable/default.nix
  14. 2
      pkgs/applications/editors/ne/default.nix
  15. 2
      pkgs/applications/graphics/gimp/plugins/default.nix
  16. 2
      pkgs/applications/graphics/xournal/default.nix
  17. 2
      pkgs/applications/misc/dmenu/wayland.nix
  18. 2
      pkgs/applications/misc/fetchmail/default.nix
  19. 2
      pkgs/applications/misc/goldendict/default.nix
  20. 2
      pkgs/applications/misc/gphoto2/default.nix
  21. 2
      pkgs/applications/misc/gxmessage/default.nix
  22. 2
      pkgs/applications/misc/jbidwatcher/default.nix
  23. 2
      pkgs/applications/misc/multisync/default.nix
  24. 2
      pkgs/applications/misc/openjump/default.nix
  25. 2
      pkgs/applications/misc/tasknc/default.nix
  26. 2
      pkgs/applications/misc/xpdf/default.nix
  27. 2
      pkgs/applications/networking/browsers/kwebkitpart/default.nix
  28. 2
      pkgs/applications/networking/cluster/hadoop/default.nix
  29. 2
      pkgs/applications/networking/instant-messengers/gale/default.nix
  30. 2
      pkgs/applications/networking/netperf/default.nix
  31. 2
      pkgs/applications/office/beancount/default.nix
  32. 2
      pkgs/applications/office/timetrap/default.nix
  33. 2
      pkgs/applications/science/logic/ltl2ba/default.nix
  34. 2
      pkgs/applications/science/math/msieve/default.nix
  35. 2
      pkgs/applications/science/math/pssp/default.nix
  36. 2
      pkgs/applications/science/robotics/qgroundcontrol/default.nix
  37. 2
      pkgs/applications/version-management/git-and-tools/git-crypt/default.nix
  38. 2
      pkgs/applications/version-management/git-and-tools/git-remote-hg/default.nix
  39. 2
      pkgs/applications/version-management/git-and-tools/git2cl/default.nix
  40. 2
      pkgs/applications/video/makemkv/default.nix
  41. 2
      pkgs/applications/video/xvidcap/default.nix
  42. 2
      pkgs/desktops/kde-4.14/kdegames/bomber.nix
  43. 2
      pkgs/desktops/kde-4.14/kdegames/bovo.nix
  44. 2
      pkgs/desktops/kde-4.14/kdegames/granatier.nix
  45. 2
      pkgs/desktops/kde-4.14/kdegames/kajongg.nix
  46. 2
      pkgs/desktops/kde-4.14/kdegames/kapman.nix
  47. 2
      pkgs/desktops/kde-4.14/kdegames/katomic.nix
  48. 2
      pkgs/desktops/kde-4.14/kdegames/kblackbox.nix
  49. 2
      pkgs/desktops/kde-4.14/kdegames/kblocks.nix
  50. 2
      pkgs/desktops/kde-4.14/kdegames/kbounce.nix
  51. 2
      pkgs/desktops/kde-4.14/kdegames/kbreakout.nix
  52. 2
      pkgs/desktops/kde-4.14/kdegames/kdiamond.nix
  53. 2
      pkgs/desktops/kde-4.14/kdegames/kfourinline.nix
  54. 2
      pkgs/desktops/kde-4.14/kdegames/kgoldrunner.nix
  55. 2
      pkgs/desktops/kde-4.14/kdegames/kigo.nix
  56. 2
      pkgs/desktops/kde-4.14/kdegames/killbots.nix
  57. 2
      pkgs/desktops/kde-4.14/kdegames/kiriki.nix
  58. 2
      pkgs/desktops/kde-4.14/kdegames/kjumpingcube.nix
  59. 2
      pkgs/desktops/kde-4.14/kdegames/klickety.nix
  60. 2
      pkgs/desktops/kde-4.14/kdegames/klines.nix
  61. 2
      pkgs/desktops/kde-4.14/kdegames/kmahjongg.nix
  62. 2
      pkgs/desktops/kde-4.14/kdegames/kmines.nix
  63. 2
      pkgs/desktops/kde-4.14/kdegames/knavalbattle.nix
  64. 2
      pkgs/desktops/kde-4.14/kdegames/knetwalk.nix
  65. 2
      pkgs/desktops/kde-4.14/kdegames/kolf.nix
  66. 2
      pkgs/desktops/kde-4.14/kdegames/kollision.nix
  67. 2
      pkgs/desktops/kde-4.14/kdegames/konquest.nix
  68. 2
      pkgs/desktops/kde-4.14/kdegames/kpat.nix
  69. 2
      pkgs/desktops/kde-4.14/kdegames/kreversi.nix
  70. 2
      pkgs/desktops/kde-4.14/kdegames/kshisen.nix
  71. 2
      pkgs/desktops/kde-4.14/kdegames/ksirk.nix
  72. 2
      pkgs/desktops/kde-4.14/kdegames/ksnakeduel.nix
  73. 2
      pkgs/desktops/kde-4.14/kdegames/kspaceduel.nix
  74. 2
      pkgs/desktops/kde-4.14/kdegames/ksquares.nix
  75. 2
      pkgs/desktops/kde-4.14/kdegames/ksudoku.nix
  76. 2
      pkgs/desktops/kde-4.14/kdegames/ktuberling.nix
  77. 2
      pkgs/desktops/kde-4.14/kdegames/kubrick.nix
  78. 2
      pkgs/desktops/kde-4.14/kdegames/libkmahjongg.nix
  79. 2
      pkgs/desktops/kde-4.14/kdegames/lskat.nix
  80. 2
      pkgs/desktops/kde-4.14/kdegames/palapeli.nix
  81. 2
      pkgs/desktops/kde-4.14/kdegames/picmi.nix
  82. 2
      pkgs/desktops/kde-4.14/kdemultimedia/audiocd-kio.nix
  83. 2
      pkgs/desktops/kde-4.14/kdemultimedia/dragon.nix
  84. 2
      pkgs/desktops/kde-4.14/kdemultimedia/ffmpegthumbs.nix
  85. 2
      pkgs/desktops/kde-4.14/kdemultimedia/juk.nix
  86. 2
      pkgs/desktops/kde-4.14/kdemultimedia/kmix.nix
  87. 2
      pkgs/desktops/kde-4.14/kdemultimedia/libkcddb.nix
  88. 2
      pkgs/desktops/kde-4.14/kdemultimedia/mplayerthumbs.nix
  89. 2
      pkgs/desktops/kde-4.14/kdesdk/kde-dev-utils.nix
  90. 2
      pkgs/desktops/pantheon/apps/pantheon-terminal/default.nix
  91. 2
      pkgs/development/compilers/elm/packages/elm-repl.nix
  92. 2
      pkgs/development/compilers/emscripten-fastcomp/default.nix
  93. 2
      pkgs/development/compilers/manticore/default.nix
  94. 2
      pkgs/development/haskell-modules/ghcjs/stage2.nix
  95. 2
      pkgs/development/interpreters/luajit/default.nix
  96. 2
      pkgs/development/interpreters/python/2.6/default.nix
  97. 2
      pkgs/development/interpreters/python/2.7/default.nix
  98. 2
      pkgs/development/libraries/audio/zita-resampler/default.nix
  99. 2
      pkgs/development/libraries/buddy/default.nix
  100. 2
      pkgs/development/libraries/capstone/default.nix
  101. Some files were not shown because too many files have changed in this diff Show More

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = [ maintainers.rycee ];
platforms = platforms.unix;
description = "command-line utility to get CDDB discid information from a CD-ROM disc";
description = "Command-line utility to get CDDB discid information from a CD-ROM disc";
longDescription = ''
cd-discid is a backend utility to get CDDB discid information

@ -24,7 +24,7 @@ stdenv.mkDerivation {
buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ];
meta = {
description = "sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
homepage = http://www.csounds.com/;
license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber];

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.linuxsampler.org;
description = "graphical frontend to LinuxSampler";
description = "Graphical frontend to LinuxSampler";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
libpng libsamplerate libsndfile zlib ];
meta = with stdenv.lib; {
description = "multi-effects processor emulating a guitar effects pedalboard";
description = "Multi-effects processor emulating a guitar effects pedalboard";
homepage = http://rakarrack.sourceforge.net;
license = licenses.gpl2;
platforms = platforms.linux;

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "modern tracker-based DAW";
description = "Modern tracker-based DAW";
homepage = http://www.renoise.com/;
license = stdenv.lib.licenses.unfree;
};

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
meta = with stdenv.lib; {
description = "minimal loop based midi sequencer";
description = "Minimal loop based midi sequencer";
homepage = "http://www.filter24.org/seq24";
license = licenses.gpl2;
platforms = platforms.linux;

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ flac ];
meta = {
description = "multi-purpose WAVE data processing and reporting utility";
description = "Multi-purpose WAVE data processing and reporting utility";
homepage = http://www.etree.org/shnutils/shntool/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "classic-analog (VCOs-VCF-VCA) style software synthesizer";
description = "Classic-analog (VCOs-VCF-VCA) style software synthesizer";
longDescription = ''
Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software
synthesizer which operates as a plugin for the DSSI Soft Synth

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DFLTK_MATH_LIBRARY=${stdenv.glibc.out}/lib/libm.so -DCMAKE_INSTALL_DATAROOTDIR=$out" ];
meta = with stdenv.lib; {
description = "high quality software synthesizer based on ZynAddSubFX";
description = "High quality software synthesizer based on ZynAddSubFX";
longDescription = ''
Yoshimi delivers the same synthesizer capabilities as
ZynAddSubFX along with very good Jack and Alsa midi/audio

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "tiny logging framework for Emacs";
description = "Tiny logging framework for Emacs";
homepage = https://github.com/sigma/logito;
license = stdenv.lib.licenses.gpl2Plus;

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "an emacs library to access metaweblog based weblogs";
description = "An emacs library to access metaweblog based weblogs";
homepage = https://github.com/punchagan/metaweblog;
license = stdenv.lib.licenses.gpl3Plus;

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
(require 'session)
(add-hook 'after-init-hook 'session-initialize)
*/
description = "small session management for emacs";
description = "Small session management for emacs";
homepage = http://emacs-session.sourceforge.net/;
license = "GPL";
};

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "the next generation code editor";
description = "The next generation code editor";
homepage = http://www.lighttable.com/;
license = licenses.gpl3;
maintainers = [ maintainers.matejc ];

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "the nice editor";
description = "The nice editor";
homepage = https://github.com/vigna/ne;
longDescription = ''
ne is a free (GPL'd) text editor based on the POSIX standard that runs (we hope) on almost any

@ -174,7 +174,7 @@ rec {
installPhase = "installPlugins gmic_gimp";
meta = {
description = "script language for image processing which comes with its open-source interpreter";
description = "Script language for image processing which comes with its open-source interpreter";
homepage = http://gmic.eu/gimp.shtml;
license = stdenv.lib.licenses.cecill20;
/*

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://xournal.sourceforge.net/;
description = "note-taking application (supposes stylus)";
description = "Note-taking application (supposes stylus)";
maintainers = [ stdenv.lib.maintainers.guibert ];
license = stdenv.lib.licenses.gpl2;
};

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
meta = {
description = "a generic, highly customizable, and efficient menu for the X Window System";
description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = http://tools.suckless.org/dmenu;
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ ];

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.fetchmail.info/";
description = "a full-featured remote-mail retrieval and forwarding utility";
description = "A full-featured remote-mail retrieval and forwarding utility";
longDescription = ''
A full-featured, robust, well-documented remote-mail retrieval and
forwarding utility intended to be used over on-demand TCP/IP links

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://goldendict.org/;
description = "a feature-rich dictionary lookup program";
description = "A feature-rich dictionary lookup program";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.astsmtl ];

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libgphoto2 libexif popt libjpeg readline libtool ];
meta = {
description = "a ready to use set of digital camera software applications";
description = "A ready to use set of digital camera software applications";
longDescription = ''
A set of command line utilities for manipulating over 1400 different

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool gnome3.gtk pkgconfig texinfo ];
meta = {
description = "a GTK enabled dropin replacement for xmessage";
description = "A GTK enabled dropin replacement for xmessage";
homepage = "http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [jfb];

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.jbidwatcher.com/";
description = "monitor and snipe Ebay auctions";
description = "Monitor and snipe Ebay auctions";
license = "LGPL";
longDescription = ''

@ -17,7 +17,7 @@ stdenv.mkDerivation {
preConfigure = "./autogen.sh"; # install.sh is not contained in the tar
meta = {
description = "modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc";
description = "Modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc";
};
}

@ -30,7 +30,7 @@ stdenv.mkDerivation {
buildInputs = [unzip];
meta = {
description = "open source Geographic Information System (GIS) written in the Java programming language";
description = "Open source Geographic Information System (GIS) written in the Java programming language";
homepage = http://www.openjump.org/index.html;
license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber];

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/mjheagle8/tasknc";
description = "a ncurses wrapper around taskwarrior";
description = "A ncurses wrapper around taskwarrior";
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
platforms = stdenv.lib.platforms.linux; # Cannot test others
};

@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.foolabs.com/xpdf/";
description = "viewer for Portable Document Format (PDF) files";
description = "Viewer for Portable Document Format (PDF) files";
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.peti ];

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = [ maintainers.phreedom ];
description = "a WebKit KPart for Konqueror, Akregator and other KDE applications";
description = "A WebKit KPart for Konqueror, Akregator and other KDE applications";
homepage = https://projects.kde.org/projects/extragear/base/kwebkitpart;
};
}

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://hadoop.apache.org/";
description = "framework for distributed processing of large data sets across clusters of computers";
description = "Framework for distributed processing of large data sets across clusters of computers";
license = stdenv.lib.licenses.asl20;
longDescription = ''

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = "http://gale.org/";
description = "chat/messaging system (server and client)";
description = "Chat/messaging system (server and client)";
platforms = platforms.all;
license = licenses.gpl2Plus;
};

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = {
description = "benchmark to measure the performance of many different types of networking";
description = "Benchmark to measure the performance of many different types of networking";
homepage = "http://www.netperf.org/netperf/";
license = "Hewlett-Packard BSD-like license";

@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication rec {
meta = {
homepage = http://furius.ca/beancount/;
description = "double-entry bookkeeping computer language";
description = "Double-entry bookkeeping computer language";
longDescription = ''
A double-entry bookkeeping computer language that lets you define
financial transaction records in a text file, read them in memory,

@ -9,7 +9,7 @@ bundlerEnv {
gemset = ./gemset.nix;
meta = {
description = "a simple command line time tracker written in ruby";
description = "A simple command line time tracker written in ruby";
homepage = https://github.com/samg/timetrap;
license = lib.licenses.mit;
};

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "fast translation from LTL formulae to Buchi automata";
description = "Fast translation from LTL formulae to Buchi automata";
homepage = "http://www.lsv.ens-cachan.fr/~gastin/ltl2ba";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.darwin ++ stdenv.lib.platforms.linux;

@ -20,7 +20,7 @@ stdenv.mkDerivation {
cp msieve $out/bin/'';
meta = {
description = "a C library implementing a suite of algorithms to factor large integers";
description = "A C library implementing a suite of algorithms to factor large integers";
license = stdenv.lib.licenses.publicDomain;
homepage = http://msieve.sourceforge.net/;
maintainers = [ stdenv.lib.maintainers.roconnor ];

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.gnu.org/software/pspp/";
description = "a free replacement for SPSS, a program for statistical analysis of sampled data";
description = "A free replacement for SPSS, a program for statistical analysis of sampled data";
license = stdenv.lib.licenses.gpl3Plus;
longDescription = ''

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
};
meta = {
description = "provides full ground station support and configuration for the PX4 and APM Flight Stacks";
description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
homepage = http://qgroundcontrol.org/;
license = stdenv.lib.licenses.gpl3Plus;
platforms = with stdenv.lib.platforms; linux;

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://www.agwa.name/projects/git-crypt";
description = "transparent file encryption in git";
description = "Transparent file encryption in git";
longDescription = ''
git-crypt enables transparent encryption and decryption of files in a git
repository. Files which you choose to protect are encrypted when

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/felipec/git-remote-hg";
description = "semi-official Mercurial bridge from Git project, once installed, it allows you to clone, fetch and push to and from Mercurial repositories as if they were Git ones";
description = "Semi-official Mercurial bridge from Git project, once installed, it allows you to clone, fetch and push to and from Mercurial repositories as if they were Git ones";
license = licenses.gpl2;
maintainers = [ maintainers.garbas ];
};

@ -17,6 +17,6 @@ stdenv.mkDerivation {
meta = {
homepage = "http://josefsson.org/git2cl/";
description = "convert git logs to GNU style ChangeLog files";
description = "Convert git logs to GNU style ChangeLog files";
};
}

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
+ ":" + stdenv.cc.cc + "/lib64";
meta = with stdenv.lib; {
description = "convert blu-ray and dvd to mkv";
description = "Convert blu-ray and dvd to mkv";
longDescription = ''
makemkv is a one-click QT application that transcodes an encrypted
blu-ray or DVD disc into a more portable set of mkv files, preserving

@ -20,7 +20,7 @@ stdenv.mkDerivation {
NIX_LDFLAGS = "-lXext -lX11 -lz -lgcc_s";
meta = with stdenv.lib; {
description = "screencast video catpuring tool";
description = "Screencast video catpuring tool";
homepage = http://xvidcap.sourceforge.net/;
license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux;

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a single player arcade game. The player is invading various cities in a plane that is decreasing in height";
description = "A single player arcade game. The player is invading various cities in a plane that is decreasing in height";
};
}

@ -2,7 +2,7 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a Gomoku (from Japanese - lit. \"five points\") like game for two players, where the opponents alternate in placing their respective pictogram on the game board";
description = "A Gomoku (from Japanese - lit. \"five points\") like game for two players, where the opponents alternate in placing their respective pictogram on the game board";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone";
description = "A clone of the classic Bomberman game, inspired by the work of the Clanbomber clone";
};
}

@ -8,6 +8,6 @@ kde rec {
postInstall = "wrapPythonPrograms";
meta = {
description = "an ancient Chinese board game for 4 players";
description = "An ancient Chinese board game for 4 players";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a clone of the well known game Pac-Man";
description = "A clone of the well known game Pac-Man";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a fun and educational puzzle game built around molecular geometry";
description = "A fun and educational puzzle game built around molecular geometry";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a game of hide and seek played on an grid of boxes, where the player shoots rays into the grid to deduce the positions of hidden objects";
description = "A game of hide and seek played on an grid of boxes, where the player shoots rays into the grid to deduce the positions of hidden objects";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a classic single player falling blocks puzzle game";
description = "A classic single player falling blocks puzzle game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a single player arcade game with the elements of puzzle";
description = "A single player arcade game with the elements of puzzle";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a Breakout-like game. Its object is to destroy as many bricks as possible without losing the ball";
description = "A Breakout-like game. Its object is to destroy as many bricks as possible without losing the ball";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a single player puzzle game. The object of the game is to build lines of three similar diamonds";
description = "A single player puzzle game. The object of the game is to build lines of three similar diamonds";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a board game for two players based on the Connect-Four game";
description = "A board game for two players based on the Connect-Four game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "an action game where the hero runs through a maze, climbs stairs, dig holes and dodges enemies in order to collect all the gold nuggets and escape to the next level";
description = "An action game where the hero runs through a maze, climbs stairs, dig holes and dodges enemies in order to collect all the gold nuggets and escape to the next level";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "an open-source implementation of the popular Go game";
description = "An open-source implementation of the popular Go game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple game of evading killer robots";
description = "A simple game of evading killer robots";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "an addictive and fun dice game, designed to be played by as many as six players";
description = "An addictive and fun dice game, designed to be played by as many as six players";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple dice driven tactical game";
description = "A simple dice driven tactical game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a puzzle game where the player removes groups of colored marbles to clear the board";
description = "A puzzle game where the player removes groups of colored marbles to clear the board";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple but highly addictive one player game. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five";
description = "A simple but highly addictive one player game. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames libkmahjongg ];
meta = {
description = "the tiles are scrambled and staked on top of each other to resemble a certain shape. The player is then expected to remove all the tiles off the game board by locating each tile's matching pair";
description = "The tiles are scrambled and staked on top of each other to resemble a certain shape. The player is then expected to remove all the tiles off the game board by locating each tile's matching pair";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a classic Minesweeper game";
description = "A classic Minesweeper game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a Battle Ship game";
description = "A Battle Ship game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a small game where you have to build up a computer network by rotating the wires to connect the terminals to the server";
description = "A small game where you have to build up a computer network by rotating the wires to connect the terminals to the server";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a miniature golf game";
description = "A miniature golf game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple ball dodging game";
description = "A simple ball dodging game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "the KDE version of Gnu-Lactic Konquest";
description = "The KDE version of Gnu-Lactic Konquest";
};
}

@ -3,6 +3,6 @@ kde {
buildInputs = [ kdelibs libkdegames ];
nativeBuildInputs = [ shared_mime_info ];
meta = {
description = "a relaxing card sorting game";
description = "A relaxing card sorting game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player";
description = "A simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames libkmahjongg ];
meta = {
description = "a solitaire-like game played using the standard set of Mahjong tiles";
description = "A solitaire-like game played using the standard set of Mahjong tiles";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames qca2 ];
meta = {
description = "a computerized version of the well known strategic board game Risk";
description = "A computerized version of the well known strategic board game Risk";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple Tron-Clone";
description = "A simple Tron-Clone";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "each of two possible players control a satellite spaceship orbiting the sun. As the game progresses players have to eliminate the opponent's spacecraft with bullets or mines";
description = "Each of two possible players control a satellite spaceship orbiting the sun. As the game progresses players have to eliminate the opponent's spacecraft with bullets or mines";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a game modeled after the well known pen and paper based game of Dots and Boxes";
description = "A game modeled after the well known pen and paper based game of Dots and Boxes";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a logic-based symbol placement puzzle";
description = "A logic-based symbol placement puzzle";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple constructor game suitable for children and adults alike";
description = "A simple constructor game suitable for children and adults alike";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a game based on the Rubik's Cube puzzle";
description = "A game based on the Rubik's Cube puzzle";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a library for KMahjongg game";
description = "A library for KMahjongg game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a fun and engaging card game for two players, where the second player is either live opponent, or a built in artificial intelligence";
description = "A fun and engaging card game for two players, where the second player is either live opponent, or a built in artificial intelligence";
};
}

@ -8,6 +8,6 @@ kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a single-player jigsaw puzzle game";
description = "A single-player jigsaw puzzle game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a single player logic-based puzzle game";
description = "A single player logic-based puzzle game";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libkcompactdisc cdparanoia libkcddb libvorbis flac lame ];
meta = {
description = "transparent audio CD access for applications using the KDE Platform";
description = "Transparent audio CD access for applications using the KDE Platform";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs ];
meta = {
description = "a multimedia player with the focus on simplicity";
description = "A multimedia player with the focus on simplicity";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs ffmpeg ];
meta = {
description = "a video thumbnail generator for KDE file managers like Dolphin and Konqueror";
description = "A video thumbnail generator for KDE file managers like Dolphin and Konqueror";
};
}

@ -5,6 +5,6 @@ kde {
buildInputs = [ kdelibs taglib_1_9 libtunepimp ];
meta = {
description = "an audio jukebox application";
description = "An audio jukebox application";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs libcanberra libpulseaudio ];
meta = {
description = "sound mixer, an application to allow you to change the volume of your sound card";
description = "Sound mixer, an application to allow you to change the volume of your sound card";
};
}

@ -3,6 +3,6 @@ kde {
#todo: libmusicbrainz5
buildInputs = [ kdelibs ];
meta = {
description = "a library used to retrieve audio CD meta data from the internet";
description = "A library used to retrieve audio CD meta data from the internet";
};
}

@ -2,6 +2,6 @@
kde {
buildInputs = [ kdelibs ];
meta = {
description = "a video thumbnail generator for KDE";
description = "A video thumbnail generator for KDE";
};
}

@ -6,6 +6,6 @@ kde {
preConfigure = "export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:${gcc}:${gcc.cc}";
meta = {
description = "various KDE development utilities";
description = "Various KDE development utilities";
};
}

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
vte_290 libgee gsettings_desktop_schemas defaultIconTheme
];
meta = {
description = "elementary OS's terminal";
description = "Elementary OS's terminal";
longDescription = "A super lightweight, beautiful, and simple terminal. It's designed to be setup with sane defaults and little to no configuration. It's just a terminal, nothing more, nothing less. Designed for elementary OS.";
homepage = https://launchpad.net/pantheon-terminal;
license = stdenv.lib.licenses.gpl3;

@ -24,6 +24,6 @@ mkDerivation {
];
jailbreak = true;
homepage = "https://github.com/elm-lang/elm-repl";
description = "a REPL for Elm";
description = "A REPL for Elm";
license = stdenv.lib.licenses.bsd3;
}

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/kripken/emscripten-fastcomp;
description = "emscripten llvm";
description = "Emscripten llvm";
platforms = platforms.all;
maintainers = with maintainers; [ qknight matthewbauer ];
license = stdenv.lib.licenses.ncsa;

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
inherit stdenv coreutils autoconf automake smlnj;
meta = {
description = "a parallel, pure variant of Standard ML";
description = "A parallel, pure variant of Standard ML";
longDescription = ''
Manticore is a high-level parallel programming language aimed at

@ -312,7 +312,7 @@
];
jailbreak = true;
homepage = "http://github.com/ghcjs/ghcjs-base";
description = "base library for GHCJS";
description = "Base library for GHCJS";
license = stdenv.lib.licenses.mit;
}) {};
Cabal = callPackage

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "high-performance JIT compiler for Lua 5.1";
description = "High-performance JIT compiler for Lua 5.1";
homepage = http://luajit.org;
license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin;

@ -109,7 +109,7 @@ let
meta = {
homepage = "http://python.org";
description = "a high-level dynamically-typed programming language";
description = "A high-level dynamically-typed programming language";
longDescription = ''
Python is a remarkably powerful dynamic programming language that
is used in a wide variety of application domains. Some of its key

@ -162,7 +162,7 @@ let
meta = {
homepage = "http://python.org";
description = "a high-level dynamically-typed programming language";
description = "A high-level dynamically-typed programming language";
longDescription = ''
Python is a remarkably powerful dynamic programming language that
is used in a wide variety of application domains. Some of its key

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "resample library by Fons Adriaensen";
description = "Resample library by Fons Adriaensen";
version = "${version}";
homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html";
license = stdenv.lib.licenses.gpl2;

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://sourceforge.net/projects/buddy/";
description = "binary decision diagram package";
description = "Binary decision diagram package";
license = "as-is";
platforms = with stdenv.lib.platforms; allBut cygwin;

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
enableParallelBuild = true;
meta = {
description = "advanced disassembly library";
description = "Advanced disassembly library";
homepage = "http://www.capstone-engine.org";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save