Changeset 6b7881d


Ignore:
Timestamp:
10/15/2017 03:04:16 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
60ddbaf
Parents:
4d89757
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4d89757 r6b7881d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 14th, &year;">
     9<!ENTITY releasedate  "October 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/colord.xml

    r4d89757 r6b7881d  
    101101      <xref linkend="libxslt"/>,
    102102      <xref linkend="sane"/>,
    103       <ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink>, and
     103      <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink>, and
    104104      <ulink url="https://github.com/scop/bash-completion/">Bash Completion</ulink>
    105105    </para>
     
    112112  <sect2 role="installation">
    113113    <title>Installation of Colord</title>
    114    
     114<!-- Is this still relevant?
    115115    <warning>
    116116      <para>
     
    119119        and is only intended to be used by gnome-color-manager at this time.
    120120      </para>
    121     </warning>
     121    </warning>-->
    122122
    123123    <para>
     
    136136    </para>
    137137
    138 <screen><userinput>./configure --prefix=/usr              \
     138<screen revision="sysv"><userinput>./configure --prefix=/usr              \
     139            --sysconfdir=/etc          \
     140            --localstatedir=/var       \
     141            --with-daemon-user=colord  \
     142            --enable-vala              \
     143            --enable-daemon            \
     144            --enable-session-helper    \
     145            --enable-libcolordcompat   \
     146            --disable-rpath            \
     147            --disable-argyllcms-sensor \
     148            --disable-bash-completion  \
     149            --disable-systemd-login    \
     150            --disable-static &amp;&amp;
     151make</userinput></screen>
     152
     153<screen revision="systemd"><userinput>./configure --prefix=/usr              \
    139154            --sysconfdir=/etc          \
    140155            --localstatedir=/var       \
     
    205220      <parameter>--disable-argyllcms-sensor</parameter>: This switch disables
    206221      the ArgLLCMS sensor driver. Omit if you have
    207       <ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink> installed
     222      <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink> installed
    208223      and wish to use it.
    209224    </para>
     
    212227      <parameter>--disable-bash-completion</parameter>: This switch disables
    213228      Bash Completion support for Colord applications.
     229    </para>
     230
     231    <para revision="sysv">
     232      <parameter>--disable-systemd-login</parameter>: This switch disables
     233      support for <application>systemd</application> login in Colord
     234      applications. Default is to enable, and to fail if systemd is not found
     235      on the system.
    214236    </para>
    215237
  • introduction/welcome/changelog.xml

    r4d89757 r6b7881d  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>October 15th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Fix colord-1.3.5 build for SysV.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>October 14th, 2017</para>
Note: See TracChangeset for help on using the changeset viewer.