Ignore:
Timestamp:
11/12/2012 10:15:41 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:
a2bf8b17
Parents:
8a5b462
Message:

Package upgrades, minor fixes throughout the book and Pangox compat adition to pango instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r8a5b462 r28b61748  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "e1e3bfd048afa63e3187e9b9dc68f0c7">
    11   <!ENTITY colord-size          "536 KB">
     10  <!ENTITY colord-md5sum        "1e7c4164c35b8415af108fb2a0db7e1f">
     11  <!ENTITY colord-size          "540 KB">
    1212  <!ENTITY colord-buildsize     "16 MB">
    1313  <!ENTITY colord-time          "0.2 SBU">
     
    118118            --localstatedir=/var \
    119119            --libexecdir=/usr/lib/colord \
     120            --enable-vala \
     121            --disable-gusb \
    120122            --disable-static &amp;&amp;
    121123make</userinput></screen>
     
    135137  <sect2 role="commands">
    136138    <title>Command Explanations</title>
     139
     140    <para>
     141      <option>--enable-vala</option>: This switch enables
     142      building of the Vala bindings. Remove if you don't
     143      have <xref linkend="vala"/> installed.
     144    </para>
     145
     146    <para>
     147       <option>--disable-gusb</option>: This switch disables
     148       building of the <application>libgusb</application>
     149       specific code. Remove it if you have installed
     150       <application>libgusb</application>.
     151    </para>
    137152
    138153    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    163178          /usr/include/colord-1,
    164179          /usr/lib/colord,
     180          /usr/lib/colord-plugins,
    165181          /usr/lib/colord-sensors,
    166182          /usr/share/color,
Note: See TracChangeset for help on using the changeset viewer.