Changeset 8d3eae9 for xincludes


Ignore:
Timestamp:
01/24/2012 11:51:43 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:
91953bc
Parents:
4949485e
Message:

Move some packages to gnome/deprecated and begin the work for moving to gnome-3.2.2.

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

Location:
xincludes
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • xincludes/gnome-mandir.xml

    r4949485e r8d3eae9  
    99         $Date$ -->
    1010
    11     <para><parameter>--mandir=$(pkg-config --variable=prefix
    12     ORBit-2.0)/share/man</parameter>: This parameter causes the
    13     <filename>man.(X)</filename> files to be installed in
    14     <filename class="directory">$GNOME_PREFIX/share/man/man(X)</filename>
    15     instead of
    16     <filename class="directory">$GNOME_PREFIX/man/man(X)</filename>.</para>
     11    <!-- FIXME:ken - any use is probably no longer required, everything so far
     12    that I've looked at actually goes into prefix/share/man - but I haven't built
     13    them all, so far -->
     14    <para><parameter>--mandir=<envar>$GNOME_PREFIX</envar>/share/man</parameter>:
     15    This parameter causes the <filename>man.(X)</filename> files to be installed
     16    in <filename class="directory">$GNOME_PREFIX/share/man/man(X)</filename>
     17    instead of <filename
     18    class="directory">$GNOME_PREFIX/man/man(X)</filename>.</para>
  • xincludes/gnome-prefix.xml

    r4949485e r8d3eae9  
    66         $Date$ -->
    77
    8     <para><parameter>--prefix=$(pkg-config --variable=prefix
    9     ORBit-2.0)</parameter>: Setting the prefix using this parameter instead of
    10     with <envar>$GNOME_PREFIX</envar> will ensure that the prefix is
    11     consistent with the installation environment and the package will be
    12     installed in the correct location.</para>
     8    <para><parameter>--prefix=<envar>$GNOME_PREFIX</envar></parameter>: Setting
     9    the prefix using this parameter will ensure that the prefix is consistent
     10    with the installation environment and the package will be installed in the
     11    correct location.</para>
  • xincludes/gnome-sysconfdir.xml

    r4949485e r8d3eae9  
    99         $Date$ -->
    1010
    11     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
    12     causes the configuration files to be installed in
    13     <filename class="directory">&gnome-etc-dir;</filename> instead of
    14     <filename class="directory">$GNOME_PREFIX/etc</filename>. Additionally
    15     (if applicable), the parameter ensures that the
    16     <application>GConf</application>-2 database is correctly updated.</para>
     11    <para><parameter>--sysconfdir=<envar>$GNOME_SYSCONFDIR</envar></parameter>:
     12    Setting the sysconfdir using this parameter will ensure that the sysconfdir
     13    is consistent with the installation environment and the package will be
     14    installed in the correct location.</para>
  • xincludes/without-gnome.xml

    r4949485e r8d3eae9  
    77
    88<note>
    9   <para>The instructions below are based on installing the package into a
    10   GNOME-2 environment. If, for whatever reason, you're installing this package
    11   without having <application>ORBit2</application> and the core GNOME-2
    12   libraries installed, you'll need to modify the <option>--prefix=</option>
    13   parameter on the <command>configure</command> script to point to your desired
    14   installation path (e.g., <option>--prefix=/usr</option>).</para>
     9    <para>The instructions below are based on installing the package into a
     10    <application>GNOME</application> environment. If, for whatever reason,
     11    you're installing this package without having the core
     12    <application>GNOME</application> libraries installed, you'll need to modify
     13    the <option>--prefix=</option> parameter on the <command>configure</command>
     14    script to point to your desired installation path (e.g.,
     15    <option>--prefix=/usr</option>).</para>
    1516</note>
Note: See TracChangeset for help on using the changeset viewer.