Changeset 7553afee for x/lib


Ignore:
Timestamp:
06/30/2019 04:24:52 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6b50dff
Parents:
6259734
Message:

Update to gnome-control-center-3.32.2
Update to colord-gtk-0.2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/colord-gtk.xml

    r6259734 r7553afee  
    77  <!ENTITY colord-gtk-download-http "https://www.freedesktop.org/software/colord/releases/colord-gtk-&colord-gtk-version;.tar.xz">
    88  <!ENTITY colord-gtk-download-ftp  " ">
    9   <!ENTITY colord-gtk-md5sum        "bb9d6f3c037152ad791003375aa6c16c">
    10   <!ENTITY colord-gtk-size          "276 KB">
    11   <!ENTITY colord-gtk-buildsize     "4.2 MB">
     9  <!ENTITY colord-gtk-md5sum        "66d048803c8b89e5e63da4b461484933">
     10  <!ENTITY colord-gtk-size          "20 KB">
     11  <!ENTITY colord-gtk-buildsize     "41 MB">
    1212  <!ENTITY colord-gtk-time          "less than 0.1 SBU">
    1313]>
     
    112112    </para>
    113113
    114 <screen><userinput>./configure --prefix=/usr    \
    115             --enable-vala    \
    116             --disable-static &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make check</command>.
     114<screen><userinput>mkdir build &amp;&amp;
     115cd    build &amp;&amp;
     116
     117meson --prefix=/usr  \
     118      -Dgtk2=true    \
     119      -Dvapi=true    \
     120      -Ddocs=false   \
     121      -Dman=false .. &amp;&amp;
     122ninja</userinput></screen>
     123
     124    <para>
     125      To test the results, issue: <command>ninja test</command>.
     126      The tests need to be run from an X session, and may require
     127      a color profile for your primary display.
     128      <!-- on an ASUS 32" IPS display, I have a color profile and it works
     129           properly. On the other hand, with a Dell SP2208WFP LCD,
     130           no color profile is available and the tests fail. It seems to
     131           depend on the system/display. -->
    121132    </para>
    122133
     
    125136    </para>
    126137
    127 <screen role="root"><userinput>make install</userinput></screen>
     138<screen role="root"><userinput>ninja install</userinput></screen>
    128139  </sect2>
    129140
     
    132143
    133144    <para>
    134       <parameter>--enable-vala</parameter>: This switch enables
     145      <parameter>-Dvapi=true</parameter>: This switch enables
    135146      building of the Vala bindings. Remove if you don't
    136147      have <xref linkend="vala"/> installed.
    137148    </para>
    138149
     150    <para>
     151      <parameter>-Dgtk2=true</parameter>: This switch enables building
     152      the GTK+-2 bindings for colord.
     153    </para>
     154
     155    <para>
     156      <parameter>-Ddocs=false</parameter>: This switch disables building
     157      GTK-DOC based documentation. Even if GTK-DOC is installed, you will
     158      need the namespaced versions of the Docbook XSL stylesheets.
     159    </para>
     160
     161    <para>
     162      <parameter>-Dman=false</parameter>: This switch disables generating
     163      the manual pages for this package. Remove this switch if you have
     164      namespaced versions of the Docbook XSL stylesheets installed.
     165    </para>
     166
     167    <!--
    139168    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140169      href="../../xincludes/static-libraries.xml"/>
     
    142171    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143172      href="../../xincludes/gtk-doc-rebuild.xml"/>
    144 
     173    -->
    145174  </sect2>
    146175
     
    158187        </seg>
    159188        <seg>
    160           libcolord-gtk.so
     189          libcolord-gtk.so and libcolord-gtk2.so
    161190        </seg>
    162191        <seg>
     
    197226      </varlistentry>
    198227
     228      <varlistentry id="libcolord-gtk2">
     229        <term><filename class="libraryfile">libcolord-gtk2.so</filename></term>
     230        <listitem>
     231          <para>
     232            contains the <application>Colord</application>
     233            <application>GTK+-2</application> bindings.
     234          </para>
     235          <indexterm zone="colord-gtk libcolord-gtk2">
     236            <primary sortas="c-libcolord-gtk2">libcolord-gtk2.so</primary>
     237          </indexterm>
     238        </listitem>
     239      </varlistentry>
    199240    </variablelist>
    200241
Note: See TracChangeset for help on using the changeset viewer.