Changeset a85c6ce
- Timestamp:
- 01/25/2015 11:55:39 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ad86df81
- Parents:
- 4d5c31d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
r4d5c31d ra85c6ce 58 58 <note> 59 59 <para> 60 This package hits a bug in gcc-4.9.0 or an unpatched gcc-4.9.1.61 To build this package, gccneeds to be updated if you have one of60 This package hits a bug in GCC-4.9.0 or an unpatched GCC-4.9.1. 61 To build this package, GCC needs to be updated if you have one of 62 62 these versions. See <xref linkend="gcc"/> 63 63 for <application>gcc</application> installation instructions. … … 189 189 -i Makefile.config.in && 190 190 191 CC=gcc CXX=g++ 192 ./configure --prefix=/usr 193 --sysconfdir=/etc 194 --enable-libffi 195 --enable-optimized 196 --enable-shared 197 --disable-assertions 191 CC=gcc CXX=g++ \ 192 ./configure --prefix=/usr \ 193 --sysconfdir=/etc \ 194 --enable-libffi \ 195 --enable-optimized \ 196 --enable-shared \ 197 --disable-assertions && 198 198 make</userinput></screen> 199 199 -
lxde/apps/lxterminal.xml
r4d5c31d ra85c6ce 94 94 <title>Installation of LXTerminal</title> 95 95 96 <note><para> 97 By default, <application>LXTerminal</application> installs its 98 menu in the System category. If desired, change it to the 99 Utility category:</para> 100 101 <screen><userinput>sed -i 's/System/Utility/' data/lxterminal.desktop.in</userinput></screen> 102 </note> 103 96 104 <para> 97 105 Install <application>LXTerminal</application> by running the following … … 99 107 </para> 100 108 101 <screen><userinput>sed -i 's/System/Utility/' data/lxterminal.desktop.in && 102 ./configure --prefix=/usr && 109 <screen><userinput>./configure --prefix=/usr && 103 110 make</userinput></screen> 104 111 … … 117 124 <sect2 role="commands"> 118 125 <title>Command Explanations</title> 119 120 <para>121 <command>sed -i ... lxterminal.desktop.in</command>: Fixes submenu for122 lxterminal entry.123 </para>124 126 125 127 <para> -
xfce/core/thunar.xml
r4d5c31d ra85c6ce 110 110 <title>Installation of Thunar</title> 111 111 112 <note><para> 113 By default, <application>Thunar</application> installs its 114 menu in the System category. If desired, change it to the 115 Utiliities category:</para> 116 117 <screen><userinput>sed -i 's/System;//' Thunar.desktop.in.in</userinput></screen> 118 </note> 119 112 120 <para> 113 121 Install <application>Thunar</application> by running the following … … 115 123 </para> 116 124 117 <screen><userinput>sed -i 's/System;//' Thunar.desktop.in.in && 118 119 ./configure --prefix=/usr \ 125 <screen><userinput>./configure --prefix=/usr \ 120 126 --sysconfdir=/etc \ 121 127 --docdir=/usr/share/doc/Thunar-&thunar-version; && … … 136 142 <sect2 role="commands"> 137 143 <title>Command Explanations</title> 138 139 <para>140 <command>sed -i 's/System;//' Thunar.desktop.in.in</command>: Move141 <application>Thunar</application> menu entry to the142 <quote>utilities</quote> submenu.143 </para>144 144 145 145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.