metadata for kdevplatform and kdevelop

svn path=/nixpkgs/trunk/; revision=21637
This commit is contained in:
Yury G. Kudryashov 2010-05-07 07:38:35 +00:00
parent f0d7bf0541
commit 5eca4b85f1
2 changed files with 24 additions and 0 deletions

View file

@ -11,4 +11,17 @@ stdenv.mkDerivation rec {
buildInputs = [ kdevplatform cmake pkgconfig automoc4 shared_mime_info
kdebase_workspace gettext stdenv.gcc.libc perl ];
meta = with stdenv.lib; {
maintainers = [ maintainers.urkud ];
platforms = [ platforms.linux ];
description = "KDE official IDE";
longDescription = ''
A free, opensource IDE (Integrated Development Environment) for MS Windows, Mac OsX,
Linux, Solaris and FreeBSD. It is a feature-full, plugin extendable IDE for C/C++ and other
programing languages. It is based on KDevPlatform, KDE and Qt libraries and is under development
since 1998.
'';
homepage = http://www.kdevelop.org;
};
}

View file

@ -11,4 +11,15 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ kdelibs subversion qt4 phonon ];
buildInputs = [ cmake automoc4 perl gettext pkgconfig apr aprutil boost stdenv.gcc.libc ];
meta = with stdenv.lib; {
maintainers = [ maintainers.urkud ];
platforms = [ platforms.linux ];
description = "KDE libraries for IDE-like programs";
longDescription = ''
A free, opensource set of libraries that can be used as a foundation for
IDE-like programs. It is programing-language independent, and is planned
to be used by programs like: KDevelop, Quanta, Kile, KTechLab ... etc."
'';
};
}