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)
This commit is contained in:
parent
0880f1f335
commit
bd01fad0ed
@ -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…
Reference in New Issue
Block a user