Changeset ef14dbc for x/wm


Ignore:
Timestamp:
02/10/2012 03:59:36 PM (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:
604ef1f
Parents:
6b58d592
Message:

Update to metacity-2.34.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/metacity.xml

    r6b58d592 ref14dbc  
    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        "3d3c05c60b70b9d06b30872e756c31ba">
    10   <!ENTITY metacity-size          "2.2 MB">
    11   <!ENTITY metacity-buildsize     "56 MB">
    12   <!ENTITY metacity-time          "0.5 SBU">
     7  <!ENTITY metacity-download-http "&gnome-download-http;/metacity/2.34/metacity-&metacity-version;.tar.xz">
     8  <!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">
    1313
    1414]>
     
    3434    manager. This is useful for organizing and displaying windows.</para>
    3535
    36     &lfs65_checked;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171    (recommended if you are installing <application>GNOME</application>-2)</para>
    7272
     73    <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
     74    <para role="optional"><xref linkend="notification-daemon"/>.</para>
     75
    7376    <para condition="html" role="usernotes">User Notes:
    7477    <ulink url="&blfs-wiki;/metacity"/></para>
     
    8487<screen><userinput>./configure \
    8588    --prefix=/usr \
    86     --libexecdir=/usr/lib/metacity \
    8789    --sysconfdir=/etc \
    88     --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &amp;&amp;
     90    --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &amp;&amp;
    8991make</userinput></screen>
    9092
     
    103105    <title>Command Explanations</title>
    104106
    105     <para><option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
     107    <para><option>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</option>:
    106108    Omit this parameter if you are not installing
    107109    <application>Metacity</application> for a GNOME-2 installation.</para>
    108110
    109     <para><option>--enable-compositor</option>: You must use this parameter
     111    <para><option>--enable-static=no</option>: This switch prevents the static
     112    libraries being installed.</para>
     113
     114    <!-- now enabled by default, apparently
     115    <para><option>\-\-enable-compositor</option>: You must use this parameter
    110116    (and have <application>libcm</application> installed) to build the
    111     <application>Metacity</application> composite manager.</para>
     117    <application>Metacity</application> composite manager.</para>-->
    112118
    113119  </sect2>
Note: See TracChangeset for help on using the changeset viewer.