Bug 403990 - Doesn't build with libappimage 0.1.8
Summary: Doesn't build with libappimage 0.1.8
Status: CONFIRMED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: Thumbnails and previews (other bugs)
Version First Reported In: 18.12.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-06 08:28 UTC by Antonio Rojas
Modified: 2019-02-07 11:46 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2019-02-06 08:28:53 UTC
SUMMARY

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBAPPIMAGE_LIBRARIES
    linked by target "appimagethumbnail" in directory /build/kio-extras/src/kio-extras-18.12.2/thumbnail

-- Configuring incomplete, errors occurred!



EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Friedrich W. H. Kossebau 2019-02-06 22:06:58 UTC
Recent libappimage releasee tried to be more cmake-using consumer friendly by improving the imported target in the provided cmake config files, sadly though regressed with the old variables.

Fix is on their way though, so hopefully a new version will fix this soon:
https://github.com/AppImage/libappimage/pull/55

On our side there is
https://phabricator.kde.org/D18611
though that one sadly uncovered another issue, one fix proposal currently discussed as
https://github.com/AppImage/libappimage/pull/58

Myself no time reserved until upcoming WE.

CC: libappimage devs :)
Comment 2 TheAssassin 2019-02-07 11:46:19 UTC
Released new version of libappimage (v0.1.9) which contains the changes from the mentioned pull request.