Changeset 3116315


Ignore:
Timestamp:
07/21/2007 07:02:05 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
45a3c48
Parents:
b4be59c1
Message:

Updated to Metacity-2.18.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb4be59c1 r3116315  
    426426<!ENTITY sawfish-version              "1.3">
    427427<!ENTITY fluxbox-version              "0.9.15.1">
    428 <!ENTITY metacity-version             "2.14.5">
     428<!ENTITY metacity-version             "2.18.5">
    429429<!ENTITY xfce-version                 "4.2.3.2">
    430430
  • introduction/welcome/changelog.xml

    rb4be59c1 r3116315  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Metacity-2.18.5</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added new package libgnomekbd-2.18.2 to the GNOME
    4952          Additional packages Libraries section.</para>
  • x/wm/metacity.xml

    rb4be59c1 r3116315  
    55  %general-entities;
    66
    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        "a14c4a07e456a2590452d6c9db2e5153">
    10   <!ENTITY metacity-size          "1.8 MB">
    11   <!ENTITY metacity-buildsize     "54.9 MB">
     7  <!ENTITY metacity-download-http "&gnome-download-http;/metacity/2.18/metacity-&metacity-version;.tar.bz2">
     8  <!ENTITY metacity-download-ftp  "&gnome-download-ftp;/metacity/2.18/metacity-&metacity-version;.tar.bz2">
     9  <!ENTITY metacity-md5sum        "7928172bf41f6b63976a62554a699674">
     10  <!ENTITY metacity-size          "1.9 MB">
     11  <!ENTITY metacity-buildsize     "61 MB">
    1212  <!ENTITY metacity-time          "0.6 SBU">
     13 
    1314]>
    1415
     
    6768    (recommended if you are installing <application>GNOME</application>-2),
    6869    <xref linkend="intltool"/>, and
    69     <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>*</para>
    70 
    71     <para>* <application>libXcomposite</application> can optionally be used,
    72     but here's what the <application>Metacity</application> package maintainer
    73     has to say about it in the <command>configure</command> script if the
    74     package is found: <quote>Not building compositing manager by default now,
    75     must enable explicitly to get it. And it doesn't work, so don't bother
    76     unless you want to hack on it...</quote></para>
     70    <ulink url="&gnome-download-http;/libcm/">libcm</ulink>*</para>
     71
     72    <para>* Xorg <application>X</application> installations only.
     73    <application>libcm</application> is used to build the
     74    <application>Metacity</application> composite manager and it also requires
     75    <application>libXcomposite</application> &gt;= 2.0. Xorg ships with
     76    (XFree86 does not) the required <application>libXcomposite</application>
     77    and there is not a stand-alone version that works.</para>
    7778
    7879    <para condition="html" role="usernotes">User Notes:
     
    8485    <title>Installation of Metacity</title>
    8586
    86     <para><application>Metacity</application> will look for an
     87    <!-- <para><application>Metacity</application> will look for an
    8788    <application>X Render</application> <application>pkg-config</application>
    8889    file. If you use <application>XFree86</application> as your
    8990    <application>X</application> Window system, ensure this file exists
    90     (<filename>/usr/X11R6/lib/pkgconfig/xrender.pc</filename>).</para>
     91    (<filename>/usr/X11R6/lib/pkgconfig/xrender.pc</filename>).</para> -->
    9192
    9293    <para>Install <application>Metacity</application> by running the following
    9394    commands:</para>
    9495
    95 <screen><userinput>./configure --prefix=/usr \
    96             --libexecdir=/usr/lib/metacity \
    97             --sysconfdir=/etc &amp;&amp;
     96<screen><userinput>./configure \
     97    --prefix=/usr \
     98    --libexecdir=/usr/lib/metacity \
     99    --sysconfdir=/etc \
     100    --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &amp;&amp;
    98101make</userinput></screen>
    99102
     
    105108install -v -m755 -d /usr/share/doc/metacity-&metacity-version; &amp;&amp;
    106109install -v -m644 README rationales.txt doc/*.txt \
    107     /usr/share/doc/metacity-&metacity-version;</userinput></screen>
     110                    /usr/share/doc/metacity-&metacity-version;</userinput></screen>
    108111
    109112  </sect2>
     
    112115    <title>Command Explanations</title>
    113116
    114     <para>
    115     <option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
    116     Use this option if you are installing <application>Metacity</application> for
    117     a GNOME-2 installation.</para>
     117    <para><option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
     118    Omit this parameter if you are not installing
     119    <application>Metacity</application> for a GNOME-2 installation.</para>
     120
     121    <para><option>--enable-compositor</option>: You must use this parameter
     122    (and have <application>libcm</application> installed) to build the
     123    <application>Metacity</application> composite manager.</para>
    118124
    119125  </sect2>
     
    164170        /usr/share/gnome/wm-properties,
    165171        /usr/share/metacity and
    166         /usr/share/themes/{AgingGorilla,Atlanta,Bright,Crux,Esco,Metabox,Simple}</seg>
     172        the following subdirectories of /usr/share/themes/:
     173        AgingGorilla Atlanta Bright Crux/metacity-1 Esco Metabox
     174        Simple/metacity-1}</seg>
    167175      </seglistitem>
    168176    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.