Changeset 69e285d for x/wm


Ignore:
Timestamp:
05/08/2005 07:14:32 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e67834a9
Parents:
f652a6d
Message:

Updated to Metacity-2.10.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/metacity.xml

    rf652a6d r69e285d  
    55  %general-entities;
    66
    7   <!ENTITY metacity-download-http "http://ftp.gnome.org/pub/GNOME/sources/metacity/2.8/metacity-&metacity-version;.tar.bz2">
    8   <!ENTITY metacity-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/metacity/2.8/metacity-&metacity-version;.tar.bz2">
    9   <!ENTITY metacity-md5sum        "c49e4b5575503975516159780855e317">
    10   <!ENTITY metacity-size          "2.1 MB">
    11   <!ENTITY metacity-buildsize     "46.9 MB">
    12   <!ENTITY metacity-time          "0.41 SBU">
     7  <!ENTITY metacity-download-http "http://ftp.gnome.org/pub/GNOME/sources/metacity/2.10/metacity-&metacity-version;.tar.bz2">
     8  <!ENTITY metacity-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/metacity/2.10/metacity-&metacity-version;.tar.bz2">
     9  <!ENTITY metacity-md5sum        "c326eb1aed8742057e9ad94b9ccae877">
     10  <!ENTITY metacity-size          "1.6 MB">
     11  <!ENTITY metacity-buildsize     "47.6 MB">
     12  <!ENTITY metacity-time          "0.5 SBU">
    1313]>
    1414
     
    3535
    3636<itemizedlist spacing='compact'>
    37   <listitem><para>Download (HTTP): <ulink url="&metacity-download-http;"/></para></listitem>
    38   <listitem><para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para></listitem>
    39   <listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
    40   <listitem><para>Download size: &metacity-size;</para></listitem>
    41   <listitem><para>Estimated disk space required: &metacity-buildsize;</para></listitem>
    42   <listitem><para>Estimated build time: &metacity-time;</para></listitem>
     37  <listitem><para>Download (HTTP):
     38    <ulink url="&metacity-download-http;"/></para></listitem>
     39  <listitem><para>Download (FTP):
     40    <ulink url="&metacity-download-ftp;"/></para></listitem>
     41  <listitem><para>Download MD5 sum:
     42    &metacity-md5sum;</para></listitem>
     43  <listitem><para>Download size:
     44    &metacity-size;</para></listitem>
     45  <listitem><para>Estimated disk space required:
     46    &metacity-buildsize;</para></listitem>
     47  <listitem><para>Estimated build time:
     48    &metacity-time;</para></listitem>
    4349</itemizedlist>
    4450</sect3>
     
    6369</para>
    6470
    65 <para>* <filename class='libraryfile'>libXrender</filename> is included in a
    66 <acronym>BLFS</acronym> <application>X</application> Window System
    67 installation, but the pkgconfig <filename>.pc</filename> file
     71<para>* <filename class='libraryfile'>libXrender</filename> is installed
     72during an <application>XFree86</application> installation, but the
     73<application>pkgconfig</application> <filename>.pc</filename> file
    6874<application>Metacity</application> looks for is not installed. Satisfy the
    6975requirement by installing an <filename>xrender.pc</filename> file into
    70 <filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
    71 installed as:</para>
     76<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> (not
     77applicable if you have <application>Xorg</application> installed):</para>
    7278
    7379<screen><userinput><command>cat &gt; /usr/X11R6/lib/pkgconfig/xrender.pc &lt;&lt; "EOF"</command>
     
    106112<para>Now, as the root user:</para>
    107113 
    108 <screen><userinput role='root'><command>make install</command></userinput></screen>
     114<screen><userinput role='root'><command>make install &amp;&amp;
     115install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
     116install -v -m644 README rationales.txt doc/*.txt \
     117    /usr/share/doc/metacity-&metacity-version;</command></userinput></screen>
    109118
    110119</sect2>
     
    114123
    115124<para><option>--with-gconf-schema-file-dir=/etc/gnome/gconf/schemas</option>:
    116 Use this option if you have the
    117 <application><acronym>GNOME</acronym>-2</application>
    118 <application>GConf</application> package installed.</para>
     125Use this option if you are installing <application>Metacity</application> for
     126a <application><acronym>GNOME</acronym>-2</application> installation.</para>
    119127
    120128</sect2>
     
    128136<para>To automatically start the <application>Metacity</application> window
    129137manager when you issue the <command>startx</command> command, append to (or
    130 create) <filename>.xinitrc</filename> using the command below. Ensure you
    131 backup your current <filename>~/.xinitrc</filename> before proceeding.</para>
     138create) <filename>.xinitrc</filename> using the command below (not required
     139if you are installing <application>Metacity</application> for
     140a <application><acronym>GNOME</acronym>-2</application> installation). Ensure
     141you backup your current <filename>~/.xinitrc</filename> before
     142proceeding:</para>
    132143
    133144<indexterm zone="metacity metacity-config">
     
    147158
    148159<segmentedlist>
    149   <segtitle>Installed Program</segtitle>
    150   <segtitle>Installed Libraries</segtitle>
     160  <segtitle>Installed Programs</segtitle>
     161  <segtitle>Installed Library</segtitle>
    151162  <segtitle>Installed Directories</segtitle>
    152163 
    153164  <seglistitem>
    154     <seg>metacity</seg>
    155     <seg>None</seg>
    156     <seg>None</seg>
     165    <seg>metacity, metacity-dialog, metacity-message, metacity-theme-viewer
     166      and metacity-window-demo</seg>
     167    <seg>libmetacity-private.[so,a]</seg>
     168    <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/metacity,
     169      /etc/gnome/gconf/gconf.xml.defaults/apps/metacity,
     170      /usr/include/metacity-1,
     171      /usr/share/doc/metacity-&metacity-version;,
     172      /usr/share/themes/[Crux,Simple]/metacity-1,
     173      /usr/share/themes/[Atlanta,Bright,Esco,AgingGorilla,Metabox],
     174      /usr/share/metacity and
     175      /usr/share/gnome/wm-properties</seg>
    157176  </seglistitem>
    158177</segmentedlist>
     
    174193</varlistentry>
    175194
     195<varlistentry id="metacity-theme-viewer">
     196  <term><command>metacity-theme-viewer</command></term>
     197  <listitem>
     198    <para>allows you to preview any installed
     199      <application>Metacity</application> theme. When designing a new
     200      <application>Metacity</application> theme, you can use
     201      <command>metacity-theme-viewer</command> to measure the performance
     202      of a window frame option, and to preview the option.
     203    </para>
     204    <indexterm zone="metacity metacity-theme-viewer">
     205      <primary sortas="b-metacity-theme-viewer">metacity-theme-viewer</primary>
     206    </indexterm>
     207  </listitem>
     208</varlistentry>
     209
     210<varlistentry id="metacity-window-demo">
     211  <term><command>metacity-window-demo</command></term>
     212  <listitem>
     213    <para>demonstrates various kinds of windows that window managers and
     214      window manager themes should handle.</para>
     215    <indexterm zone="metacity metacity-window-demo">
     216      <primary sortas="b-metacity-window-demo">metacity-window-demo</primary>
     217    </indexterm>
     218  </listitem>
     219</varlistentry>
    176220</variablelist>
    177221
Note: See TracChangeset for help on using the changeset viewer.