Changeset e14cdd5 for general/genutils


Ignore:
Timestamp:
11/20/2014 01:01:09 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.7, 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:
d972f33
Parents:
e00592e3
Message:

Update to xscreensaver-5.32.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xscreensaver.xml

    re00592e3 re14cdd5  
    77  <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  " ">
    9   <!ENTITY xscreensaver-md5sum        "edad550c27660f2018927eaf3ca3999c">
     9  <!ENTITY xscreensaver-md5sum        "c003f79502e67f46aa5bedf24cbbd77c">
    1010  <!ENTITY xscreensaver-size          "11 MB">
    11   <!ENTITY xscreensaver-buildsize     "199 MB">
     11  <!ENTITY xscreensaver-buildsize     "204 MB">
    1212  <!ENTITY xscreensaver-time          "1 SBU">
    1313]>
     
    111111    </para>
    112112
    113 <screen><userinput>sed -i '/hsv.h/ a#include "stdint.h"' hacks/binaryring.c &amp;&amp;
    114 ./configure --prefix=/usr &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr &amp;&amp;
    115114make</userinput></screen>
    116115
     
    129128  <sect2 role="commands">
    130129    <title>Command Explanations</title>
    131 
    132     <para>
    133       <command>sed -i ... hacks/binaryring.c</command>: Include missing
    134       standard integer header reference.
    135     </para>
    136130
    137131    <para>
Note: See TracChangeset for help on using the changeset viewer.