Ignore:
Timestamp:
05/16/2012 04:39:28 PM (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:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gtksourceview.xml

    rc099902d r7ded7e3  
    99  <!ENTITY gtksourceview-download-ftp 
    1010           "&gnome-download-ftp;/gtksourceview/3.4/gtksourceview-&gtksourceview-version;.tar.xz">
    11   <!ENTITY gtksourceview-md5sum        "637a8a5b909cfd7e77ca0e414a225e24">
     11  <!ENTITY gtksourceview-md5sum        "c3589ee21e811bdc44091c3dc947ba4e">
    1212  <!ENTITY gtksourceview-size          "1.2 MB">
    1313  <!ENTITY gtksourceview-buildsize     "33 MB">
     
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to gtksourceview</title>
     32    <title>Introduction to GtkSourceView</title>
    3333
    34     <para>The <application>gtksourceview</application> package contains
    35     libraries used for extending the <application>GTK</application>
    36     text functions to include syntax highlighting.</para>
     34    <para>
     35      The <application>GtkSourceView</application> package contains
     36      libraries used for extending the <application>GTK+</application>
     37      text functions to include syntax highlighting.
     38    </para>
    3739
    3840    &lfs70_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&gtksourceview-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&gtksourceview-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&gtksourceview-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&gtksourceview-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &gtksourceview-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &gtksourceview-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &gtksourceview-size;</para>
     60        <para>
     61          Download size: &gtksourceview-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &gtksourceview-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &gtksourceview-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &gtksourceview-time;</para>
     70        <para>
     71          Estimated build time: &gtksourceview-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
    6175
    62     <bridgehead renderas="sect3">gtksourceview Dependencies</bridgehead>
     76    <bridgehead renderas="sect3">GtkSourceView Dependencies</bridgehead>
    6377
    6478    <bridgehead renderas="sect4">Required</bridgehead>
     
    7993
    8094    <para condition="html" role="usernotes">User Notes:
    81     <ulink url="&blfs-wiki;/gtksourceview"/></para>
    82 
     95      <ulink url="&blfs-wiki;/gtksourceview"/>
     96    </para>
    8397  </sect2>
    8498
    8599  <sect2 role="installation">
    86     <title>Installation of gtksourceview</title>
     100    <title>Installation of GtkSourceView</title>
    87101
    88     <para>Install <application>gtksourceview</application> by running the
    89     following commands:</para>
     102    <para>
     103      Install <application>GtkSourceView</application> by running the
     104      following commands:
     105    </para>
    90106
    91107<screen><userinput>./configure --prefix=/usr &amp;&amp;
    92108make</userinput></screen>
    93109
    94     <para>This package does not come with a test suite. If you have the
    95     optional dependencies to build the test programs installed,
    96     <emphasis role='strong'>after the package is installed</emphasis> you can
    97     change to the <filename class='directory'>tests</filename> directory in the
    98     source tree and issue <command>./test-widget</command>. This will test the
    99     functionality of the
    100     <filename class='libraryfile'>libgtksourceview-3.0</filename> library.</para>
     110    <para>
     111      This package does not come with a test suite.
     112    </para>
    101113
    102     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     114    <para>
     115      Now, as the <systemitem class="username">root</systemitem> user:
     116    </para>
    103117
    104118<screen role="root"><userinput>make install</userinput></screen>
     
    109123    <title>Command Explanations</title>
    110124
    111 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    112     href="../../xincludes/gnome-prefix.xml"/> -->
    113 
    114125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../../xincludes/gtk-doc-rebuild.xml"/>
     126      href="../../xincludes/gtk-doc-rebuild.xml"/>
    116127
    117128  </sect2>
     
    144155        <term><filename class='libraryfile'>libgtksourceview-3.0.so</filename></term>
    145156        <listitem>
    146           <para>contains function extensions for the GtkTextView widget.</para>
     157          <para>
     158            contains function extensions for the GtkTextView widget.
     159          </para>
    147160          <indexterm zone="gtksourceview libgtksourceview-3">
    148161            <primary sortas="c-libgtksourceview-3">libgtksourceview-3.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.