Changeset 0c463dc for lxde/desktop
- Timestamp:
- 12/29/2018 02:05:38 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, bdubbs/svn, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a5592158
- Parents:
- e882fc37
- Location:
- lxde/desktop
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lxde/desktop/libfm-extra.xml
re882fc37 r0c463dc 7 7 <!ENTITY libfm-download-http "&sourceforge-dl;/pcmanfm/libfm-&libfm-extra-version;.tar.xz"> 8 8 <!ENTITY libfm-download-ftp " "> 9 <!ENTITY libfm-md5sum " 02a024714d51e0d37afc7bd596a44f3b">9 <!ENTITY libfm-md5sum "c15ecd2c9317e2c385cd3f046d0b61ba"> 10 10 <!ENTITY libfm-size "920 KB"> 11 11 <!ENTITY libfm-buildsize "11 MB"> -
lxde/desktop/libfm.xml
re882fc37 r0c463dc 7 7 <!ENTITY libfm-download-http "&sourceforge-dl;/pcmanfm/libfm-&libfm-version;.tar.xz"> 8 8 <!ENTITY libfm-download-ftp " "> 9 <!ENTITY libfm-md5sum " 02a024714d51e0d37afc7bd596a44f3b">9 <!ENTITY libfm-md5sum "c15ecd2c9317e2c385cd3f046d0b61ba"> 10 10 <!ENTITY libfm-size "920 KB"> 11 <!ENTITY libfm-buildsize "3 1MB">11 <!ENTITY libfm-buildsize "30 MB"> 12 12 <!ENTITY libfm-time "0.4 SBU"> 13 13 ]> … … 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 <xref linkend="gtk3"/> or 77 78 <xref linkend="gtk2"/> and 78 79 <xref linkend="menu-cache"/> … … 108 109 </para> 109 110 110 <screen><userinput>./configure --prefix=/usr \111 <screen><userinput>./configure --prefix=/usr \ 111 112 --sysconfdir=/etc \ 113 --with-gtk=3 \ 112 114 --disable-static && 113 115 make</userinput></screen> … … 127 129 <sect2 role="commands"> 128 130 <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> 129 134 130 135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
lxde/desktop/pcmanfm.xml
re882fc37 r0c463dc 7 7 <!ENTITY pcmanfm-download-http "&sourceforge-dl;/pcmanfm/pcmanfm-&pcmanfm-version;.tar.xz"> 8 8 <!ENTITY pcmanfm-download-ftp " "> 9 <!ENTITY pcmanfm-md5sum " 827838f7f6b17dc97e1690c07da8fdb3">9 <!ENTITY pcmanfm-md5sum "d32ad2c9c7c52bff2004bbc120b53420"> 10 10 <!ENTITY pcmanfm-size "416 KB"> 11 <!ENTITY pcmanfm-buildsize " 7.7MB">11 <!ENTITY pcmanfm-buildsize "8.0 MB"> 12 12 <!ENTITY pcmanfm-time "less than 0.1 SBU"> 13 13 ]> … … 99 99 </para> 100 100 101 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 101 <screen><userinput>./configure --prefix=/usr \ 102 --with-gtk=3 \ 103 --sysconfdir=/etc && 102 104 make</userinput></screen> 103 105
Note:
See TracChangeset
for help on using the changeset viewer.