Changeset 68d5b0e for general/sysutils


Ignore:
Timestamp:
08/17/2015 06:30:55 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6073ef0
Parents:
8b9ad6e
Message:
  • Update to openldap-2.4.42.
  • Update to libdrm-2.4.63.
  • Update to acpid-2.0.25.
  • Remove the xkeystone script - patch from Denis Mugnier.
  • Update to gedit-3.16.3.
  • VLC-2.2.1: reformat.
  • ImageMagick-6.9.2-0: fix Radiance URL.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/acpid.xml

    r8b9ad6e r68d5b0e  
    77  <!ENTITY acpid-download-http "&sourceforge-repo;/acpid2/acpid-&acpid-version;.tar.xz">
    88  <!ENTITY acpid-download-ftp  " ">
    9   <!ENTITY acpid-md5sum        "d7bcdcdefcd53b03730e50ba842554ea">
    10   <!ENTITY acpid-size          "156 KB">
    11   <!ENTITY acpid-buildsize     "2.6 MB">
     9  <!ENTITY acpid-md5sum        "69bb0cc4a0a89eb2dfecc4851087f568">
     10  <!ENTITY acpid-size          "152 KB">
     11  <!ENTITY acpid-buildsize     "2.5 MB">
    1212  <!ENTITY acpid-time          "less than 0.1 SBU">
    1313]>
     
    8888    </para>
    8989
    90 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/acpid-&acpid-version; &amp;&amp;
     90<screen><userinput>./configure --prefix=/usr \
     91            --docdir=/usr/share/doc/acpid-&acpid-version; &amp;&amp;
    9192make</userinput></screen>
    9293
     
    99100    </para>
    100101
    101 <screen role="root"><userinput>make install                         &amp;&amp;
     102<screen role="root"><userinput>make install &amp;&amp;
     103
    102104install -v -m755 -d /etc/acpi/events &amp;&amp;
     105
    103106cp -r samples /usr/share/doc/acpid-&acpid-version;</userinput></screen>
    104107
     
    166169      <segtitle>Installed Programs</segtitle>
    167170      <segtitle>Installed Libraries</segtitle>
    168       <segtitle>Installed Directory</segtitle>
     171      <segtitle>Installed Directories</segtitle>
    169172
    170173      <seglistitem>
     
    176179        </seg>
    177180        <seg>
    178           /usr/share/doc/acpid-&acpid-version;
     181          /etc/acpi and /usr/share/doc/acpid-&acpid-version;
    179182        </seg>
    180183      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.