Changeset 7a2aeb5
- Timestamp:
- 09/17/2014 10:52:31 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 02fc2ae
- Parents:
- 8c64b06
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/lsof.xml
r8c64b06 r7a2aeb5 33 33 Files for a given running application or process.</para> 34 34 35 &lfs7 5_checked;35 &lfs76_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/genutils/tree.xml
r8c64b06 r7a2aeb5 34 34 directories, files, links.</para> 35 35 36 &lfs7 5_checked;36 &lfs76_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> -
introduction/welcome/changelog.xml
r8c64b06 r7a2aeb5 48 48 <para>September 17th, 2014</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Fixes and tweaks: GPicView-0.2.4, LXDM-0.5.0, 52 PCManFM-1.2.2, and Vim-7.4.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to lxinput-0.3.3. Fixes 56 <ulink url="&blfs-ticket-root;5529">#5529</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - Update to lxtask-0.1.5. Fixes 60 <ulink url="&blfs-ticket-root;5528">#5528</ulink>.</para> 61 </listitem> 62 <listitem> 63 <para>[fernando] - Update to lxappearance-obconf-0.2.2. Fixes 64 <ulink url="&blfs-ticket-root;5527">#5527</ulink>.</para> 65 </listitem> 50 66 <listitem> 51 67 <para>[fernando] - gnome-icon-theme-3.12.0: remove dependency -
lxde/apps/gpicview.xml
r8c64b06 r7a2aeb5 102 102 </para> 103 103 104 <screen role="root"><userinput>make install</userinput></screen> 104 <screen role="root"><userinput>make install && 105 sed -i 's/Utility;//' /usr/share/applications/gpicview.desktop</userinput></screen> 105 106 106 107 <para> … … 109 110 <command>xdg-icon-resource forceupdate --theme hicolor</command> command, 110 111 for the installed icon to be displayed in the menu item. 112 </para> 113 114 </sect2> 115 116 <sect2 role="commands"> 117 <title>Command Explanations</title> 118 119 <para> 120 <command>sed -i ...</command>: Fixes submenu for 121 <application>GPicView</application>. 111 122 </para> 112 123 -
lxde/apps/lxappearance-obconf.xml
r8c64b06 r7a2aeb5 5 5 %general-entities; 6 6 7 <!ENTITY lxappearance-obconf-download-http "&sourceforge-repo;/lxde/lxappearance-obconf-&lxappearance-obconf-version;.tar. gz">7 <!ENTITY lxappearance-obconf-download-http "&sourceforge-repo;/lxde/lxappearance-obconf-&lxappearance-obconf-version;.tar.xz"> 8 8 <!ENTITY lxappearance-obconf-download-ftp " "> 9 <!ENTITY lxappearance-obconf-md5sum " 1f061c96e0c78a6476421ca294ac24aa">10 <!ENTITY lxappearance-obconf-size " 412KB">11 <!ENTITY lxappearance-obconf-buildsize " 5.7MB">9 <!ENTITY lxappearance-obconf-md5sum "d958ac5514ba1707429ff6794ab59abf"> 10 <!ENTITY lxappearance-obconf-size "288 KB"> 11 <!ENTITY lxappearance-obconf-buildsize "4.0 MB"> 12 12 <!ENTITY lxappearance-obconf-time "0.1 SBU"> 13 13 ]> … … 93 93 </para> 94 94 95 <screen><userinput>./configure --prefix=/usr &&95 <screen><userinput>./configure --prefix=/usr --disable-static && 96 96 make</userinput></screen> 97 97 … … 108 108 </sect2> 109 109 110 <sect2 role="commands"> 111 <title>Command Explanations</title> 112 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 114 href="../../xincludes/static-libraries.xml"/> 115 116 </sect2> 117 110 118 <sect2 role="content"> 111 119 <title>Contents</title> … … 113 121 <segmentedlist> 114 122 <segtitle>Installed Programs</segtitle> 115 <segtitle>Installed Librar ies</segtitle>123 <segtitle>Installed Library</segtitle> 116 124 <segtitle>Installed Directories</segtitle> 117 125 … … 121 129 </seg> 122 130 <seg> 123 None131 /usr/lib/lxappearance/plugins/obconf.so 124 132 </seg> 125 133 <seg> -
lxde/apps/lxdm.xml
r8c64b06 r7a2aeb5 274 274 </para> 275 275 276 <screen role="root"><userinput> mv -vi/etc/inittab{,-orig} &&276 <screen role="root"><userinput>cp -v /etc/inittab{,-orig} && 277 277 sed -i '/initdefault/ s/3/5/' /etc/inittab</userinput></screen> 278 278 -
lxde/apps/lxinput.xml
r8c64b06 r7a2aeb5 5 5 %general-entities; 6 6 7 <!ENTITY lxinput-download-http "&sourceforge-repo;/lxde/lxinput-&lxinput-version;.tar. gz">7 <!ENTITY lxinput-download-http "&sourceforge-repo;/lxde/lxinput-&lxinput-version;.tar.xz"> 8 8 <!ENTITY lxinput-download-ftp " "> 9 <!ENTITY lxinput-md5sum " 5bf563d04984ef2a147433f3bdda687b">10 <!ENTITY lxinput-size " 256KB">11 <!ENTITY lxinput-buildsize "2. 7MB">9 <!ENTITY lxinput-md5sum "d2a6467c5d23f9aa7f65d0d3abacd102"> 10 <!ENTITY lxinput-size "144 KB"> 11 <!ENTITY lxinput-buildsize "2.4 MB"> 12 12 <!ENTITY lxinput-time "0.1 SBU"> 13 13 ]> -
lxde/apps/lxtask.xml
r8c64b06 r7a2aeb5 5 5 %general-entities; 6 6 7 <!ENTITY lxtask-download-http "&sourceforge-repo;/lxde/lxtask-&lxtask-version;.tar. gz">7 <!ENTITY lxtask-download-http "&sourceforge-repo;/lxde/lxtask-&lxtask-version;.tar.xz"> 8 8 <!ENTITY lxtask-download-ftp " "> 9 <!ENTITY lxtask-md5sum "c 4ab47d03d41a88696d64d3f1e78cf7f">10 <!ENTITY lxtask-size " 236 KB">9 <!ENTITY lxtask-md5sum "c8b1e9df8cbe41c07ebc3830d4386324"> 10 <!ENTITY lxtask-size "136 KB"> 11 11 <!ENTITY lxtask-buildsize "3.3 MB"> 12 <!ENTITY lxtask-time " 0.2SBU">12 <!ENTITY lxtask-time "less than 0.1 SBU"> 13 13 ]> 14 14 -
lxde/desktop/lxde-common.xml
r8c64b06 r7a2aeb5 126 126 127 127 <screen role="root"><userinput>make install && 128 install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop</userinput></screen> 128 ln -svfn profile/LXDE /etc/xdg/lxpanel/LXDE && 129 install -Dm644 lxde-logout.desktop \ 130 /usr/share/applications/lxde-logout.desktop</userinput></screen> 129 131 130 132 <para> … … 154 156 155 157 </sect2> 156 <!-- 158 157 159 <sect2 role="commands"> 158 160 <title>Command Explanations</title> 159 161 160 162 <para> 161 <command>sed -e ...</command>: This sed fixes the wrong path 162 of the default <application>PCManFM</application> configuration 163 file. 164 </para> 165 166 </sect2>--> 163 <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the 164 default <application>LXPanel</application> profile. 165 </para> 166 167 </sect2> 167 168 168 169 <sect2 role="content"> -
lxde/desktop/pcmanfm.xml
r8c64b06 r7a2aeb5 109 109 </para> 110 110 111 <screen role="root"><userinput>make install</userinput></screen> 111 <screen role="root"><userinput>make install && 112 sed -i 's/System;//' /usr/share/applications/pcmanfm.desktop</userinput></screen> 113 114 </sect2> 115 116 <sect2 role="commands"> 117 <title>Command Explanations</title> 118 119 <para> 120 <command>sed -i ...</command>: Fixes submenu for 121 <application>PCManFM</application> entry. 122 </para> 112 123 113 124 </sect2> -
packages.ent
r8c64b06 r7a2aeb5 566 566 <!-- Chapter 35 --> 567 567 <!ENTITY gpicview-version "0.2.4"> 568 <!ENTITY lxappearance-obconf-version "0.2. 1">569 <!ENTITY lxinput-version "0.3. 2">568 <!ENTITY lxappearance-obconf-version "0.2.2"> 569 <!ENTITY lxinput-version "0.3.3"> 570 570 <!ENTITY lxrandr-version "0.2.0"> 571 <!ENTITY lxtask-version "0.1. 4">571 <!ENTITY lxtask-version "0.1.5"> 572 572 <!ENTITY lxterminal-version "0.1.11"> 573 573 <!ENTITY lxdm-version "0.5.0"> -
postlfs/editors/vim.xml
r8c64b06 r7a2aeb5 42 42 <application>X</application> support is automatically detected.</para> 43 43 44 &lfs7 5_checked;44 &lfs76_checked; 45 45 46 46 <bridgehead renderas="sect3">Package Information</bridgehead> … … 194 194 </sect3> 195 195 196 <sect3 id='vim-desktop'> 197 <title>Desktop File</title> 198 199 <para> 200 If desired, create a menu entry for graphical vim, 201 <filename>gvim.desktop</filename>, as the <systemitem 202 class="username">root</systemitem> user 203 </para> 204 205 <screen role="root"><userinput>cat > /usr/share/applications/gvim.desktop << "EOF" 206 <literal>[Desktop Entry] 207 Name=GVim Text Editor 208 Comment=Edit text files 209 Comment[pt_BR]=Edite arquivos de texto 210 TryExec=gvim 211 Exec=gvim -f %F 212 Terminal=false 213 Type=Application 214 Icon=gvim.png 215 Categories=Utility;TextEditor; 216 StartupNotify=true 217 MimeType=text/plain;</literal> 218 EOF</userinput></screen> 219 220 </sect3> 221 196 222 <sect3 id='vim-init'> 197 223 <title>Configuration Information</title>
Note:
See TracChangeset
for help on using the changeset viewer.