Ignore:
Timestamp:
03/16/2013 12:11:58 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cafc2a29
Parents:
0b33a30
Message:

Package updates, additions and tweaks. See commit log and blfs changelog.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11099 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r0b33a30 rd6da5da  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "14a37f7aae8b47d247adea77686d6bd1">
    11   <!ENTITY colord-size          "844 KB">
    12   <!ENTITY colord-buildsize     "25 MB">
    13   <!ENTITY colord-time          "0.2 SBU">
     10  <!ENTITY colord-md5sum        "88ec2c419a9903f5bec91d603c0e7097">
     11  <!ENTITY colord-size          "908 KB">
     12  <!ENTITY colord-buildsize     "30 MB">
     13  <!ENTITY colord-time          "0.3 SBU">
    1414]>
    1515
     
    7979    <para role="required">
    8080      <xref linkend="dbus"/>,
    81       <xref linkend="glib2"/>,
     81      <xref linkend="libgusb"/>,
    8282      <xref linkend="lcms2"/> and
    8383      <xref linkend="sqlite"/>
     
    9898      (To build example tools),
    9999      <xref linkend="docbook-utils"/>,
    100       <xref linkend="gtk-doc"/>,
    101       <ulink url="http://people.freedesktop.org/~hughsient/releases/">libgusb</ulink> and
     100      <xref linkend="gtk-doc"/> and
    102101      <xref linkend="sane"/>
    103102    </para>
     
    110109  <sect2 role="installation">
    111110    <title>Installation of Colord</title>
     111
     112    <para>
     113      There should be a dedicated user and group to take control
     114      of the <command>colord</command> daemon after it is started.
     115      Issue the following commands as the
     116      <systemitem class="username">root</systemitem> user:
     117    </para>
     118
     119<screen role="root"><userinput>groupadd -g 71 colord &amp;&amp;
     120useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
     121        -g colord -s /bin/false colord</userinput></screen>
    112122
    113123    <para>
     
    120130            --localstatedir=/var \
    121131            --libexecdir=/usr/lib/colord \
     132            --with-daemon-user=colord \
    122133            --enable-vala \
    123             --disable-gusb \
    124134            --disable-static &amp;&amp;
    125135make</userinput></screen>
    126136
    127137    <para>
    128       To test the results, issue: <command>make check</command>.
    129     </para>
    130 
    131     <para>
    132138      Now, as the <systemitem class="username">root</systemitem> user:
    133139    </para>
    134140
    135141<screen role="root"><userinput>make install</userinput></screen>
     142
     143    <para>
     144      To test the results, issue: <command>make check</command>. Note
     145      that system-wide <application>D-Bus</application> daemon must
     146      be running or the tests will fail.
     147    </para>
    136148
    137149  </sect2>
     
    139151  <sect2 role="commands">
    140152    <title>Command Explanations</title>
     153
     154    <para>
     155      <parameter>--with-daemon-user=colord</parameter>: This
     156      switch is used so the <command>colord</command> daemon
     157      will run as an unprivileged user instead of
     158      <systemitem class="username">root</systemitem> user.
     159    </para>
    141160
    142161    <para>
     
    146165    </para>
    147166
    148     <para>
    149        <option>--disable-gusb</option>: This switch disables
    150        building of the <application>libgusb</application>
    151        specific code. Remove it if you have installed
    152        <application>libgusb</application>.
    153     </para>
    154 
    155167    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    156168      href="../../xincludes/static-libraries.xml"/>
     
    166178    <segmentedlist>
    167179      <segtitle>Installed Programs</segtitle>
    168       <segtitle>Installed Library</segtitle>
     180      <segtitle>Installed Libraries</segtitle>
    169181      <segtitle>Installed Directories</segtitle>
    170182
     
    172184        <seg>
    173185          cd-create-profile, cd-fix-profile, colord,
    174           colord-sane and colormgr
     186          colord-sane, colord-session and colormgr
    175187        </seg>
    176188        <seg>
    177           libcolord.so
     189          libcolordprivate.so, libcolord.so, libcolorhug.so,
     190          libdtp94-private.so, libhuey-private.so and
     191          libmunki-private.so
    178192        </seg>
    179193        <seg>
     
    219233      </varlistentry>
    220234
    221       <varlistentry id="colord-prog">
    222         <term><command>colord</command></term>
    223         <listitem>
    224           <para>
    225             is the Color Daemon.
    226           </para>
    227           <indexterm zone="colord colord-prog">
    228             <primary sortas="b-colord">colord</primary>
    229           </indexterm>
    230         </listitem>
    231       </varlistentry>
    232 
    233235      <varlistentry id="colormgr">
    234236        <term><command>colormgr</command></term>
Note: See TracChangeset for help on using the changeset viewer.