Changeset cf36e4c


Ignore:
Timestamp:
02/04/2006 02:24:52 PM (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:
d57d5c7
Parents:
ad2d53e
Message:

Updated Epiphany to fit the GNOME-2.12.2 version

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rad2d53e rcf36e4c  
    1 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     1<!ENTITY day          "04">                   <!-- Always 2 digits -->
    22<!ENTITY month        "02">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "February &day;rd, &year;">
     5<!ENTITY releasedate  "February &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/add/epiphany.xml

    rad2d53e rcf36e4c  
    55  %general-entities;
    66
    7   <!ENTITY epiphany-download-http "http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
    8   <!ENTITY epiphany-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
    9   <!ENTITY epiphany-md5sum        "0a2e479816a1b2845c758e7a5d84a848">
     7  <!ENTITY epiphany-download-http "&gnome-download-http;/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
     8  <!ENTITY epiphany-download-ftp  "&gnome-download-ftp;/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
     9  <!ENTITY epiphany-md5sum        "317e18f1d415a37d3b9934c106edf34a">
    1010  <!ENTITY epiphany-size          "3.3 MB">
    1111  <!ENTITY epiphany-buildsize     "66.4 MB">
    12   <!ENTITY epiphany-time          "1.5 SBU">
     12  <!ENTITY epiphany-time          "1.0 SBU">
    1313]>
    1414
     
    6565    <para role="required"><xref linkend="gnome-desktop"/>,
    6666    <xref linkend="libgnomeprintui"/>,
    67     <xref linkend="dbus"/>,
    6867    <xref linkend="which"/>,
    6968    <xref linkend="iso-codes"/>, and
     
    7473    <bridgehead renderas="sect4">Optional</bridgehead>
    7574    <para role="optional"><xref linkend="startup-notification"/>,
     75    <xref linkend="dbus"/>,
    7676    <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-python/">GNOME-Python</ulink>
    7777    (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink> and can use
    78     <ulink url="http://ftp.gnome.org/pub/GNOME/sources/pyorbit/">PyORBit</ulink>) and
     78    <ulink url="http://ftp.gnome.org/pub/GNOME/sources/pyorbit/">PyORBit</ulink>,
     79    see <xref linkend="hal-runtime-dependencies"/>), and
    7980    <xref linkend="gtk-doc"/></para>
    8081
     
    8889
    8990<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    90     --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib &amp;&amp;
     91            --sysconfdir=&gnome-etc-dir; \
     92            --localstatedir=/var/lib &amp;&amp;
    9193make</userinput></screen>
    9294
     
    9698
    9799<screen role="root"><userinput>make install</userinput></screen>
     100
     101    <para>If you have <application>GNOME-Python</application> installed, the
     102    <application>Epiphany</application> <application>Python</application>
     103    extension is automatically built. If your $GNOME_PREFIX is anything but
     104    <filename class='directory'>/usr</filename> and you have
     105    <application>GNOME-Python</application> installed, as the
     106    <systemitem class="username">root</systemitem> user create the following
     107    symbolic link in the <application>PyGTK</application> extensions directory
     108    of <filename class='directory'>/usr/share</filename>:</para>
     109
     110<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/share/pygtk/2.0/defs/epiphany.defs \
     111    /usr/share/pygtk/2.0/defs</userinput></screen>
    98112
    99113  </sect2>
     
    110124    <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    111125    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     126
     127    <para><option>--enable-dbus</option>: Use this parameter if you have
     128    <application>D-BUS</application> installed and wish to build
     129    <application>D-BUS</application> support into the
     130    <command>epiphany</command> program.</para>
     131
     132    <para><option>--enable-zeroconf</option>: Use this parameter if you wish
     133    to enable Zeroconf bookmarks support. You must have built GNOME VFS with
     134    <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink>
     135    support for this option to work properly.</para>
    112136
    113137  </sect2>
  • introduction/welcome/changelog.xml

    rad2d53e rcf36e4c  
    4343
    4444    <listitem>
     45      <para>February 4th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated the following GNOME Add-on package
     49          instructions to fit the 2.12.2 version changes: Epiphany.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 3rd, 2006</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.