Merge pull request #79908 from bkchr/bkchr-fix-kde-pim-runtime
kdepim-runtime: Remove obsolete patch to fix compilation
This commit is contained in:
commit
72155667ae
|
@ -1,12 +0,0 @@
|
||||||
diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt
|
|
||||||
index 99f7dbf..03e953b 100644
|
|
||||||
--- a/resources/CMakeLists.txt
|
|
||||||
+++ b/resources/CMakeLists.txt
|
|
||||||
@@ -45,7 +45,6 @@ add_subdirectory( imap )
|
|
||||||
if (Libkolabxml_FOUND)
|
|
||||||
add_subdirectory( kolab )
|
|
||||||
endif()
|
|
||||||
-add_subdirectory( facebook )
|
|
||||||
add_subdirectory( maildir )
|
|
||||||
|
|
||||||
add_subdirectory( openxchange )
|
|
|
@ -14,7 +14,6 @@ mkDerivation {
|
||||||
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
||||||
maintainers = kdepimTeam;
|
maintainers = kdepimTeam;
|
||||||
};
|
};
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes
|
akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes
|
||||||
|
@ -22,6 +21,4 @@ mkDerivation {
|
||||||
kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine
|
kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine
|
||||||
pimcommon libkgapi qtnetworkauth qtspeech qtxmlpatterns
|
pimcommon libkgapi qtnetworkauth qtspeech qtxmlpatterns
|
||||||
];
|
];
|
||||||
# Attempts to build some files before dependencies have been generated
|
|
||||||
enableParallelBuilding = false;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
00-no-facebook.patch
|
|
Loading…
Reference in New Issue