Author: dj Date: Fri Feb 15 20:46:54 2019 New Revision: 21162 Log: Add sed to fix accountsservice build when DocBook-Utils is installed.
Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/applications/gnome-color-manager.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Fri Feb 15 19:41:47 2019 (r21161) +++ trunk/BOOK/general.ent Fri Feb 15 20:46:54 2019 (r21162) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "15"> <!-- Always 2 digits --> +<!ENTITY day "16"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2019"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 15th, &year;"> +<!ENTITY releasedate "February 16th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/gnome/applications/gnome-color-manager.xml ============================================================================== --- trunk/BOOK/gnome/applications/gnome-color-manager.xml Fri Feb 15 19:41:47 2019 (r21161) +++ trunk/BOOK/gnome/applications/gnome-color-manager.xml Fri Feb 15 20:46:54 2019 (r21162) @@ -111,6 +111,13 @@ <title>Installation of GNOME Color Manager</title> <para> + If <xref linkend="docbook-utils"/> is installed, disable installation + of the man pages to avoid a build failure: + </para> + +<screen><userinput>sed /subdir\(\'man/d -i meson.build</userinput></screen> + + <para> Install <application>GNOME Color Manager</application> by running the following commands: </para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 15 19:41:47 2019 (r21161) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 15 20:46:54 2019 (r21162) @@ -43,6 +43,16 @@ --> <listitem> + <para>February 16th, 2019</para> + <itemizedlist> + <listitem> + <para>[dj] - Add sed to fix accountsservice build when DocBook-Utils + is installed.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 15th, 2019</para> <itemizedlist> <listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page