<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="auto">Does it need to be updated? This seems like a perfect example of a script that should stick with the present version until Slackware 15 comes out, unless something else requires it to be updated.</div><div class="gmail_extra"><br><div class="gmail_quote">On May 25, 2020 12:51 PM, Tim Dickson via SlackBuilds-users <slackbuilds-users@slackbuilds.org> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">One of the slackbuilds I look after has switched from waf to cmake. <br>
Unfortunately they have targetted cmake v 3.11 and have used<br>
features which are not available, or are broken in cmake 3.5.2 (the <br>
version that comes with slackware 14.2)<br>
Can anyone point me towards a way to include a newer local version of <br>
cmake, just for the slackbuild, or if they have other suggestions,<br>
as I have not managed to get the build to work.<br>
upstream have made heavy use of IMPORTED_TARGET in pkg_check_modules <br>
statements, and in a custom cmake Find module<br>
I can bypass the custom Find module and revert to pkgconfig, but I don't <br>
know how to do the equivalent of<br>
> pkg_check_modules(Gnome REQUIRED IMPORTED_TARGET<br>
>   "atk"<br>
>   "cairo"<br>
>   "gdk-3.0"<br>
>   "gdk-pixbuf-2.0"<br>
>   "gio-2.0"<br>
>   "gobject-2.0"<br>
>   "libsoup-2.4"<br>
>   "pango"<br>
>   "minizip"<br>
>   "zlib"<br>
>   "libxml-2.0>=2.7.8"<br>
>   )<br>
for example, without the "IMPORTED_TARGET" bit.<br>
unfortunately, just removing IMPORTED_TARGET text from the dependencies <br>
file does not work.<br>
the slackbuild in question is xiphos for which I'm trying to get 4.2.1 <br>
to build. ( https://github.com/crosswire/xiphos  )</p>
<p dir="ltr">Thanks, Tim</p>
<p dir="ltr">---<br>
This email has been checked for viruses by AVG.<br>
https://www.avg.com</p>
<p dir="ltr">_______________________________________________<br>
SlackBuilds-users mailing list<br>
SlackBuilds-users@slackbuilds.org<br>
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users<br>
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/<br>
FAQ - https://slackbuilds.org/faq/</p>
</blockquote></div><br></div>