Changeset 3adee47 for gnome


Ignore:
Timestamp:
04/25/2012 09:17:02 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:
15237db
Parents:
52f9553c
Message:

gjs 1.32.0, libpeas 1.4.0, gnome-bluetooth 3.4.0, gnome-menus 3.4.0, gnome-panel 3.4.1, metacity 2.34.3 and gdl 3.4.2

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

Location:
gnome
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gdl.xml

    r52f9553c r3adee47  
    77  <!ENTITY gdl-download-http "&gnome-download-http;/gdl/3.4/gdl-&gdl-version;.tar.xz">
    88  <!ENTITY gdl-download-ftp  "&gnome-download-ftp;/gdl/3.4/gdl-&gdl-version;.tar.xz">
    9   <!ENTITY gdl-md5sum        "d2d80e7135019569de77b55afe38f62e">
     9  <!ENTITY gdl-md5sum        "501f6d2add5aa1758a51f140b9644602">
    1010  <!ENTITY gdl-size          "512 KB">
    1111  <!ENTITY gdl-buildsize     "12 MB">
  • gnome/core/gjs.xml

    r52f9553c r3adee47  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.30/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.30/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "908c1c8654d141d64aac07d57de9a457">
    10   <!ENTITY gjs-size          "445 KB">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.32/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.32/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "a77fe0edb6f681434d8360c62e471abf">
     10  <!ENTITY gjs-size          "456 KB">
    1111  <!ENTITY gjs-buildsize     "15 MB">
    12   <!ENTITY gjs-time          "0.3 SBU">
     12  <!ENTITY gjs-time          "0.4 SBU">
    1313]>
    1414
     
    3333    <application>GNOME</application>.</para>
    3434
    35     &lfs70_built;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="cairo"/>,
    63     <xref linkend="dbus-glib"/>, and
    64     <xref linkend="gobject-introspection"/>, and
    65     <xref linkend="SpiderMonkey"/></para>
     62    <para role="required">
     63      <xref linkend="cairo"/>,
     64      <xref linkend="dbus-glib"/>,
     65      <xref linkend="gobject-introspection"/> and
     66      <xref linkend="SpiderMonkey"/>
     67    </para>
    6668
    6769    <para condition="html" role="usernotes">User Notes:
     
    7678    commands:</para>
    7779
    78 <screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     80<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7981make</userinput></screen>
    8082
     
    9698
    9799      <seglistitem>
    98         <seg>gjs and gjs-console</seg>
    99         <seg>cairoNative.so, console.so, dbusNative.so, debugger.so, gettextNative.so, langNative.so, libgjs-dbus.so, libgjs-gdbus.so, libgjs.so, and mainloop.so</seg>
    100         <seg><envar>$GNOME_PREFIX</envar>/{include/gjs-1.0/{gi,gjs-dbus},lib/gjs-1.0,share/gjs-1.0/{overrides,tweener}}</seg>
     100        <seg>
     101          gjs and gjs-console
     102        </seg>
     103        <seg>
     104          libgjs-dbus.so, libgjs-gdbus.so and libgjs.so
     105        </seg>
     106        <seg>
     107          /usr/include/gjs-1.0, /usr/lib/gjs-1.0 and
     108          /usr/share/gjs-1.0
     109        </seg>
    101110      </seglistitem>
    102111    </segmentedlist>
     
    107116      <?dbhtml list-presentation="table"?>
    108117
    109       <varlistentry id="gjs-prog">
    110         <term><command>gjs-prog</command></term>
     118<!--      <varlistentry id="gjs-prog">
     119        <term><command>gjs</command></term>
    111120        <listitem>
    112121          <para>does this .....</para>
    113122          <indexterm zone="gjs gjs-prog">
    114             <primary sortas="b-gjs-prog">gjs-prog</primary>
     123            <primary sortas="b-gjs">gjs</primary>
    115124          </indexterm>
    116125        </listitem>
     
    123132          <indexterm zone="gjs gjs-console">
    124133            <primary sortas="b-gjs-console">gjs-console</primary>
    125           </indexterm>
    126         </listitem>
    127       </varlistentry>
    128 
    129       <varlistentry id="cairoNative">
    130         <term><filename class='libraryfile'>cairoNative.so</filename></term>
    131         <listitem>
    132           <para>contains functions that .....</para>
    133           <indexterm zone="gjs cairoNative">
    134             <primary sortas="c-cairoNative">cairoNative.so</primary>
    135           </indexterm>
    136         </listitem>
    137       </varlistentry>
    138 
    139       <varlistentry id="console">
    140         <term><filename class='libraryfile'>console.so</filename></term>
    141         <listitem>
    142           <para>contains functions that .....</para>
    143           <indexterm zone="gjs console">
    144             <primary sortas="c-console">console.so</primary>
    145           </indexterm>
    146         </listitem>
    147       </varlistentry>
    148 
    149       <varlistentry id="dbusNative">
    150         <term><filename class='libraryfile'>dbusNative.so</filename></term>
    151         <listitem>
    152           <para>contains functions that .....</para>
    153           <indexterm zone="gjs dbusNative">
    154             <primary sortas="c-dbusNative">dbusNative.so</primary>
    155           </indexterm>
    156         </listitem>
    157       </varlistentry>
    158 
    159       <varlistentry id="debugger">
    160         <term><filename class='libraryfile'>debugger.so</filename></term>
    161         <listitem>
    162           <para>contains functions that .....</para>
    163           <indexterm zone="gjs debugger">
    164             <primary sortas="c-debugger">debugger.so</primary>
    165           </indexterm>
    166         </listitem>
    167       </varlistentry>
    168 
    169       <varlistentry id="gettextNative">
    170         <term><filename class='libraryfile'>gettextNative.so</filename></term>
    171         <listitem>
    172           <para>contains functions that .....</para>
    173           <indexterm zone="gjs gettextNative">
    174             <primary sortas="c-gettextNative">gettextNative.so</primary>
    175           </indexterm>
    176         </listitem>
    177       </varlistentry>
    178 
    179       <varlistentry id="langNative">
    180         <term><filename class='libraryfile'>langNative.so</filename></term>
    181         <listitem>
    182           <para>contains functions that .....</para>
    183           <indexterm zone="gjs langNative">
    184             <primary sortas="c-langNative">langNative.so</primary>
    185134          </indexterm>
    186135        </listitem>
     
    205154          </indexterm>
    206155        </listitem>
    207       </varlistentry>
     156      </varlistentry> -->
    208157
    209158      <varlistentry id="libgjs">
    210159        <term><filename class='libraryfile'>libgjs.so</filename></term>
    211160        <listitem>
    212           <para>contains functions that .....</para>
     161          <para>contains the JavaScript bindings for GObject.</para>
    213162          <indexterm zone="gjs libgjs">
    214163            <primary sortas="c-libgjs">libgjs.so</primary>
    215           </indexterm>
    216         </listitem>
    217       </varlistentry>
    218 
    219       <varlistentry id="mainloop">
    220         <term><filename class='libraryfile'>mainloop.so</filename></term>
    221         <listitem>
    222           <para>contains functions that .....</para>
    223           <indexterm zone="gjs mainloop">
    224             <primary sortas="c-mainloop">mainloop.so</primary>
    225164          </indexterm>
    226165        </listitem>
  • gnome/core/gnome-bluetooth.xml

    r52f9553c r3adee47  
    55  %general-entities;
    66
    7   <!ENTITY gnome-bluetooth-download-http "&gnome-download-http;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    8   <!ENTITY gnome-bluetooth-download-ftp  "&gnome-download-ftp;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    9   <!ENTITY gnome-bluetooth-md5sum        "6a2bd7d67395dff90e7b45ecb7f7d89c">
     7  <!ENTITY gnome-bluetooth-download-http
     8           "&gnome-download-http;/gnome-bluetooth/3.4/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     9  <!ENTITY gnome-bluetooth-download-ftp 
     10           "&gnome-download-ftp;/gnome-bluetooth/3.4/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     11  <!ENTITY gnome-bluetooth-md5sum        "6e5763f4cfd98753cb191346c156a786">
    1012  <!ENTITY gnome-bluetooth-size          "1.1 MB">
    11   <!ENTITY gnome-bluetooth-buildsize     "23 MB">
     13  <!ENTITY gnome-bluetooth-buildsize     "20 MB">
    1214  <!ENTITY gnome-bluetooth-time          "0.5 SBU">
    1315]>
     
    3436    <application>GNOME</application> desktop.</para>
    3537
    36     &lfs70_built;
     38    &lfs70_checked;
    3739
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6163
    6264    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="GConf"/>,
    64     <xref linkend="libnotify"/>, and
    65     <xref linkend="nautilus-sendto"/></para>
     65    <para role="required">
     66      <xref linkend="gnome-doc-utils"/> and
     67      <xref linkend="libnotify"/>
     68    </para>
    6669
    6770    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    6871    <para role="required"><ulink url="http://www.bluez.org/">BlueZ</ulink></para>
    6972
     73    <bridgehead renderas="sect4">Recommended</bridgehead>
     74    <para role="recommended">
     75      <xref linkend="gobject-introspection"/> and
     76      <xref linkend="nautilus-sendto"/>
     77    </para>
     78
    7079    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><xref linkend="rarian"/></para>
     80    <para role="optional">
     81      <xref linkend="gtk-doc"/> and
     82      <xref linkend="rarian"/>
     83    </para>
    7284
    7385    <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
     
    8698    commands:</para>
    8799
    88 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    89             --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr \
     101            --sysconfdir=/etc &amp;&amp;
    90102make</userinput></screen>
    91103
     
    101113    <title>Command Explanations</title>
    102114
     115<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     116    href="../../xincludes/gnome-prefix.xml"/>
     117
    103118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    104     href="../../xincludes/gnome-prefix.xml"/>
    105 
    106     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="../../xincludes/gnome-sysconfdir.xml"/>
     119    href="../../xincludes/gnome-sysconfdir.xml"/> -->
    108120
    109121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    117129    <segmentedlist>
    118130      <segtitle>Installed Programs</segtitle>
    119       <segtitle>Installed Libraries</segtitle>
     131      <segtitle>Installed Library</segtitle>
    120132      <segtitle>Installed Directories</segtitle>
    121133
    122134      <seglistitem>
    123         <seg>bluetooth-applet, bluetooth-properties, bluetooth-sendto, and
    124         bluetooth-wizard</seg>
    125         <seg>libgbtgeoclue.so, libgnome-bluetooth.so, and
    126         libnstbluetooth.so</seg>
    127         <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-bluetooth,
    128         lib/gnome-bluetooth/plugins,share/{gnome-bluetooth,
    129         gnome/help/gnome-bluetooth/*,gtk-doc/html/gnome-bluetooth,
    130         omf/gnome-bluetooth}}</seg>
     135        <seg>
     136          bluetooth-applet, bluetooth-sendto and bluetooth-wizard
     137        </seg>
     138        <seg>
     139          libgnome-bluetooth.so
     140        </seg>
     141        <seg>
     142          /usr/include/gnome-bluetooth, /usr/lib/gnome-bluetooth,
     143          /usr/share/gnome-bluetooth,
     144          /usr/share/gnome/help/gnome-bluetooth,
     145          /usr/share/gtk-doc/html/gnome-bluetooth and
     146          /usr/share/omf/gnome-bluetooth
     147        </seg>
    131148      </seglistitem>
    132149    </segmentedlist>
     
    148165      </varlistentry>
    149166
    150       <varlistentry id="bluetooth-properties">
    151         <term><command>bluetooth-properties</command></term>
    152         <listitem>
    153           <para>is a <application>GTK</application> dialog for managing
    154           properties of the Linux Bluetooth stack.</para>
    155           <indexterm zone="gnome-bluetooth bluetooth-properties">
    156             <primary sortas="b-bluetooth-properties">bluetooth-properties</primary>
    157           </indexterm>
    158         </listitem>
    159       </varlistentry>
    160 
    161167      <varlistentry id="bluetooth-sendto">
    162168        <term><command>bluetooth-sendto</command></term>
     
    192198      </varlistentry>
    193199
    194       <varlistentry id="libgbtgeoclue">
    195         <term><filename class='libraryfile'>libgbtgeoclue.so</filename></term>
    196         <listitem>
    197           <para>is a <application>gnome-bluetooth</application> plugin.</para>
    198           <indexterm zone="gnome-bluetooth libgbtgeoclue">
    199             <primary sortas="c-libgbtgeoclue">libgbtgeoclue.so</primary>
    200           </indexterm>
    201         </listitem>
    202       </varlistentry>
    203 
    204200    </variablelist>
    205201
  • gnome/core/gnome-menus.xml

    r52f9553c r3adee47  
    55  %general-entities;
    66
    7   <!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.xz">
    8   <!ENTITY gnome-menus-download-ftp  "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.xz">
    9   <!ENTITY gnome-menus-md5sum        "74ce29e3b30584498cc29287ae049068">
    10   <!ENTITY gnome-menus-size          "393 KB">
    11   <!ENTITY gnome-menus-buildsize     "9.9 MB">
    12   <!ENTITY gnome-menus-time          "0.2 SBU">
     7  <!ENTITY gnome-menus-download-http
     8           "&gnome-download-http;/gnome-menus/3.4/gnome-menus-&gnome-menus-version;.tar.xz">
     9  <!ENTITY gnome-menus-download-ftp 
     10           "&gnome-download-ftp;/gnome-menus/3.4/gnome-menus-&gnome-menus-version;.tar.xz">
     11  <!ENTITY gnome-menus-md5sum        "fad2a6b9d0dd67f85520161552b51825">
     12  <!ENTITY gnome-menus-size          "400 KB">
     13  <!ENTITY gnome-menus-buildsize     "8.2 MB">
     14  <!ENTITY gnome-menus-time          "0.1 SBU">
    1315]>
    1416
     
    6567
    6668    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para role="required"><xref linkend="intltool"/>,
    68     <xref linkend="pkgconfig"/>,
    69     <xref linkend="python2"/></para>
    70 
    71     <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para role="optional"><xref linkend="gobject-introspection"/></para>
     69    <para role="required">
     70      <xref linkend="intltool"/> and
     71      <xref linkend="pkgconfig"/>
     72    </para>
     73
     74    <bridgehead renderas="sect4">Recommended</bridgehead>
     75    <para role="recommended">
     76      <xref linkend="gobject-introspection"/>
     77      (Required if building GNOME)
     78    </para>
    7379
    7480    <para condition="html" role="usernotes">User Notes:
     
    8389    commands:</para>
    8490
    85 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    86             --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr \
     92            --sysconfdir=/etc \
     93            --disable-static &amp;&amp;
    8794make</userinput></screen>
    8895
     
    98105    <title>Command Explanations</title>
    99106
     107<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     108    href="../../xincludes/gnome-prefix.xml"/>
     109
    100110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101     href="../../xincludes/gnome-prefix.xml"/>
     111    href="../../xincludes/gnome-sysconfdir.xml"/> -->
    102112
    103113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    104     href="../../xincludes/gnome-sysconfdir.xml"/>
    105 
    106     <para><option>--enable-static=no</option>: This switch prevents the static
    107     libraries being installed.</para>
    108 
    109   </sect2>
    110 
    111   <sect2 role="configuration">
     114    href="../../xincludes/static-libraries.xml"/>
     115
     116  </sect2>
     117
     118<!--  <sect2 role="configuration">
    112119    <title>Configuring gnome-menus</title>
    113120
     
    162169    </sect3>
    163170
    164   </sect2>
     171  </sect2> -->
    165172
    166173  <sect2 role="content">
     
    169176    <segmentedlist>
    170177      <segtitle>Installed Program</segtitle>
    171       <segtitle>Installed Libraries</segtitle>
     178      <segtitle>Installed Library</segtitle>
    172179      <segtitle>Installed Directories</segtitle>
    173180
    174181      <seglistitem>
    175         <seg>gmenu-simple-editor</seg>
    176         <seg>gmenu.{so,a} and libgnome-menu.{so,a}</seg>
    177         <seg><envar>$GNOME_SYSCONFDIR</envar>/xdg/menus,
    178         <envar>$GNOME_PREFIX</envar>/{include/gnome-menus,
    179         lib/python&python2-majorver;/site-packages/GMenuSimpleEditor,
    180         share/{desktop-directories,gnome-menus/{examples,ui},
    181         locale/{dv/LC_MESSAGES,gn/LC_MESSAGES,gv/LC_MESSAGES,
    182         ha/LC_MESSAGES}}}</seg>
     182        <seg>
     183          gmenu-simple-editor
     184        </seg>
     185        <seg>
     186          libgnome-menu.so
     187        </seg>
     188        <seg>
     189          /etc/xdg/menus, /usr/include/gnome-menus-3.0,
     190          /usr/lib/python2.7/site-packages/GMenuSimpleEditor and
     191          /usr/share/gnome-menus
     192        </seg>
    183193      </seglistitem>
    184194    </segmentedlist>
     
    192202        <term><command>gmenu-simple-editor</command></term>
    193203        <listitem>
    194           <para>is a simple front-end script to the
    195           <application>Python</application> Gmenu Simple Editor module</para>
     204          <para>is used to modify GNOME Menu layout.</para>
    196205          <indexterm zone="gnome-menus gmenu-simple-editor">
    197206            <primary sortas="b-gmenu-simple-editor">gmenu-simple-editor</primary>
     
    200209      </varlistentry>
    201210
    202       <varlistentry id="gmenu">
    203         <term><filename class='libraryfile'>gmenu.{so,a}</filename></term>
    204         <listitem>
    205           <para>is a <application>Python</application> library.</para>
    206           <indexterm zone="gnome-menus gmenu">
    207             <primary sortas="c-gmenu">gmenu.{so,a}</primary>
    208           </indexterm>
    209         </listitem>
    210       </varlistentry>
    211 
    212211      <varlistentry id="libgnome-menu">
    213         <term><filename class='libraryfile'>libgnome-menu.{so,a}</filename></term>
     212        <term><filename class='libraryfile'>libgnome-menu.so</filename></term>
    214213        <listitem>
    215214          <para>contains functions required to support GNOME's implementation
    216215          of the Desktop Menu Specification.</para>
    217216          <indexterm zone="gnome-menus libgnome-menu">
    218             <primary sortas="c-libgnome-menu">libgnome-menu.{so,a}</primary>
     217            <primary sortas="c-libgnome-menu">libgnome-menu.so</primary>
    219218          </indexterm>
    220219        </listitem>
  • gnome/core/gnome-panel.xml

    r52f9553c r3adee47  
    55  %general-entities;
    66
    7   <!ENTITY gnome-panel-download-http "&gnome-download-http;/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.xz">
    8   <!ENTITY gnome-panel-download-ftp  "&gnome-download-ftp;/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.xz">
    9   <!ENTITY gnome-panel-md5sum        "cc2c18e18396d728cc10c58596db2f9a">
    10   <!ENTITY gnome-panel-size          "2.4 MB">
     7  <!ENTITY gnome-panel-download-http
     8           "&gnome-download-http;/gnome-panel/3.4/gnome-panel-&gnome-panel-version;.tar.xz">
     9  <!ENTITY gnome-panel-download-ftp 
     10           "&gnome-download-ftp;/gnome-panel/3.4/gnome-panel-&gnome-panel-version;.tar.xz">
     11  <!ENTITY gnome-panel-md5sum        "798d185f12cf64345caebe2c319a2dbe">
     12  <!ENTITY gnome-panel-size          "2.5 MB">
    1113  <!ENTITY gnome-panel-buildsize     "74 MB">
    12   <!ENTITY gnome-panel-time          "0.9 SBU">
     14  <!ENTITY gnome-panel-time          "1.1 SBU">
    1315]>
    1416
     
    6062
    6163    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="gnome-desktop"/>,
    63     <xref linkend="gnome-menus"/>,
    64     <xref linkend="libcanberra"/>,
    65     <xref linkend="libgweather"/>,
    66     <xref linkend="librsvg"/>, and
    67     <xref linkend="libwnck"/></para>
     64    <para role="required">
     65      <xref linkend="gnome-desktop"/>,
     66      <xref linkend="gnome-doc-utils"/>,
     67      <xref linkend="gnome-menus"/>,
     68      <xref linkend="libcanberra"/>,
     69      <xref linkend="libgweather"/>,
     70      <xref linkend="librsvg"/> and
     71      <xref linkend="libwnck"/>
     72    </para>
     73
     74    <bridgehead renderas="sect4">Recommended</bridgehead>   
     75    <para role="recommended">
     76      <xref linkend="evolution-data-server"/>,
     77      <xref linkend="gobject-introspection"/>,
     78      <xref linkend="NetworkManager"/> and
     79      <xref linkend="telepathy-glib"/>
     80    </para>
    6881
    6982    <bridgehead renderas="sect4">Optional</bridgehead>
    70     <para role="optional"><xref linkend="evolution-data-server"/> (required if
    71     you plan to install <application>Evolution</application>),
    72     <xref linkend="gtk-doc"/>,
    73     <xref linkend="NetworkManager"/>, and
    74     <xref linkend="rarian"/></para>
     83    <para role="optional">
     84      <xref linkend="gtk-doc"/> and
     85      <xref linkend="rarian"/>
     86    </para>
    7587
    7688    <note>
     
    92104    running the following commands:</para>
    93105
    94 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    95             --sysconfdir=$GNOME_SYSCONFDIR \
    96             --libexecdir=$GNOME_PREFIX/lib/gnome-panel &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr \
     107            --sysconfdir=/etc \
     108            --libexecdir=/usr/lib/gnome-applets &amp;&amp;
    97109make</userinput></screen>
    98110
     
    108120    <title>Command Explanations</title>
    109121
    110     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     122<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111123    href="../../xincludes/gnome-prefix.xml"/>
    112124
    113125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114     href="../../xincludes/gnome-sysconfdir.xml"/>
     126    href="../../xincludes/gnome-sysconfdir.xml"/> -->
    115127
    116     <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-panel</parameter>:
     128    <para><parameter>--libexecdir=/usr/lib/gnome-applets</parameter>:
    117129    This parameter causes the libexec files to be installed in the preferred
    118130    location of <filename
    119     class="directory">$GNOME_PREFIX/lib/gnome-panel</filename> instead of
    120     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     131    class="directory">/usr/lib/gnome-applets</filename> instead of
     132    <filename class="directory">/usr/libexec</filename>.</para>
    121133
    122134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    134146
    135147      <seglistitem>
    136         <seg>gnome-desktop-item-edit, gnome-panel, panel-test-applets,
    137         gnome-panel-add, notification-area-applet, and wnck-applet</seg>
    138         <seg>libpanel-applet-2.so</seg>
    139         <seg><envar>$GNOME_PREFIX</envar>/{include/panel-2.0,lib/gnome-panel,
    140         share/{gnome-panel/{pixmaps,ui},gnome/help/{clock/*,fish/*},
    141         gtk-doc/html/panel-applet,idl/gnome-panel-2.0,omf/{clock,fish}}}</seg>
     148        <seg>
     149          gnome-desktop-item-edit, gnome-panel and panel-test-applets
     150        </seg>
     151        <seg>
     152          libpanel-applet-4.so
     153        </seg>
     154        <seg>
     155          /usr/include/gnome-panel-4.0, /usr/lib/gnome-applets,
     156          /usr/share/gnome/help/{clock,fish}, /usr/share/gnome-panel,
     157          /usr/share/gtk-doc/html/panel-applet-4.0 and
     158          /usr/share/omf/{clock,fish}
     159        </seg>
    142160      </seglistitem>
    143161    </segmentedlist>
     
    148166      <?dbhtml list-presentation="table"?>
    149167
    150       <varlistentry id="libpanel-applet-2">
    151         <term><filename class='libraryfile'>libpanel-applet-2.so</filename></term>
     168      <varlistentry id="gnome-panel-prog">
     169        <term><command>gnome-panel</command></term>
     170        <listitem>
     171          <para>provides the panels for the the GNOME desktop.</para>
     172          <indexterm zone="gnome-panel gnome-panel-prog">
     173            <primary sortas="b-gnome-panel">gnome-panel</primary>
     174          </indexterm>
     175        </listitem>
     176      </varlistentry>
     177
     178      <varlistentry id="libpanel-applet-4">
     179        <term><filename class='libraryfile'>libpanel-applet-4.so</filename></term>
    152180        <listitem>
    153181          <para>allow development of small applications (applets) which
    154182          may be embedded in the panel.</para>
    155           <indexterm zone="gnome-panel libpanel-applet-2">
    156             <primary sortas="c-libpanel-applet-2">libpanel-applet-2.so</primary>
     183          <indexterm zone="gnome-panel libpanel-applet-4">
     184            <primary sortas="c-libpanel-applet-4">libpanel-applet-4.so</primary>
    157185          </indexterm>
    158186        </listitem>
  • gnome/core/libpeas.xml

    r52f9553c r3adee47  
    55  %general-entities;
    66
    7   <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.2/libpeas-&libpeas-version;.tar.xz">
    8   <!ENTITY libpeas-download-ftp  "&gnome-download-ftp;/libpeas/1.2/libpeas-&libpeas-version;.tar.xz">
    9   <!ENTITY libpeas-md5sum        "ed23e817108920dd6d3ef8fe487ba520">
    10   <!ENTITY libpeas-size          "486 KB">
    11   <!ENTITY libpeas-buildsize     "16 MB">
     7  <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.4/libpeas-&libpeas-version;.tar.xz">
     8  <!ENTITY libpeas-download-ftp  "&gnome-download-ftp;/libpeas/1.4/libpeas-&libpeas-version;.tar.xz">
     9  <!ENTITY libpeas-md5sum        "cc39dd2985a17aa362ad111d0a96e7b9">
     10  <!ENTITY libpeas-size          "512 KB">
     11  <!ENTITY libpeas-buildsize     "17 MB">
    1212  <!ENTITY libpeas-time          "0.4 SBU">
    1313]>
     
    3434    extensibility.</para>
    3535
    36     &lfs70_built;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="gobject-introspection"/> and
    64     <xref linkend="gtk3"/></para>
     63    <para role="required">
     64      <xref linkend="gobject-introspection"/> and
     65      <xref linkend="gtk3"/>
     66    </para>
    6567
    6668    <bridgehead renderas="sect4">Recommended</bridgehead>
    67     <para role="recommended"><xref linkend="pygobject2"/> and
    68     <xref linkend="seed"/></para>
     69    <para role="recommended">
     70      <xref linkend="gjs"/>,
     71      <xref linkend="pygobject3"/> and
     72      <xref linkend="seed"/>
     73    </para>
     74
     75    <bridgehead renderas="sect4">Optional</bridgehead>
     76    <para role="optional">
     77      <xref linkend="glade"/>,
     78      <xref linkend="gtk-doc"/>,
     79      <xref linkend="vala"/> and
     80      <ulink url="http://www.valgrind.org">Valgrind</ulink>
     81    </para>
    6982
    7083    <para condition="html" role="usernotes">User Notes:
     
    7992    commands:</para>
    8093
    81 <screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     94<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8295make</userinput></screen>
    8396
    84     <!-- in accordance with custom and practice, lying again: it has a testsuite
    85     but it seems to pass on some machines and not on others (see e.g. debian who
    86     had it commented out - even for 1.2.0 - at one time.  for me (ken) it reports
    87     an assertion failure and then fails with Error 143 -->
    8897    <para>This package does not have a testsuite.</para>
    8998
     
    98107
    99108    <segmentedlist>
    100       <segtitle>Installed Programs</segtitle>
     109      <segtitle>Installed Program</segtitle>
    101110      <segtitle>Installed Libraries</segtitle>
    102111      <segtitle>Installed Directories</segtitle>
    103112
    104113      <seglistitem>
    105         <seg>peas-demo and pythonhello.py</seg>
    106         <seg>libcloader.so, libgjsloader.so, libhelloworld.so, libpeas-1.0.so, libpeas-gtk-1.0.so, libpythonloader.so, libsecondtime.so, libseedloader.so, and libvalahello.so</seg>
    107         <seg><envar>$GNOME_PREFIX</envar>/{include/libpeas-1.0/libpeas-gtk,lib/{libpeas-1.0/loaders,peas-demo/plugins/{gjshello,helloworld,pythonhello,secondtime,seedhello,valahello}},share/{gtk-doc/html/libpeas,icons/hicolor/{16x16/actions,22x22/actions,32x32/actions,scalable/actions}}}</seg>
     114        <seg>
     115          peas-demo
     116        </seg>
     117        <seg>
     118          libpeas-1.0.so and libpeas-gtk-1.0.so
     119        </seg>
     120        <seg>
     121          /usr/include/libpeas-1.0, /usr/lib/libpeas-1.0,
     122          /usr/lib/peas-demo and /usr/share/gtk-doc/html/libpeas
     123        </seg>
    108124      </seglistitem>
    109125    </segmentedlist>
     
    117133        <term><command>peas-demo</command></term>
    118134        <listitem>
    119           <para>does this .....</para>
     135          <para>is the peas demo program.</para>
    120136          <indexterm zone="libpeas peas-demo">
    121137            <primary sortas="b-peas-demo">peas-demo</primary>
    122           </indexterm>
    123         </listitem>
    124       </varlistentry>
    125 
    126       <varlistentry id="pythonhello.py">
    127         <term><command>pythonhello.py</command></term>
    128         <listitem>
    129           <para>does this .....</para>
    130           <indexterm zone="libpeas pythonhello.py">
    131             <primary sortas="b-pythonhello.py">pythonhello.py</primary>
    132           </indexterm>
    133         </listitem>
    134       </varlistentry>
    135 
    136       <varlistentry id="libcloader">
    137         <term><filename class='libraryfile'>libcloader.so</filename></term>
    138         <listitem>
    139           <para>contains functions that .....</para>
    140           <indexterm zone="libpeas libcloader">
    141             <primary sortas="c-libcloader">libcloader.so</primary>
    142           </indexterm>
    143         </listitem>
    144       </varlistentry>
    145 
    146       <varlistentry id="libgjsloader">
    147         <term><filename class='libraryfile'>libgjsloader.so</filename></term>
    148         <listitem>
    149           <para>contains functions that .....</para>
    150           <indexterm zone="libpeas libgjsloader">
    151             <primary sortas="c-libgjsloader">libgjsloader.so</primary>
    152           </indexterm>
    153         </listitem>
    154       </varlistentry>
    155 
    156       <varlistentry id="libhelloworld">
    157         <term><filename class='libraryfile'>libhelloworld.so</filename></term>
    158         <listitem>
    159           <para>contains functions that .....</para>
    160           <indexterm zone="libpeas libhelloworld">
    161             <primary sortas="c-libhelloworld">libhelloworld.so</primary>
    162138          </indexterm>
    163139        </listitem>
     
    167143        <term><filename class='libraryfile'>libpeas-1.0.so</filename></term>
    168144        <listitem>
    169           <para>contains functions that .....</para>
     145          <para>contains the libpeas API functions.</para>
    170146          <indexterm zone="libpeas libpeas-1">
    171147            <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
     
    177153        <term><filename class='libraryfile'>libpeas-gtk-1.0.so</filename></term>
    178154        <listitem>
    179           <para>contains functions that .....</para>
     155          <para>contains the libpeas GTK+ Widgets.</para>
    180156          <indexterm zone="libpeas libpeas-gtk-1">
    181157            <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
    182           </indexterm>
    183         </listitem>
    184       </varlistentry>
    185 
    186       <varlistentry id="libpythonloader">
    187         <term><filename class='libraryfile'>libpythonloader.so</filename></term>
    188         <listitem>
    189           <para>contains functions that .....</para>
    190           <indexterm zone="libpeas libpythonloader">
    191             <primary sortas="c-libpythonloader">libpythonloader.so</primary>
    192           </indexterm>
    193         </listitem>
    194       </varlistentry>
    195 
    196       <varlistentry id="libsecondtime">
    197         <term><filename class='libraryfile'>libsecondtime.so</filename></term>
    198         <listitem>
    199           <para>contains functions that .....</para>
    200           <indexterm zone="libpeas libsecondtime">
    201             <primary sortas="c-libsecondtime">libsecondtime.so</primary>
    202           </indexterm>
    203         </listitem>
    204       </varlistentry>
    205 
    206       <varlistentry id="libseedloader">
    207         <term><filename class='libraryfile'>libseedloader.so</filename></term>
    208         <listitem>
    209           <para>contains functions that .....</para>
    210           <indexterm zone="libpeas libseedloader">
    211             <primary sortas="c-libseedloader">libseedloader.so</primary>
    212           </indexterm>
    213         </listitem>
    214       </varlistentry>
    215 
    216       <varlistentry id="libvalahello">
    217         <term><filename class='libraryfile'>libvalahello.so</filename></term>
    218         <listitem>
    219           <para>contains functions that .....</para>
    220           <indexterm zone="libpeas libvalahello">
    221             <primary sortas="c-libvalahello">libvalahello.so</primary>
    222158          </indexterm>
    223159        </listitem>
  • gnome/core/metacity.xml

    r52f9553c r3adee47  
    77  <!ENTITY metacity-download-http "&gnome-download-http;/metacity/2.34/metacity-&metacity-version;.tar.xz">
    88  <!ENTITY metacity-download-ftp  "&gnome-download-ftp;/metacity/2.34/metacity-&metacity-version;.tar.xz">
    9   <!ENTITY metacity-md5sum        "d505e2d7936bd9b11a3f48470a616767">
    10   <!ENTITY metacity-size          "1.9 MB">
    11   <!ENTITY metacity-buildsize     "60 MB">
    12   <!ENTITY metacity-time          "0.7 SBU">
     9  <!ENTITY metacity-md5sum        "4b19fa5bbc14dc669108bd46606b1bd1">
     10  <!ENTITY metacity-size          "1.6 MB">
     11  <!ENTITY metacity-buildsize     "43 MB">
     12  <!ENTITY metacity-time          "0.6 SBU">
    1313
    1414]>
     
    6363
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="GConf"/>,
    66     <xref linkend="gtk2"/>,
    67     <xref linkend="perl-xml-parser"/>,
    68     <xref linkend="zenity"/>, and
    69     <xref linkend="libcanberra"/></para>
     65    <para role="required">
     66      <xref linkend="gnome-doc-utils"/>,
     67      <xref linkend="gtk2"/>,
     68      <xref linkend="libcanberra"/> and
     69      <xref linkend="zenity"/>
     70    </para>
    7071
    7172    <bridgehead renderas="sect4">Recommended</bridgehead>
    72     <para role="optional"><xref linkend="startup-notification"/></para>
     73    <para role="recommended">
     74      <xref linkend="startup-notification"/>
     75    </para>
    7376
    7477    <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
    75     <para role="optional"><xref linkend="notification-daemon"/>.</para>
     78    <para role="optional">
     79      <xref linkend="notification-daemon"/>
     80    </para>
    7681
    7782    <para condition="html" role="usernotes">User Notes:
     
    8691    commands:</para>
    8792
    88 <screen><userinput>./configure \
    89     --prefix=/usr \
    90     --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9194make</userinput></screen>
    9295
     
    105108    <title>Command Explanations</title>
    106109
    107     <para><option>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</option>:
    108     this will install the schema files are installed into the correct location.</para>
    109 
    110     <para><option>--enable-static=no</option>: This switch prevents the static
    111     libraries being installed.</para>
    112 
    113     <!-- now enabled by default, apparently
    114     <para><option>\-\-enable-compositor</option>: You must use this parameter
    115     (and have <application>libcm</application> installed) to build the
    116     <application>Metacity</application> composite manager.</para>-->
     110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     111    href="../../xincludes/static-libraries.xml"/>
    117112
    118113  </sect2>
     
    127122
    128123      <seglistitem>
    129         <seg>metacity, metacity-message, metacity-theme-viewer, and
    130         metacity-window-demo</seg>
    131         <seg>libmetacity-private.{so,a}</seg>
    132         <seg>/usr/{include/metacity-1/metacity-private,
    133         share/{doc/metacity-&metacity-version;,
    134         gnome/{help/creating-metacity-themes/C,wm-properties},metacity/icons,
    135         themes/{AgingGorilla/metacity-1,Atlanta/metacity-1,Bright/metacity-1,
    136         Crux/metacity-1,Esco/metacity-1,Metabox/metacity-1,
    137         Simple/metacity-1}}}</seg>
     124        <seg>
     125          metacity, metacity-message, metacity-theme-viewer and
     126          metacity-window-demo
     127        </seg>
     128        <seg>
     129          libmetacity-private.so
     130        </seg>
     131        <seg>
     132          /usr/include/metacity-1, /usr/share/gnome/help/creating-metacity-themes,
     133          /usr/share/gnome/wm-properties, /usr/share/metacity and
     134          /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}/metacity-1
     135        </seg>
    138136      </seglistitem>
    139137    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.