Fix build of colord-1.3.5 for SysV, plus fix typo(s)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19327 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-10-15 15:04:16 +00:00
parent 4d89757013
commit 6b7881dd6b
3 changed files with 39 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "October 14th, &year;">
<!ENTITY releasedate "October 15th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -100,7 +100,7 @@
<xref linkend="gtk-doc"/>,
<xref linkend="libxslt"/>,
<xref linkend="sane"/>,
<ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink>, and
<ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink>, and
<ulink url="https://github.com/scop/bash-completion/">Bash Completion</ulink>
</para>
@ -111,14 +111,14 @@
<sect2 role="installation">
<title>Installation of Colord</title>
<!-- Is this still relevant?
<warning>
<para>
This package will overwrite any previous version of Colord that you
may have on your system. This package is a development version
and is only intended to be used by gnome-color-manager at this time.
</para>
</warning>
</warning>-->
<para>
There should be a dedicated user and group to take control of the colord
@ -135,7 +135,22 @@ useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
<screen revision="sysv"><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-daemon-user=colord \
--enable-vala \
--enable-daemon \
--enable-session-helper \
--enable-libcolordcompat \
--disable-rpath \
--disable-argyllcms-sensor \
--disable-bash-completion \
--disable-systemd-login \
--disable-static &amp;&amp;
make</userinput></screen>
<screen revision="systemd"><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-daemon-user=colord \
@ -204,7 +219,7 @@ make</userinput></screen>
<para>
<parameter>--disable-argyllcms-sensor</parameter>: This switch disables
the ArgLLCMS sensor driver. Omit if you have
<ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink> installed
<ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink> installed
and wish to use it.
</para>
@ -213,6 +228,13 @@ make</userinput></screen>
Bash Completion support for Colord applications.
</para>
<para revision="sysv">
<parameter>--disable-systemd-login</parameter>: This switch disables
support for <application>systemd</application> login in Colord
applications. Default is to enable, and to fail if systemd is not found
on the system.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>October 15th, 2017</para>
<itemizedlist>
<listitem>
<para>[pierre] - Fix colord-1.3.5 build for SysV.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 14th, 2017</para>
<itemizedlist>