Changeset d938f86e for gnome/add


Ignore:
Timestamp:
06/21/2006 03:34:23 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:
17f5395
Parents:
294d670
Message:

Updated the Epiphany and gucharmap instructions to conform with the GNOME-2.14.2 update

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

Location:
gnome/add
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/epiphany.xml

    r294d670 rd938f86e  
    55  %general-entities;
    66
    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">
    10   <!ENTITY epiphany-size          "3.3 MB">
    11   <!ENTITY epiphany-buildsize     "66.4 MB">
    12   <!ENTITY epiphany-time          "1.0 SBU">
     7  <!ENTITY epiphany-download-http "&gnome-download-http;/epiphany/&gnome-version;/epiphany-&epiphany-version;.tar.bz2">
     8  <!ENTITY epiphany-download-ftp  "&gnome-download-ftp;/epiphany/&gnome-version;/epiphany-&epiphany-version;.tar.bz2">
     9  <!ENTITY epiphany-md5sum        "872ef8d5e95cdc359f93b5ded501d98d">
     10  <!ENTITY epiphany-size          "3.5 MB">
     11  <!ENTITY epiphany-buildsize     "74.9 MB">
     12  <!ENTITY epiphany-time          "1.8 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">epiphany-&epiphany-version;.tar</keyword>
    23       <keyword role="ftpdir">epiphany</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6561    <para role="required"><xref linkend="gnome-desktop"/>,
    6662    <xref linkend="libgnomeprintui"/>,
     63    <xref linkend="startup-notification"/>,
     64    <xref linkend="dbus"/>,
    6765    <xref linkend="which"/>,
    6866    <xref linkend="iso-codes"/>, and
    69     <xref linkend="seamonkey"/> or
     67    a mozilla.org Gecko layout engine
     68    (<xref linkend="seamonkey"/> or
    7069    <xref linkend="firefox"/> or
    71     <xref linkend="thunderbird"/></para>
     70    <xref linkend="thunderbird"/> or
     71    <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>)</para>
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="startup-notification"/>,
    75     <xref linkend="dbus"/>,
     74    <para role="optional"><xref linkend="intltool"/>,
    7675    <ulink url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink>
    7776    (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink> and can use
     
    9190    commands:</para>
    9291
    93 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     92<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    9493            --sysconfdir=&gnome-etc-dir; \
    95             --localstatedir=/var/lib &amp;&amp;
     94            --localstatedir=/var/lib \
     95            --mandir=$(pkg-config \
     96                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
    9697make</userinput></screen>
    9798
     
    101102
    102103<screen role="root"><userinput>make install</userinput></screen>
     104
     105    <para>A <application>D-BUS</application> service script was installed in
     106    the previous step. If the <envar>$GNOME_PREFIX</envar> is anything other
     107    than <filename class='directory'>/usr</filename>, as the
     108    <systemitem class="username">root</systemitem> user you should create a
     109    symbolic link to this file in the default
     110    <application>D-BUS</application> service script directory:</para>
     111
     112<screen role="root"><userinput>ln -v -s $(pkg-config --variable=prefix \
     113    ORBit-2.0)/share/dbus-1/services/org.gnome.Epiphany.service \
     114    /usr/share/dbus-1/services</userinput></screen>
    103115
    104116    <para>If you have <application>GNOME-Python</application> installed, the
     
    128140    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    129141
    130     <para><option>--enable-dbus</option>: Use this parameter if you have
    131     <application>D-BUS</application> installed and wish to build
    132     <application>D-BUS</application> support into the
    133     <command>epiphany</command> program.</para>
    134 
    135     <para><option>--enable-zeroconf</option>: Use this parameter if you wish
    136     to enable Zeroconf bookmarks support. You must have built GNOME VFS with
    137     <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink>
    138     support for this option to work properly.</para>
    139 
    140142  </sect2>
    141143
     
    151153        <seg>epiphany</seg>
    152154        <seg>None</seg>
    153         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/epiphany
    154         and the following subdirectories of $GNOME_PREFIX/:
    155         include/epiphany-1.8,
     155        <seg>The following subdirectories of $GNOME_PREFIX/:
     156        include/epiphany-2.14,
     157        lib/epiphany,
    156158        share/{,gnome/help/, gtk-doc/html/, omf/}epiphany</seg>
    157159      </seglistitem>
  • gnome/add/gucharmap.xml

    r294d670 rd938f86e  
    55  %general-entities;
    66
    7   <!ENTITY gucharmap-download-http "&gnome-download-http;/gucharmap/1.4/gucharmap-&gucharmap-version;.tar.bz2">
    8   <!ENTITY gucharmap-download-ftp  "&gnome-download-ftp;/gucharmap/1.4/gucharmap-&gucharmap-version;.tar.bz2">
    9   <!ENTITY gucharmap-md5sum        "c9741329d08908a271864664c3f2e91c">
    10   <!ENTITY gucharmap-size          "1.4 MB">
    11   <!ENTITY gucharmap-buildsize     "25.1 MB">
     7  <!ENTITY gucharmap-download-http "&gnome-download-http;/gucharmap/1.6/gucharmap-&gucharmap-version;.tar.bz2">
     8  <!ENTITY gucharmap-download-ftp  "&gnome-download-ftp;/gucharmap/1.6/gucharmap-&gucharmap-version;.tar.bz2">
     9  <!ENTITY gucharmap-md5sum        "8af03f350c988d1565922b10776bc725">
     10  <!ENTITY gucharmap-size          "2.1 MB">
     11  <!ENTITY gucharmap-buildsize     "27.9 MB">
    1212  <!ENTITY gucharmap-time          "0.2 SBU">
    1313]>
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">gucharmap-&gucharmap-version;.tar</keyword>
    23       <keyword role="ftpdir">gucharmap</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6561
    6662    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para role="required"><xref linkend="gtk2"/> and
    68     <xref linkend="gnome-doc-utils"/></para>
     63    <para role="required"><xref linkend="gtk2"/>,
     64    <xref linkend="gnome-doc-utils"/>, and
     65    <xref linkend="perl-xml-parser"/></para>
    6966
    7067    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><xref linkend="libgnomeui"/></para>
     68    <para role="optional"><xref linkend="libgnomeui"/> and
     69    <xref linkend="intltool"/></para>
    7270
    7371    <para condition="html" role="usernotes">User Notes:
     
    8583    commands:</para>
    8684
    87 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     85<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    8886            --localstatedir=/var/lib &amp;&amp;
    8987make</userinput></screen>
     
    120118        <seg>The following subdirectories $GNOME_PREFIX/:
    121119        include/gucharmap and
    122         share/{gnome/help/, omf/}/gucharmap</seg>
     120        share/{gnome/help/,omf/}/gucharmap</seg>
    123121      </seglistitem>
    124122    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.