Changeset 6c3d95f9


Ignore:
Timestamp:
03/28/2010 05:19:13 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
f709a08f
Parents:
d6fd371
Message:

Updated to HAL-0.5.14

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd6fd371 r6c3d95f9  
    251251<!ENTITY apache-ant-version           "1.8.0">
    252252<!ENTITY dbus-version                 "1.2.16">
    253 <!ENTITY hal-version                  "0.5.12">
     253<!ENTITY hal-version                  "0.5.14">
    254254<!ENTITY udev-version                 "145">
    255255<!ENTITY DeviceKit-version            "003">
  • general/sysutils/hal.xml

    rd6fd371 r6c3d95f9  
    77  <!ENTITY hal-download-http      "http://hal.freedesktop.org/releases/hal-&hal-version;.tar.gz">
    88  <!ENTITY hal-download-ftp       " ">
    9   <!ENTITY hal-md5sum             "bb7c36e142437f7363f9a80ae8391926">
    10   <!ENTITY hal-size               "900 KB">
    11   <!ENTITY hal-buildsize          "24 MB">
    12   <!ENTITY hal-time               "0.4 SBU">
    13 
    14   <!ENTITY hal-info-version       "20090414">
     9  <!ENTITY hal-md5sum             "e9163df591a6f38f59fdbfe33e73bf20">
     10  <!ENTITY hal-size               "1.2 MB">
     11  <!ENTITY hal-buildsize          "25 MB">
     12  <!ENTITY hal-time               "0.5 SBU">
     13
     14  <!ENTITY hal-info-version       "20091130">
    1515  <!ENTITY hal-info-download-http "http://hal.freedesktop.org/releases/hal-info-&hal-info-version;.tar.gz">
    1616  <!ENTITY hal-info-download-ftp  " ">
    17   <!ENTITY hal-info-md5sum        "ae7177ab8f0163d3ef2df71f0de2b357">
    18   <!ENTITY hal-info-size          "140 KB">
     17  <!ENTITY hal-info-md5sum        "34375489a02a00b250fdc0b280be11b8">
     18  <!ENTITY hal-info-size          "144 KB">
    1919]>
    2020
     
    9393
    9494    <bridgehead renderas="sect4">Required</bridgehead>
    95     <para role="required"><xref linkend="dbus-glib"/> and
    96     <xref linkend="perl-xml-parser"/></para>
     95    <para role="required"><xref linkend="dbus-glib"/></para>
    9796
    9897    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    111110    <bridgehead renderas="sect4">Optional</bridgehead>
    112111    <para role="optional"><xref linkend="gtk-doc"/>,
    113     <ulink url="http://www.gnu.org/software/parted/index.shtml">Parted</ulink>*,
    114     <ulink url="http://linux.dell.com/libsmbios/main/index.html">libsmbios</ulink>,
     112    <xref linkend="acl"/>,
     113    <xref linkend="gperf"/>,
    115114    <xref linkend="policykit"/>,
    116     and <xref linkend="intltool"/></para>
    117 
    118     <para>* Use the following command after changing into the
    119     <application>HAL</application> source directory to modify the package
    120     <command>configure</command> script if you have
    121     <application>Parted</application> version 1.8.7 installed.</para>
    122 
    123 <screen><userinput>sed -i -e   's%, 1.8.6%&amp;, 1.8.7%' \
    124        -e   's% or 1.8.6%/1.8.6 or 1.8.7%' \
    125        -e   's%6))%6) ||\
    126             (major == 1 \&amp;\&amp; minor == 8 \&amp;\&amp; micro == 7))%' \
    127     configure</userinput></screen>
     115    <xref linkend="consolekit"/>,
     116    <xref linkend="intltool"/>,
     117    <ulink url="http://www.gnu.org/software/parted/index.shtml">Parted</ulink>, and
     118    <ulink url="https://fedorahosted.org/libsmbios/">libsmbios</ulink></para>
    128119
    129120    <para condition="html" role="usernotes">User Notes:
     
    154145            --sysconfdir=/etc \
    155146            --libexecdir=/usr/lib/hal \
    156             --localstatedir=/var &amp;&amp;
     147            --localstatedir=/var \
     148            --docdir=/usr/share/doc/hal-&hal-version; &amp;&amp;
    157149make</userinput></screen>
    158150
     
    168160<screen><userinput>tar -xf ../hal-info-&hal-info-version;.tar.gz &amp;&amp;
    169161cd hal-info-&hal-info-version; &amp;&amp;
    170 ./configure --prefix=/usr</userinput></screen>
    171 
    172     <para>Finally, as the <systemitem class="username">root</systemitem> user:</para>
     162./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
     163
     164    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    173165
    174166<screen role="root"><userinput>make install</userinput></screen>
     
    203195    <application>HAL</application> at run-time. These include <ulink
    204196    url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>,
    205     <xref linkend="consolekit"/>,
    206197    <ulink url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
    207198    <ulink url="http://sourceware.org/dm/">Device-mapper</ulink>,
  • introduction/welcome/changelog.xml

    rd6fd371 r6c3d95f9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to HAL-0.5.14.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to libusb-1.0.6.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.