SVN commit 1296353 by kossebau: Move kdesdk/kdeaccounts-plugin to tags/unmaintained/4
This old KABC-based plugin creating a read-only addressbook resource has been replaced by the new Akonadi-based plugin in kdepim-runtime/resources/kdeaccounts but this one was forgotten to be removed before. Moving to unmaintained as agreed here: http://lists.kde.org/?l=kde-sdk-devel&m=133746896417053&w=2 CCMAIL: [email protected] CCMAIL: [email protected] CCMAIL: [email protected] M +3 -0 tags/unmaintained/4/README A tags/unmaintained/4/kdeaccounts-kabcplugin (directory) M +0 -4 trunk/KDE/kdesdk/CMakeLists.txt D trunk/KDE/kdesdk/kdeaccounts-plugin (directory) --- tags/unmaintained/4/README #1296352:1296353 @@ -19,6 +19,9 @@ * kbugbuster a frontend to KDE's bugzilla +* kdeaccounts-kabcplugin + KABC-based addressbook plugin wrapping the data from kde-commons/accounts + * kdessh a frontend to ssh --- trunk/KDE/kdesdk/CMakeLists.txt #1296352:1296353 @@ -51,10 +51,6 @@ macro_optional_add_subdirectory(lokalize) endif(HUNSPELL_FOUND OR WIN32) -if(KDEPIMLIBS_FOUND) - macro_optional_add_subdirectory(kdeaccounts-plugin) -endif(KDEPIMLIBS_FOUND) - if(LIBKONQ_FOUND) macro_optional_add_subdirectory(dolphin-plugins/svn) macro_optional_add_subdirectory(dolphin-plugins/git) _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
