Changeset c0b8b2b


Ignore:
Timestamp:
02/14/2012 12:04:10 AM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
8d244ca
Parents:
2a01794
Message:

gnome-menus-3.2.0.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2a01794 rc0b8b2b  
    703703<!ENTITY gnome-icon-theme-symbolic-version "3.2.1">
    704704<!ENTITY gnome-keyring-version        "3.2.2">
    705 <!ENTITY gnome-menus-version          "2.30.2">
     705<!ENTITY gnome-menus-version          "3.2.0.1">
    706706<!ENTITY gnome-session-version        "2.30.2">
    707707<!ENTITY gnome-settings-daemon-version "2.30.2">
  • gnome/core/gnome-menus.xml

    r2a01794 rc0b8b2b  
    55  %general-entities;
    66
    7   <!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    8   <!ENTITY gnome-menus-download-ftp  "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    9   <!ENTITY gnome-menus-md5sum        "5ca9935f50c939881689c48f59348426">
    10   <!ENTITY gnome-menus-size          "453 KB">
    11   <!ENTITY gnome-menus-buildsize     "8 MB">
     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">
    1212  <!ENTITY gnome-menus-time          "0.2 SBU">
    1313]>
     
    3838    program.</para>
    3939
    40     &lfs65_checked;
     40    &lfs70_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6969    <xref linkend="python"/></para>
    7070
     71    <bridgehead renderas="sect4">Optional</bridgehead>
     72    <para role="optional"><xref linkend="gobject-introspection"/></para>
     73
    7174    <para condition="html" role="usernotes">User Notes:
    7275    <ulink url="&blfs-wiki;/gnome-menus"/></para>
     
    7780    <title>Installation of gnome-menus</title>
    7881
    79      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    80      href="../../xincludes/without-gnome.xml"/>
    81 
    82     <para>Install <application>gnome-menus</application> by running the
    83     following commands:</para>
    84 
    85 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    86             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     82    <para>Install <application>gnome-menus</application> by running the following
     83    commands:</para>
     84
     85<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     86            --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
    8787make</userinput></screen>
    8888
     
    103103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    104104    href="../../xincludes/gnome-sysconfdir.xml"/>
     105
     106    <para><option>--enable-static=no</option>: This switch prevents the static
     107    libraries being installed.</para>
    105108
    106109  </sect2>
     
    122125        directories, separated with colons, if desired):</para>
    123126
    124 <screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=&gnome-etc-dir;/xdg" \
     127<screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg" \
    125128&gt; /etc/profile.d/gnome.sh</userinput></screen>
    126129
     
    145148
    146149        <para>If your <application>GNOME</application> installation prefix is
    147         anything other than <filename class='directory'>/usr</filename> and you
    148         have <application>Python</application> installed, you need to update the
     150        anything other than <filename class='directory'>/usr</filename>
     151        you need to update the
    149152        <envar>PYTHONPATH</envar> environment variable so that the
    150153        <filename>gmenu</filename> module can be located by
     
    152155        profile, or in individual user's profiles as shown below:</para>
    153156
    154 <screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$(pkg-config \
    155 --variable=prefix ORBit-2.0)/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor" \
     157<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$GNOME_PREFIX/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor" \
    156158&gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
    157159
     
    172174      <seglistitem>
    173175        <seg>gmenu-simple-editor</seg>
    174         <seg>libgnome-menu.{so,a} and gmenu.{so,a}</seg>
    175         <seg>&gnome-etc-dir;/xdg/menus,
     176        <seg>gmenu.{so,a} and libgnome-menu.{so,a}</seg>
     177        <seg><envar>$GNOME_SYSCONFDIR</envar>/xdg/menus,
    176178        <envar>$GNOME_PREFIX</envar>/{include/gnome-menus,
    177179        lib/python&python2-majorver;/site-packages/GMenuSimpleEditor,
    178         share/{desktop-directories,gnome-menus/{examples,ui}}}</seg>
     180        share/{desktop-directories,gnome-menus/{examples,ui},
     181        locale/{dv/LC_MESSAGES,gn/LC_MESSAGES,gv/LC_MESSAGES,
     182        ha/LC_MESSAGES}}}</seg>
    179183      </seglistitem>
    180184    </segmentedlist>
     
    196200      </varlistentry>
    197201
     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
    198212      <varlistentry id="libgnome-menu">
    199213        <term><filename class='libraryfile'>libgnome-menu.{so,a}</filename></term>
     
    207221      </varlistentry>
    208222
    209       <varlistentry id="gmenu">
    210         <term><filename class='libraryfile'>gmenu.{so,a}</filename></term>
    211         <listitem>
    212           <para>is a <application>Python</application> library.</para>
    213           <indexterm zone="gnome-menus gmenu">
    214             <primary sortas="c-gmenu">gmenu.{so,a}</primary>
    215           </indexterm>
    216         </listitem>
    217       </varlistentry>
    218 
    219223    </variablelist>
    220224
  • introduction/welcome/changelog.xml

    r2a01794 rc0b8b2b  
    6363          <para>[ken] - merge gnome-keyring-3.2.2 from Wayne.</para>
    6464        </listitem>
     65        <listitem>
     66          <para>[ken] - merge gnome-menus-3.2.0.1 from Wayne.</para>
     67        </listitem>
    6568      </itemizedlist>
    6669    </listitem>
Note: See TracChangeset for help on using the changeset viewer.