- Completed all dependencies for kdelibs-4.4.0

- Added SIP 4.10 required for pyqt-4.7.x
- Removed kde libs experimental, which does not exists anymore in 4.4.0


svn path=/nixpkgs/trunk/; revision=19910
This commit is contained in:
Sander van der Burg
2010-02-10 16:01:55 +00:00
parent 41687e464e
commit 31cbd149d2
8 changed files with 50 additions and 39 deletions

View File

@@ -0,0 +1,14 @@
{stdenv, fetchurl, cmake}:
stdenv.mkDerivation {
name = "shared-desktop-ontologies-0.2";
src = fetchurl {
url = mirror://sourceforge/shared-desktop-ontologies/shared-desktop-ontologies-0.2.tar.bz2;
sha256 = "1w9gfprrp518hb7nm5wspxjd7xx0h08bph6asrx5vrx7j7fzg4m7";
};
buildInputs = [ cmake ];
meta = {
description = "Ontologies necessary for the Nepomuk semantic desktop";
maintainers = [ stdenv.lib.maintainers.sander ];
};
}