More on kde44 builds. More findqt4.cmake copies around fixed, and
set shared_desktop_ontologies to be propagated in kdelibs. (Maybe only kdegraphics wants it? I think more will want it, so I set it in propagatedBuildInputs) svn path=/nixpkgs/trunk/; revision=19962
This commit is contained in:
parent
3672eaf275
commit
333dfb869e
|
@ -19,10 +19,12 @@ stdenv.mkDerivation {
|
|||
buildInputs = [
|
||||
cmake perl qt4 stdenv.gcc.libc xz flex bison bzip2 pcre fam libxml2 libxslt
|
||||
shared_mime_info giflib jasper /*openexr*/ aspell avahi kerberos acl attr
|
||||
shared_desktop_ontologies libXScrnSaver
|
||||
libXScrnSaver
|
||||
automoc4 phonon strigi soprano qca2 attica polkit_qt
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ shared_desktop_ontologies ];
|
||||
|
||||
CMAKE_PREFIX_PATH=shared_desktop_ontologies;
|
||||
|
||||
# I don't know why cmake does not find the acl files (but finds attr files)
|
||||
|
|
|
@ -6,6 +6,9 @@ stdenv.mkDerivation {
|
|||
url = http://download.akonadi-project.org/akonadi-1.3.1.tar.bz2;
|
||||
sha256 = "1pbn6sviipxxpx80cspncfc3nlz047nryfbv8xzfz5811p19k7jb";
|
||||
};
|
||||
patchPhase = ''
|
||||
cp ${cmake}/share/cmake-${cmake.majorVersion}/Modules/FindQt4.cmake cmake/modules
|
||||
'';
|
||||
buildInputs = [ cmake qt4 shared_mime_info libxslt boost mysql automoc4 soprano ];
|
||||
meta = {
|
||||
description = "KDE PIM Storage Service";
|
||||
|
|
|
@ -6,6 +6,10 @@ stdenv.mkDerivation {
|
|||
url = mirror://sourceforge/qimageblitz/qimageblitz-0.0.4.tar.bz2;
|
||||
md5 = "cb87c7f1c0455e8984ee4830f1e749cf";
|
||||
};
|
||||
patchPhase = ''
|
||||
cp ${cmake}/share/cmake-${cmake.majorVersion}/Modules/FindQt4.cmake cmake/modules
|
||||
'';
|
||||
patches = [ ../../libs/findqt4.patch ];
|
||||
buildInputs = [ cmake qt4 ];
|
||||
meta = {
|
||||
description = "Graphical effect and filter library for KDE4";
|
||||
|
|
Loading…
Reference in New Issue