Changeset a54950b
- Timestamp:
- 04/06/2005 11:04:16 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 56091937
- Parents:
- cf068ee1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
rcf068ee1 ra54950b 94 94 gobject-query</seg> 95 95 <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so and 96 libgthread-2.0 </seg>96 libgthread-2.0.so</seg> 97 97 <seg>/usr/include/glib-2.0, /usr/lib/glib-2.0 and 98 98 /usr/share/glib-2.0</seg> -
x/lib/pango.xml
rcf068ee1 ra54950b 20 20 <?dbhtml filename="pango.html" ?> 21 21 <title>Pango-&pango-version;</title> 22 <indexterm zone="pango"> 23 <primary sortas="a-Pango">Pango</primary></indexterm> 22 24 23 25 <sect2> … … 71 73 72 74 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 73 make && 74 make install</command></userinput></screen> 75 make</command></userinput></screen> 76 77 <para>To test the results, issue: <command>make check</command>.</para> 78 79 <para>Now, as the root user:</para> 80 81 <screen><userinput role="root"><command>make install</command></userinput></screen> 75 82 76 83 </sect2> … … 92 99 <title>Configuring <application>Pango</application></title> 93 100 94 <sect3 ><title>Config files</title>101 <sect3 id="pango-config"><title>Config files</title> 95 102 <para><filename>/etc/pango/pangorc</filename>, 96 103 <filename>~/.pangorc</filename> and the file specified in the 97 104 environment variable <envar>PANGO_RC_FILE</envar></para> 105 106 <indexterm zone="pango pango-config"> 107 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary> 108 </indexterm> 109 110 <indexterm zone="pango pango-config"> 111 <primary sortas="e-AA.pangorc">~/.pangorc</primary> 112 </indexterm> 113 98 114 </sect3> 99 115 … … 109 125 <title>Contents</title> 110 126 111 <para>The <application>Pango</application> package contains 112 <command>pango-querymodules</command>, 113 <filename class="libraryfile">libpango</filename> libraries and 114 <application>Pango</application> loadable modules.</para> 127 <segmentedlist> 128 <segtitle>Installed Program</segtitle> 129 <segtitle>Installed Libraries</segtitle> 130 <segtitle>Installed Directories</segtitle> 131 <seglistitem> 132 <seg>pango-querymodules</seg> 133 <seg>libpango*.so and <application>Pango</application> loadable 134 modules.</seg> 135 <seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango and 136 /usr/share/gtk-doc/html/pango</seg> 137 </seglistitem> 138 </segmentedlist> 115 139 116 </sect2> 140 <variablelist> 141 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 142 <?dbfo list-presentation="list"?> 117 143 118 <sect2><title>Description</title> 144 <varlistentry id="pango-querymodules"> 145 <term><command>pango-querymodules</command></term> 146 <listitem><para>is a module registration utility that collects 147 information about <application>Pango</application> loadable 148 modules.</para> 149 <indexterm zone="pango pango-querymodules"> 150 <primary sortas="b-pango-querymodules"></primary></indexterm> 151 </listitem> 152 </varlistentry> 119 153 120 <sect3><title>pango-querymodules</title> 121 <para><command>pango-querymodules</command> is a module registration utility 122 that collects information about <application>Pango</application> loadable 123 modules</para></sect3> 154 <varlistentry id="Pango-libraries"> 155 <term>Pango libraries</term> 156 <listitem><para>contain low level layout rendering routines, a high 157 level driver for laying out entire blocks of text, and routines 158 to assist in editing internationalized text.</para> 159 <indexterm zone="pango Pango-libraries"> 160 <primary sortas="b-Pango-libraries"></primary></indexterm> 161 </listitem> 162 </varlistentry> 124 163 125 <sect3><title>Pango libraries</title> 126 <para><application>Pango</application> libraries contain low level layout 127 rendering routines, a high level driver for laying out entire blocks of text, 128 and routines to assist in editing internationalized text.</para></sect3> 164 </variablelist> 129 165 130 166 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.