Changeset 2ffe965 for x/lib


Ignore:
Timestamp:
06/15/2012 11:54:10 AM (12 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:
bccef10
Parents:
77b4c621
Message:

Add some notes about using DESTDIR installation to gtk3, gdk-pixbuf and pango pages.

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

Location:
x/lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gdk-pixbuf.xml

    r77b4c621 r2ffe965  
    130130
    131131<screen role="root"><userinput>make install</userinput></screen>
     132
     133    <note>
     134      <para>
     135        If you installed the package on to your system using a
     136        <quote>DESTDIR</quote> method then important file was not installed and
     137        must be copied and/or generated. Generate it using the following
     138        command as the <systemitem class="username">root</systemitem> user:
     139      </para>
     140
     141<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
     142    </note>
    132143  </sect2>
    133144
  • x/lib/gtk+2.xml

    r77b4c621 r2ffe965  
    146146      <para>
    147147        If you installed the package on to your system using a
    148         <quote>DESTDIR</quote> method two important files were not installed and
    149         must be copied and/or generated. Generate them using the following
    150         commands as the <systemitem class="username">root</systemitem> user:
    151       </para>
    152 
    153 <screen role="root"><userinput>gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders &amp;&amp;
    154 gtk-query-immodules-2.0  > /etc/gtk-2.0/gtk.immodules</userinput></screen>
     148        <quote>DESTDIR</quote> method then important file was not installed and
     149        must be copied and/or generated. Generate it using the following
     150        command as the <systemitem class="username">root</systemitem> user:
     151      </para>
     152
     153<screen role="root"><userinput>gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules</userinput></screen>
    155154    </note>
    156155  </sect2>
  • x/lib/gtk+3.xml

    r77b4c621 r2ffe965  
    137137
    138138<screen role="root"><userinput>make install</userinput></screen>
     139
     140    <note>
     141      <para>
     142        If you installed the package on to your system using a
     143        <quote>DESTDIR</quote> method then important file was not installed and
     144        must be copied and/or generated. Generate it using the following
     145        command as the <systemitem class="username">root</systemitem> user:
     146      </para>
     147
     148<screen role="root"><userinput>gtk-query-immodules-3.0 --update-cache</userinput></screen>
     149    </note>
    139150  </sect2>
    140151
     
    152163      being run as they are known to fail.
    153164    </para>
     165
    154166  </sect2>
    155167
  • x/lib/pango.xml

    r77b4c621 r2ffe965  
    115115
    116116<screen role="root"><userinput>make install</userinput></screen>
     117
     118    <note>
     119      <para>
     120        If you installed the package on to your system using a
     121        <quote>DESTDIR</quote> method then important file was not installed and
     122        must be copied and/or generated. Generate it using the following
     123        command as the <systemitem class="username">root</systemitem> user:
     124      </para>
     125
     126<screen role="root"><userinput>pango-querymodules > /etc/pango/pango.modules</userinput></screen>
     127    </note>
    117128  </sect2>
    118129
     
    121132
    122133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../../xincludes/gtk-doc-rebuild.xml"/>
     134      href="../../xincludes/gtk-doc-rebuild.xml"/>
     135
    124136  </sect2>
    125137
Note: See TracChangeset for help on using the changeset viewer.