bug in core/CMakeLists.txt for AkonadiContact version checking

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

bug in core/CMakeLists.txt for AkonadiContact version checking

Eric Valette
On 16/12/2015 21:57, Eric Valette wrote:

BTW you have the exact same bug in

core/CMakeLists.txt:160

but for KF5AkonadiContact this time

find_package(KF5 ${KF5_MIN_VERSION}
              OPTIONAL_COMPONENTS
              ItemModels             # For geolocation support (mandatory).
              Bookmarks              # For geolocation support (optional).
              AkonadiContact         # For KDE Mail Contacts support.
   <==================
              FileMetaData           # For KDE file indexer support.
)


AkonadiContact is also at 4.82.0  an is not yet part of framework...

--eric



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: bug in core/CMakeLists.txt for AkonadiContact version checking

Eric Valette
On 16/12/2015 22:14, Eric Valette wrote:

> On 16/12/2015 21:57, Eric Valette wrote:
>
> BTW you have the exact same bug in
>
> core/CMakeLists.txt:160
>
> but for KF5AkonadiContact this time
>
> find_package(KF5 ${KF5_MIN_VERSION}
>               OPTIONAL_COMPONENTS
>               ItemModels             # For geolocation support (mandatory).
>               Bookmarks              # For geolocation support (optional).
>               AkonadiContact         # For KDE Mail Contacts support.
> <==================
>               FileMetaData           # For KDE file indexer support.
> )
>
>
> AkonadiContact is also at 4.82.0  an is not yet part of framework...
>
> --eric
>
>
>
Attached proposed fix...

-- eric



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

fixAkonadiContactVersionCheck.diff (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: bug in core/CMakeLists.txt for AkonadiContact version checking

Gilles Caulier-4

2015-12-16 22:46 GMT+01:00 Eric Valette <[hidden email]>:
On 16/12/2015 22:14, Eric Valette wrote:
On 16/12/2015 21:57, Eric Valette wrote:

BTW you have the exact same bug in

core/CMakeLists.txt:160

but for KF5AkonadiContact this time

find_package(KF5 ${KF5_MIN_VERSION}
              OPTIONAL_COMPONENTS
              ItemModels             # For geolocation support (mandatory).
              Bookmarks              # For geolocation support (optional).
              AkonadiContact         # For KDE Mail Contacts support.
<==================
              FileMetaData           # For KDE file indexer support.
)


AkonadiContact is also at 4.82.0  an is not yet part of framework...

--eric




Attached proposed fix...

-- eric




_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel