Changeset 29f1eea6 for gnome/add


Ignore:
Timestamp:
10/16/2005 08:42:04 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.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:
e7ae836
Parents:
2f65edb
Message:

Updated to GNOME Magnifier-0.12.2; moved the creation of the xextensions.pc file from the GNOME Magnifier to the XFree86 instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-mag.xml

    r2f65edb r29f1eea6  
    66
    77  <!ENTITY gnome-mag-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
    8   <!ENTITY gnome-mag-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
    9   <!ENTITY gnome-mag-md5sum "8987cdd1034baeae4554ea50f82715aa">
    10   <!ENTITY gnome-mag-size "332 KB">
    11   <!ENTITY gnome-mag-buildsize "6 MB">
    12   <!ENTITY gnome-mag-time "0.2 SBU">
     8  <!ENTITY gnome-mag-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
     9  <!ENTITY gnome-mag-md5sum        "14d0915a0174861312f98106e2d7fbd2">
     10  <!ENTITY gnome-mag-size          "333 KB">
     11  <!ENTITY gnome-mag-buildsize     "5.5 MB">
     12  <!ENTITY gnome-mag-time          "0.2 SBU">
    1313]>
    1414
     
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="&patch-root;/gnome-mag-&gnome-mag-version;-Xdamage-1.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <bridgehead renderas="sect3">GNOME Magnifier Dependencies</bridgehead>
    6068
     
    6775    url="http://www.freedesktop.org/wiki/Software_2fxlibs">Xdamage</ulink>
    6876    (requires <ulink
    69     url="http://www.freedesktop.org/wiki/Software_2fxlibs">XExtensions</ulink>*
    70     then <ulink
    71     url="http://www.freedesktop.org/wiki/Software_2fxlibs">FixesExt</ulink>
     77    url="http://www.freedesktop.org/wiki/Software_2fxlibs">FixesExt</ulink>*
    7278    then <ulink
    7379    url="http://www.freedesktop.org/wiki/Software_2fxlibs">Xfixes</ulink>
     
    7581    url="http://www.freedesktop.org/wiki/Software_2fxlibs">DamageExt</ulink>)</para>
    7682
    77     <para>* The <application>XExtensions</application> package is included with
    78     the BLFS <application>XFree86</application> installation, but the
    79     pkgconfig <filename>.pc</filename> file <application>FixesExt</application>
    80     looks for is not installed. Satisfy the requirement by installing an
    81     <filename>xextensions.pc</filename> file:</para>
    82 
    83       <para>As the <systemitem class="username">root</systemitem> user:</para>
    84      
    85 <screen role="root"><userinput>cat &gt; /usr/X11R6/lib/pkgconfig/xextensions.pc &lt;&lt; "EOF"
    86 <literal>prefix=/usr/X11R6
    87 exec_prefix=${prefix}
    88 libdir=${exec_prefix}/lib
    89 includedir=${prefix}/include
    90 
    91 Name: XExtensions
    92 Description: Sundry X extension headers
    93 Version: 1.0.1
    94 Cflags: -I${includedir}</literal>
    95 
    96 EOF</userinput></screen>
     83    <para>* Ensure you created the <filename>xextensions.pc</filename> file as shown
     84    in the <xref linkend="xfree86"/> instructions.</para>
    9785
    9886  </sect2>
     
    10492    running the following commands:</para>
    10593
    106 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     94<screen><userinput>patch -Np1 -i ../gnome-mag-&gnome-mag-version;-Xdamage-1.patch &amp;&amp;
     95./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    10796make</userinput></screen>
    10897
Note: See TracChangeset for help on using the changeset viewer.