Ignore:
Timestamp:
11/26/2014 09:23:29 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
bc4baa72
Parents:
89af2e1
Message:

Update to colord-1.2.6.Update to LVM2.2.02.113.
Update to libgusb-0.2.1.
Update to dbus-1.8.12.
Update to libwnck-3.14.0.
Update to notification-daemon-3.14.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r89af2e1 r2b872a2  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "d74f6d476bb161e8cab31e5bd0406f92">
     10  <!ENTITY colord-md5sum        "ec1ad709bac22963877dbf48381ec34c">
    1111  <!ENTITY colord-size          "1.2 MB">
    1212  <!ENTITY colord-buildsize     "32 MB (additional 3 MB to build and install the API documentation, and 3 MB for the tests)">
     
    107107      <xref linkend="libxslt"/>,
    108108      <xref linkend="sane"/>,
    109       <xref linkend="valgrind"/> (required for the tests), and
     109      <xref linkend="valgrind"/> (required for the tests),
     110      <ulink url="http://www.argyllcms.com/">ArgllCMS</ulink>, and
    110111      <ulink url="http://bash-completion.alioth.debian.org/">Bash Completion</ulink>,
    111112    </para>
     
    141142            --enable-vala                \
    142143            --enable-systemd-login=no    \
     144            --disable-argyllcms-sensor   \
    143145            --disable-bash-completion    \
    144146            --disable-static             \
     
    165167
    166168    <para>
    167       <parameter>--enable-libsystemd-login=no</parameter>: This parameter fixes
    168       building without <application>systemd</application>, which is not part
    169       of LFS/BLFS. If you use <application>systemd</application>,
    170       replace "no" by "yes".
    171     </para>
    172 
    173     <para>
    174169      <parameter>--with-daemon-user=colord</parameter>: This
    175170      switch is used so the <command>colord</command> daemon
     
    185180
    186181    <para>
     182      <parameter>--enable-systemd-login=no</parameter>: This parameter fixes
     183      building without <application>systemd</application>, which is not part
     184      of LFS/BLFS. If you use <application>systemd</application>,
     185      replace "no" by "yes".
     186    </para>
     187
     188    <para>
     189      <parameter>--disable-argyllcms-sensor</parameter>: Disables <ulink
     190      url="http://www.argyllcms.com/">ArgllCMS</ulink> sensor driver.
     191    </para>
     192
     193    <para>
    187194      <parameter>--disable-bash-completion</parameter>: This switch
    188195      disables <application>Bash Completion</application>
     
    190197    </para>
    191198
    192     <para>
    193       <option>--disable-systemd-login</option>: This switch prevents
    194       <command>configure</command> to look for
    195       <application>Systemd</application> libraries.
    196     </para>
    197 
    198     <para>
    199       <option>--with-systemdsystemunitdir=no</option>: Disable
    200       attempting to build with systemd libraries.
    201     </para>
    202 
    203199    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    204200      href="../../xincludes/static-libraries.xml"/>
     201
     202    <para>
     203      <parameter>--with-systemdsystemunitdir=no</parameter>: Disables
     204      attempting to build with systemd libraries.
     205    </para>
    205206
    206207    <para>
Note: See TracChangeset for help on using the changeset viewer.