Changeset 0c463dc for lxde/desktop


Ignore:
Timestamp:
12/29/2018 02:05:38 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
a5592158
Parents:
e882fc37
Message:

Update to pcmanfm-1.3.1.
Update to libfm-1.3.1.
Update to xterm-341.
Update to libinput-1.12.4.

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

Location:
lxde/desktop
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/libfm-extra.xml

    re882fc37 r0c463dc  
    77  <!ENTITY libfm-download-http "&sourceforge-dl;/pcmanfm/libfm-&libfm-extra-version;.tar.xz">
    88  <!ENTITY libfm-download-ftp  " ">
    9   <!ENTITY libfm-md5sum        "02a024714d51e0d37afc7bd596a44f3b">
     9  <!ENTITY libfm-md5sum        "c15ecd2c9317e2c385cd3f046d0b61ba">
    1010  <!ENTITY libfm-size          "920 KB">
    1111  <!ENTITY libfm-buildsize     "11 MB">
  • lxde/desktop/libfm.xml

    re882fc37 r0c463dc  
    77  <!ENTITY libfm-download-http "&sourceforge-dl;/pcmanfm/libfm-&libfm-version;.tar.xz">
    88  <!ENTITY libfm-download-ftp  " ">
    9   <!ENTITY libfm-md5sum        "02a024714d51e0d37afc7bd596a44f3b">
     9  <!ENTITY libfm-md5sum        "c15ecd2c9317e2c385cd3f046d0b61ba">
    1010  <!ENTITY libfm-size          "920 KB">
    11   <!ENTITY libfm-buildsize     "31 MB">
     11  <!ENTITY libfm-buildsize     "30 MB">
    1212  <!ENTITY libfm-time          "0.4 SBU">
    1313]>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
     77      <xref linkend="gtk3"/> or
    7778      <xref linkend="gtk2"/> and
    7879      <xref linkend="menu-cache"/>
     
    108109    </para>
    109110
    110 <screen><userinput>./configure --prefix=/usr \
     111<screen><userinput>./configure --prefix=/usr     \
    111112            --sysconfdir=/etc \
     113            --with-gtk=3      \
    112114            --disable-static  &amp;&amp;
    113115make</userinput></screen>
     
    127129  <sect2 role="commands">
    128130    <title>Command Explanations</title>
     131
     132    <para><option>--with-gtk=3</option>: This option selects the
     133    version of gtk+ to use.  The default is gtk+-2.</para>
    129134
    130135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • lxde/desktop/pcmanfm.xml

    re882fc37 r0c463dc  
    77  <!ENTITY pcmanfm-download-http "&sourceforge-dl;/pcmanfm/pcmanfm-&pcmanfm-version;.tar.xz">
    88  <!ENTITY pcmanfm-download-ftp  " ">
    9   <!ENTITY pcmanfm-md5sum        "827838f7f6b17dc97e1690c07da8fdb3">
     9  <!ENTITY pcmanfm-md5sum        "d32ad2c9c7c52bff2004bbc120b53420">
    1010  <!ENTITY pcmanfm-size          "416 KB">
    11   <!ENTITY pcmanfm-buildsize     "7.7 MB">
     11  <!ENTITY pcmanfm-buildsize     "8.0 MB">
    1212  <!ENTITY pcmanfm-time          "less than 0.1 SBU">
    1313]>
     
    9999    </para>
    100100
    101 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr     \
     102            --with-gtk=3      \
     103            --sysconfdir=/etc &amp;&amp;
    102104make</userinput></screen>
    103105
Note: See TracChangeset for help on using the changeset viewer.