Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord-systemd.xml

    r4a83293 rac38e9dc  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "73d5979385667c5f0d683e7f2b226758">
    11   <!ENTITY colord-size          "1.1 MB">
    12   <!ENTITY colord-buildsize     "30.9 MB">
    13   <!ENTITY colord-time          "0.9 SBU">
     10  <!ENTITY colord-md5sum        "54007f28fa5cce05e7fa3fa64c568024">
     11  <!ENTITY colord-size          "1.2 MB">
     12  <!ENTITY colord-buildsize     "42 MB">
     13  <!ENTITY colord-time          "0.6 SBU">
    1414]>
    1515
     
    3838    </para>
    3939
    40     &lfs76_checked;
     40    &lfs77_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8686    <bridgehead renderas="sect4">Recommended</bridgehead>
    8787    <para role="recommended">
     88      <xref linkend="libgudev"/>,
    8889      <xref linkend="libgusb"/>,
    8990      <xref linkend="gobject-introspection"/>,
    9091      <xref linkend="polkit"/>,
    91       <xref linkend="systemd"/> (for GUdev and Logind) and
     92      <xref linkend="systemd"/> and
    9293      <xref linkend="vala"/>
    9394    </para>
     
    9596    <bridgehead renderas="sect4">Optional</bridgehead>
    9697    <para role="optional">
    97       <ulink url="http://bash-completion.alioth.debian.org/">Bash Completion</ulink>,
    98       <ulink url="http://www.freedesktop.org/software/colord/releases/">
    99       colord-gtk</ulink> and <xref linkend="gnome-desktop"/>
    100       (To build the example tools),
     98      <xref linkend="colord-gtk"/> and
     99      <xref linkend="gnome-desktop"/>
     100      (required to build the example tools),
    101101      <xref linkend="docbook-utils"/>,
    102102      <xref linkend="gtk-doc"/>,
    103103      <xref linkend="libxslt"/>,
    104       <xref linkend="sane"/>, and
    105       <xref linkend="valgrind"/> (required for the tests)
     104      <xref linkend="sane"/>,
     105      <xref linkend="valgrind"/> (required for the tests),
     106      <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink> and
     107      <ulink url="http://bash-completion.alioth.debian.org/">Bash Completion</ulink>
    106108    </para>
    107109
     
    130132    </para>
    131133
    132 <screen><userinput>./configure --prefix=/usr                \
    133             --sysconfdir=/etc            \
    134             --localstatedir=/var         \
    135             --with-daemon-user=colord    \
    136             --enable-vala                \
    137             --disable-argyllcms-sensor   \
    138             --disable-bash-completion    \
     134<screen><userinput>./configure --prefix=/usr              \
     135            --sysconfdir=/etc          \
     136            --localstatedir=/var       \
     137            --with-daemon-user=colord  \
     138            --enable-vala              \
     139            --disable-argyllcms-sensor \
     140            --disable-bash-completion  \
    139141            --disable-static &amp;&amp;
    140142make</userinput></screen>
     
    173175
    174176    <para>
     177      <parameter>--disable-argyllcms-sensor</parameter>: This switch
     178      disables building of the ArgyllCMS sensor because the
     179      dependency required to build it is not part of BLFS.
     180    </para>
     181
     182    <para>
    175183      <parameter>--disable-bash-completion</parameter>: This switch
    176184      disables <application>Bash Completion</application>
     
    193201
    194202    <para>
    195       <option>--disable-gudev</option>: Use this switch if you don't have
     203      <option>--disable-udev</option>: Use this switch if you don't have
    196204      GUdev installed.
    197205    </para>
     
    200208      <option>--disable-polkit</option>: Use this switch if you don't have
    201209      <application>Polkit</application> installed.
    202     </para>
    203 
    204     <para>
    205       <parameter>--disable-argyllcms-sensor</parameter>: Disables <ulink
    206       url="http://www.argyllcms.com/">ArgllCMS</ulink> sensor driver.
    207210    </para>
    208211
     
    219222      <seglistitem>
    220223        <seg>
    221           cd-create-profile, cd-fix-profile, cd-iccdump, colord,
    222           colord-sane, colord-session, and colormgr
     224          cd-create-profile, cd-fix-profile, cd-iccdump, cd-it8, and colormgr
    223225        </seg>
    224226        <seg>
     
    267269      </varlistentry>
    268270
     271      <varlistentry id="cd-iccdump">
     272        <term><command>cd-iccdump</command></term>
     273        <listitem>
     274          <para>
     275            dumps the contents of an ICC profile as human readable text.
     276          </para>
     277          <indexterm zone="colord cd-iccdump">
     278            <primary sortas="b-cd-iccdump">cd-iccdump</primary>
     279          </indexterm>
     280        </listitem>
     281      </varlistentry>
     282
     283      <varlistentry id="cd-it8">
     284        <term><command>cd-it8</command></term>
     285        <listitem>
     286          <para>
     287            is a Color Manager Testing Tool.
     288          </para>
     289          <indexterm zone="colord cd-it8">
     290            <primary sortas="b-cd-it8">cd-it8</primary>
     291          </indexterm>
     292        </listitem>
     293      </varlistentry>
     294
    269295      <varlistentry id="colormgr">
    270296        <term><command>colormgr</command></term>
Note: See TracChangeset for help on using the changeset viewer.