Add a workaround to lxqt-config

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18736 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-05-17 22:08:06 +00:00
parent c0b4b448b5
commit 1b42bccd17
2 changed files with 13 additions and 0 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>May 17th, 2017</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add a workaround to lxqt-config needed
due to changes in cmake-3.8.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to kf5-5.34.0. Fixes
<ulink url="&blfs-ticket-root;8962">#8962</ulink>.</para>

View File

@ -93,6 +93,15 @@
<sect2 role="installation">
<title>Installation of lxqt-config</title>
<para>First, do a temporary workaround due to cmake-3.8:</para>
<screen><userinput>new='../liblxqt-config-cursor/lxqt-config-cursor_autogen/include'
sed -i "/CURRENT_BINARY_DIR/a \"\${CMAKE_CURRENT_BINARY_DIR}/$new\"" \
lxqt-config-appearance/CMakeLists.txt \
lxqt-config-input/CMakeLists.txt &amp;&amp;
unset new</userinput></screen>
<para>
Install <application>lxqt-config</application> by running the following
commands: