Changeset 35dc583b for x/wm


Ignore:
Timestamp:
02/03/2006 05:41:43 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
18c98af5
Parents:
fee5290
Message:

Updated to Metacity-2.12.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/metacity.xml

    rfee5290 r35dc583b  
    55  %general-entities;
    66
    7   <!ENTITY metacity-download-http "http://ftp.gnome.org/pub/GNOME/sources/metacity/2.12/metacity-&metacity-version;.tar.bz2">
    8   <!ENTITY metacity-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/metacity/2.12/metacity-&metacity-version;.tar.bz2">
    9   <!ENTITY metacity-md5sum        "f702edb8599d7364ac58de9c0edfa798">
     7  <!ENTITY metacity-download-http "&gnome-download-http;/metacity/&gnome-version;/metacity-&metacity-version;.tar.bz2">
     8  <!ENTITY metacity-download-ftp  "&gnome-download-ftp;/metacity/&gnome-version;/metacity-&metacity-version;.tar.bz2">
     9  <!ENTITY metacity-md5sum        "4caabbd7a3ae14ec5ccf6ada2d466049">
    1010  <!ENTITY metacity-size          "1.6 MB">
    11   <!ENTITY metacity-buildsize     "50.2 MB">
     11  <!ENTITY metacity-buildsize     "50.3 MB">
    1212  <!ENTITY metacity-time          "0.5 SBU">
    1313]>
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="intltool"/>,
     64    <para role="required"><xref linkend="gtk2"/>,
    6565    <xref linkend="GConf"/>, and
    66     <xref linkend="gtk2"/></para>
     66    <xref linkend="perl-xml-parser"/></para>
    6767
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="startup-notification"/> (recommended if you are
    70     installing <application>GNOME</application>-2) and
     69    <para role="optional"><xref linkend="startup-notification"/>
     70    (recommended if you are installing <application>GNOME</application>-2) and
    7171    <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>*</para>
    7272
     
    9595    commands:</para>
    9696
    97 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
     97<screen><userinput>./configure --prefix=/usr \
     98            --libexecdir=/usr/lib/metacity \
     99            --sysconfdir=/etc &amp;&amp;
    98100make</userinput></screen>
     101
     102    <para>This package does not come with a test suite.</para>
    99103
    100104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    110114    <title>Command Explanations</title>
    111115
    112     <para><option>--with-gconf-schema-file-dir=/etc/gnome/gconf/schemas</option>:
     116    <para>
     117    <option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
    113118    Use this option if you are installing <application>Metacity</application> for
    114119    a <application>GNOME-2</application> installation.</para>
     
    153158
    154159      <seglistitem>
    155         <seg>metacity, metacity-dialog, metacity-message, metacity-theme-viewer
     160        <seg>metacity, metacity-message, metacity-theme-viewer
    156161        and metacity-window-demo</seg>
    157162        <seg>libmetacity-private.[so,a]</seg>
    158         <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/metacity,
    159         /etc/gnome/gconf/gconf.xml.defaults/apps/metacity,
     163        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults[,/schemas]/apps/metacity,
    160164        /usr/include/metacity-1,
     165        /usr/lib/metacity,
    161166        /usr/share/doc/metacity-&metacity-version;,
    162         /usr/share/themes/[Crux,Simple]/metacity-1,
    163         /usr/share/themes/[Atlanta,Bright,Esco,AgingGorilla,Metabox],
     167        /usr/share/gnome/wm-properties,
    164168        /usr/share/metacity and
    165         /usr/share/gnome/wm-properties</seg>
     169        /usr/share/themes/[AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple]/metacity-1</seg>
    166170      </seglistitem>
    167171    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.