Changeset 7ded7e3 for general/prog


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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/prog.xml

    rc099902d r7ded7e3  
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="doxygen.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdb.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="git.xml"/>
     
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-modules.xml"/>
    5050  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/>
     51  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slang.xml"/>
    5152  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="subversion.xml"/>
    5253  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/>
    53   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slang.xml"/>
    54   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="spidermonkey.xml"/>
    5554  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
    5655  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tk.xml"/>
  • general/prog/python-modules.xml

    rc099902d r7ded7e3  
    4444  <!ENTITY pygobject3-download-ftp
    4545  "&gnome-download-ftp;/pygobject/3.2/pygobject-&pygobject3-version;.tar.xz">
    46   <!ENTITY pygobject3-md5sum        "3f6e63de5aa422710c268b249e2244bf">
     46  <!ENTITY pygobject3-md5sum        "f895f1ec37f60c2ba528c2d760bcb69e">
    4747  <!ENTITY pygobject3-size          "540 KB">
    4848  <!ENTITY pygobject3-buildsize     "13 MB">
  • general/prog/vala.xml

    rc099902d r7ded7e3  
    3030    <title>Introduction to Vala</title>
    3131
    32     <para><application>Vala</application> is a new programming language that
    33     aims to bring modern programming language features to
    34     <application>GNOME</application> developers without imposing any additional
    35     runtime requirements and without using a different ABI compared to
    36     applications and libraries written in C.</para>
     32    <para>
     33      <application>Vala</application> is a new programming language that
     34      aims to bring modern programming language features to
     35      <application>GNOME</application> developers without imposing any
     36      additional runtime requirements and without using a different ABI
     37      compared to applications and libraries written in C.
     38    </para>
    3739
    3840    &lfs70_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&vala-download-http;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download (FTP): <ulink url="&vala-download-ftp;"/></para>
    47       </listitem>
    48       <listitem>
    49         <para>Download MD5 sum: &vala-md5sum;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Download size: &vala-size;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated disk space required: &vala-buildsize;</para>
    56       </listitem>
    57       <listitem>
    58         <para>Estimated build time: &vala-time;</para>
     45        <para>
     46          Download (HTTP): <ulink url="&vala-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&vala-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &vala-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &vala-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &vala-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &vala-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    7488
    7589    <para condition="html" role="usernotes">User Notes:
    76     <ulink url="&blfs-wiki;/vala"/></para>
    77 
     90      <ulink url="&blfs-wiki;/vala"/>
     91    </para>
    7892  </sect2>
    7993
     
    87101make</userinput></screen>
    88102
    89     <para>To test the results, issue: <command>make check</command>.  Note
    90     that a <application>D-Bus</application> session daemon must be running for
    91     the tests to succeed.</para>
    92 
    93     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     103    <para>
     104      To test the results, issue: <command>make check</command>.  Note
     105      that a <application>D-Bus</application> session daemon must be
     106      running for the tests to succeed.
     107    </para>
     108
     109    <para>
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
    94112
    95113<screen role="root"><userinput>make install</userinput></screen>
     
    117135          /usr/include/vala-0.16,
    118136          /usr/lib/vala-0.16,
    119           /usr/share/devhelp/books/vala-0.16
    120           and /usr/share/{vala,vala-0.16}
     137          /usr/share/devhelp/books/vala-0.16 and
     138          /usr/share/{vala,vala-0.16}
    121139        </seg>
    122140      </seglistitem>
     
    131149        <term><command>valac</command></term>
    132150        <listitem>
    133           <para>is a compiler that translates <application>Vala</application>
    134           source code into C source and header files.</para>
     151          <para>
     152            is a compiler that translates <application>Vala</application>
     153            source code into C source and header files.
     154          </para>
    135155          <indexterm zone="vala valac">
    136156            <primary sortas="b-valac">valac</primary>
     
    142162        <term><command>vala-gen-introspect</command></term>
    143163        <listitem>
    144           <para>generates a GI file for GObject and glib based packages.</para>
     164          <para>
     165            generates a GI file for GObject and GLib based packages.
     166          </para>
    145167          <indexterm zone="vala vala-gen-introspect">
    146168            <primary sortas="b-vala-gen-introspect">vala-gen-introspect</primary>
     
    152174        <term><command>vapicheck</command></term>
    153175        <listitem>
    154           <para>verifies the generated bindings.</para>
     176          <para>
     177            verifies the generated bindings.
     178          </para>
    155179          <indexterm zone="vala vapicheck">
    156180            <primary sortas="b-vapicheck">vapicheck</primary>
     
    162186        <term><command>vapigen</command></term>
    163187        <listitem>
    164           <para>is a utility which generates <application>Vala</application> API
    165           (VAPI) files from GI files.</para>
     188          <para>
     189            is a utility which generates <application>Vala</application> API
     190            (VAPI) files from GI files.
     191          </para>
    166192          <indexterm zone="vala vapigen">
    167193            <primary sortas="b-vapigen">vapigen</primary>
     
    173199        <term><filename class='libraryfile'>libvala-0.16.so</filename></term>
    174200        <listitem>
    175           <para>contains the <application>Vala</application> API
    176           functions.</para>
     201          <para>
     202            contains the <application>Vala</application> API functions.
     203          </para>
    177204          <indexterm zone="vala libvala-0">
    178205            <primary sortas="c-libvala-0">libvala-0.16.so</primary>
Note: See TracChangeset for help on using the changeset viewer.