Changeset c764687
- Timestamp:
- 05/19/2020 10:25:44 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b2b75375
- Parents:
- 1e5da9b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1e5da9b rc764687 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Add a patch to menu-cache to fix a memory 49 leak and avoid the use of -fcommon.</para> 50 </listitem> 51 <listitem> 48 52 <para>[pierre] - Fix vinagre to avoid the use of -fcommon.</para> 49 53 </listitem> -
lxde/desktop/menu-cache.xml
r1e5da9b rc764687 9 9 <!ENTITY menu-cache-md5sum "99999a0bca48b980105208760c8fd893"> 10 10 <!ENTITY menu-cache-size "260 KB"> 11 <!ENTITY menu-cache-buildsize "3. 3MB">11 <!ENTITY menu-cache-buildsize "3.7 MB"> 12 12 <!ENTITY menu-cache-time "less than 0.1 SBU"> 13 13 ]> … … 72 72 </itemizedlist> 73 73 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 <itemizedlist spacing="compact"> 76 <listitem> 77 <para> 78 Required patch: 79 <ulink url="&patch-root;/menu-cache-&menu-cache-version;-consolidated_fixes-1.patch"/> 80 </para> 81 </listitem> 82 </itemizedlist> 83 74 84 <bridgehead renderas="sect3">Menu Cache Dependencies</bridgehead> 75 85 … … 94 104 95 105 <para> 106 First fix a memory leak and <quote>multiple definitions</quote> 107 issues: 108 </para> 109 110 <screen><userinput>patch -Np1 -i ../menu-cache-&menu-cache-version;-consolidated_fixes-1.patch</userinput></screen> 111 112 <para> 96 113 Install <application>Menu Cache</application> by running the following 97 114 commands: 98 115 </para> 99 116 100 <screen><userinput>./configure --prefix=/usr \ 101 CFLAGS="$CFLAGS -fcommon" \ 102 --disable-static && 117 <screen><userinput>./configure --prefix=/usr \ 118 --disable-static && 103 119 make</userinput></screen> 104 120
Note:
See TracChangeset
for help on using the changeset viewer.