forked from mirrors/nixpkgs
There will be no kdepim-4.5.x
svn path=/nixpkgs/trunk/; revision=24992
This commit is contained in:
parent
eeda98a673
commit
1f558f78df
|
@ -152,10 +152,6 @@ recurseIntoAttrs rec {
|
|||
kdepim_runtime = callPackage ./pim-runtime { };
|
||||
kdepim = callPackage ./pim { };
|
||||
|
||||
# Experimental 4.5 versions
|
||||
kdepim_runtime45 = callPackage ./pim-runtime45 { };
|
||||
kdepim45 = callPackage ./pim45 { };
|
||||
|
||||
### DEVELOPMENT
|
||||
|
||||
kdebindings = callPackage ./bindings { };
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ kde, cmake, kdelibs, qt4, kdepimlibs, akonadi, pkgconfig, boost, shared_mime_info, libxml2, shared_desktop_ontologies, soprano, strigi, automoc4, libxslt }:
|
||||
|
||||
kde.package rec {
|
||||
buildInputs = [ automoc4 cmake kdelibs qt4 kdepimlibs akonadi pkgconfig boost shared_mime_info shared_desktop_ontologies libxml2 soprano strigi libxslt ];
|
||||
|
||||
meta = {
|
||||
description = "Runtime files for KDE PIM: akonadi agents etc.";
|
||||
kde = rec {
|
||||
name = "kdepim-runtime";
|
||||
version = "4.4.93";
|
||||
subdir = "kdepim/${version}/src/src";
|
||||
stable = false;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/kleopatra/crypto/gui/newresultpage.cpp b/kleopatra/crypto/gui/newresultpage.cpp
|
||||
index 96d1cb2..5c7281a 100644
|
||||
--- a/kleopatra/crypto/gui/newresultpage.cpp
|
||||
+++ b/kleopatra/crypto/gui/newresultpage.cpp
|
||||
@@ -40,6 +40,7 @@
|
||||
#include <crypto/taskcollection.h>
|
||||
|
||||
#include <utils/stl_util.h>
|
||||
+#include <boost/mem_fn.hpp>
|
||||
|
||||
#include <KLocalizedString>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{ kde, automoc4, cmake, kdelibs, akonadi, kdepimlibs, boost, zlib, strigi,
|
||||
shared_mime_info, soprano, grantlee, libassuan, perl, libxslt }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ automoc4 cmake kdelibs akonadi kdepimlibs boost zlib strigi
|
||||
shared_mime_info soprano grantlee libassuan perl libxslt ];
|
||||
|
||||
patches = [ ./boost-1.44.diff ];
|
||||
|
||||
meta = {
|
||||
kde = rec {
|
||||
name = "kdepim";
|
||||
version = "4.4.93";
|
||||
subdir = "kdepim/${version}/src/src";
|
||||
stable = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue