Changeset 5b9edb4
- Timestamp:
- 05/05/2012 01:47:13 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 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, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8e2c769
- Parents:
- 96251d4b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r96251d4b r5b9edb4 4 4 --> 5 5 6 <!ENTITY day "0 4"> <!-- Always 2 digits -->6 <!ENTITY day "05"> <!-- Always 2 digits --> 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "May 4th, &year;">12 <!ENTITY releasedate "May 5th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 921 921 <!ENTITY gnumeric-version "1.10.17"> 922 922 <!ENTITY gnucash-version "2.4.10"> 923 <!ENTITY libreoffice-version "3.5. 2.2">923 <!ENTITY libreoffice-version "3.5.3"> 924 924 925 925 <!-- <!ENTITY koffice-version "1.6.3"> -
x/wm/openbox.xml
r96251d4b r5b9edb4 228 228 <para> 229 229 Or if you like a bit of variety, put a selection of images in a folder 230 and choose one at random each time you <command>xinit</command>: 230 (in this example, the directory ~/.config/backgrounds) and choose one at 231 random each time you <command>xinit</command>: 231 232 </para> 232 233 233 234 <screen role="user"><userinput>cat > ~/.xinitrc << "HERE_DOC" 235 # make an array which lists the pictures: 234 236 picture_list=(~/.config/backgrounds/*) 235 random_number=$(( ${RANDOM} % ${#picture_list[*]} )) 236 display -backdrop -window root "${picture_list[$random_number]}" 237 # create a random integer between 0 and the number of pictures: 238 random_number=$(( ${RANDOM} % ${#picture_list[@]} )) 239 # display the chosen picture: 240 display -backdrop -window root "${picture_list[${random_number}]}" 237 241 exec openbox 238 242 HERE_DOC</userinput></screen> … … 249 253 picture_list=(~/.config/backgrounds/*) 250 254 random_number=$(( ${RANDOM} % ${#picture_list[*]} )) 251 display -backdrop -window root "${picture_list[$ random_number]}"255 display -backdrop -window root "${picture_list[${random_number}]}" 252 256 numlockx 253 257 eval $(dbus-launch --auto-syntax --exit-with-session) -
xsoft/office/libreoffice.xml
r96251d4b r5b9edb4 6 6 7 7 <!ENTITY libreoffice-core-download-http 8 "http://download.documentfoundation.org/libreoffice/src/ 3.5.2/libreoffice-core-&libreoffice-version;.tar.xz">8 "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;/libreoffice-core-&libreoffice-version;.2.tar.xz"> 9 9 <!ENTITY libreoffice-core-download-ftp " "> 10 <!ENTITY libreoffice-core-md5sum " a21156d5657b8619a523ffdc5cc0003e">10 <!ENTITY libreoffice-core-md5sum "d22cd79e7463ac4caf0a4b47d78a82ac"> 11 11 <!ENTITY libreoffice-core-size "99 MB"> 12 12 13 13 <!ENTITY libreoffice-dictionaries-download-http 14 "http://download.documentfoundation.org/libreoffice/src/ 3.5.2/libreoffice-dictionaries-&libreoffice-version;.tar.xz">14 "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;/libreoffice-dictionaries-&libreoffice-version;.2.tar.xz"> 15 15 <!ENTITY libreoffice-dictionaries-download-ftp " "> 16 <!ENTITY libreoffice-dictionaries-md5sum " 782d0cecfccc200f8ad0a07f0cb53f08">17 <!ENTITY libreoffice-dictionaries-size "3 1MB">16 <!ENTITY libreoffice-dictionaries-md5sum "f4ebfe04dc035dd075709a3f6cb76284"> 17 <!ENTITY libreoffice-dictionaries-size "32 MB"> 18 18 <!ENTITY libreoffice-help-download-http 19 "http://download.documentfoundation.org/libreoffice/src/ 3.5.2/libreoffice-help-&libreoffice-version;.tar.xz">19 "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;/libreoffice-help-&libreoffice-version;.2.tar.xz"> 20 20 <!ENTITY libreoffice-help-download-ftp " "> 21 <!ENTITY libreoffice-help-md5sum "3 c064a24191274fcd8fd466ce9d5dc42">22 <!ENTITY libreoffice-help-size " 2MB">21 <!ENTITY libreoffice-help-md5sum "3455f3f523d739aa391b5a5bf04ff958"> 22 <!ENTITY libreoffice-help-size "1.8 MB"> 23 23 24 24 <!ENTITY libreoffice-translations-download-http 25 "http://download.documentfoundation.org/libreoffice/src/ 3.5.2/libreoffice-translations-&libreoffice-version;.tar.xz">25 "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;/libreoffice-translations-&libreoffice-version;.2.tar.xz"> 26 26 <!ENTITY libreoffice-translations-download-ftp " "> 27 <!ENTITY libreoffice-translations-md5sum " 17ebcd0d25e716d3905b1a905907fd67">28 <!ENTITY libreoffice-translations-size "11 .7 MB">27 <!ENTITY libreoffice-translations-md5sum "945fbf7888c464f4e1cf7282d370b257"> 28 <!ENTITY libreoffice-translations-size "117 MB"> 29 29 30 30 <!ENTITY libreoffice-buildsize "6 GB (379 MB installed)"> … … 32 32 ]> 33 33 34 <sect1 id="libreoffice" xreflabel="libre -office-&libreoffice-version;">34 <sect1 id="libreoffice" xreflabel="libreoffice-&libreoffice-version;"> 35 35 <?dbhtml filename="libreoffice.html"?> 36 36 … … 40 40 </sect1info> 41 41 42 <title>libre -office-&libreoffice-version;</title>42 <title>libreoffice-&libreoffice-version;.2</title> 43 43 44 44 <indexterm zone="libreoffice"> … … 219 219 <warning> 220 220 <para> 221 Untaring the libreoffice-core- 3.5.2.2 tarball as221 Untaring the libreoffice-core-&libreoffice-version;.2 tarball as 222 222 <systemitem class="username">root</systemitem> has the curious effect of 223 223 changing the ownership of the <emphasis>parent</emphasis> directory … … 242 242 </warning> 243 243 244 <screen role="root"><userinput>tar xf --no-overwrite-dir libreoffice-core-&libreoffice-version;. tar.xz &&245 cd libreoffice-core-&libreoffice-version; </userinput></screen>244 <screen role="root"><userinput>tar xf --no-overwrite-dir libreoffice-core-&libreoffice-version;.2.tar.xz && 245 cd libreoffice-core-&libreoffice-version;.2</userinput></screen> 246 246 247 247 <para> … … 250 250 </para> 251 251 252 <screen><userinput>tar -xf ../libreoffice-translations-&libreoffice-version;.tar.xz --strip-components=1 && 253 tar -xf ../libreoffice-help-&libreoffice-version;.tar.xz --strip-components=1 && 254 tar -xf ../libreoffice-dictionaries-&libreoffice-version;.tar.xz --strip-components=1 && 255 sed -i '/$Prepend/s:^[^#]:# &:' \ 256 i18npool/source/breakiterator/data/char{,_in}.txt && 252 <screen><userinput>tar -xf ../libreoffice-translations-&libreoffice-version;.2.tar.xz --strip-components=1 && 253 tar -xf ../libreoffice-help-&libreoffice-version;.2.tar.xz --strip-components=1 && 254 tar -xf ../libreoffice-dictionaries-&libreoffice-version;.2.tar.xz --strip-components=1 && 257 255 ./autogen.sh --prefix=/usr \ 258 256 --disable-binfilter \ … … 281 279 --without-java && 282 280 ./download && 283 mkdir -p ../libre -office-downloads &&284 cp -rf src/* ../libre -office-downloads &&281 mkdir -p ../libreoffice-downloads && 282 cp -rf src/* ../libreoffice-downloads && 285 283 make</userinput></screen> 286 284 … … 319 317 320 318 <para> 321 <command>tar -xf ../libreoffice-translations-&libreoffice-version;. tar.xz319 <command>tar -xf ../libreoffice-translations-&libreoffice-version;.2.tar.xz 322 320 --strip-components=1</command>: This command untars the translations 323 321 inside the source. The <option>--strip-components=1</option> option … … 329 327 330 328 <para> 331 <command>tar -xf ../libreoffice-help-&libreoffice-version;. tar.xz329 <command>tar -xf ../libreoffice-help-&libreoffice-version;.2.tar.xz 332 330 --strip-components=1</command>: This command untars the help files inside 333 331 the source. The <option>--strip-components=1</option> option removes the … … 339 337 340 338 <para> 341 <command>tar -xf ../libreoffice-dictionaries-&libreoffice-version;. tar.xz339 <command>tar -xf ../libreoffice-dictionaries-&libreoffice-version;.2.tar.xz 342 340 --strip-components=1</command>: This command untars the dictionaries inside 343 341 the source. The <option>--strip-components=1</option> option removes the … … 349 347 350 348 <para> 351 <command>sed -i '/$Prepend/s:^[^#]:# &:'352 i18npool/source/breakiterator/data/char{,_in}.txt</command>: This sed353 fixes compiling with <application>ICU 49</application> installed on your354 system.355 </para>356 357 <para>358 349 <option>--enable-gtk3</option>: Add this option if you've installed and 359 350 want to use <application>Gtk+-3</application>. … … 417 408 418 409 <para> 419 <command>./download</command>: The <command>download</command> script 420 downloads the source to a collection of things that might be needed during 421 the build process. 422 </para> 423 424 <para> 425 <command>mkdir -p ../libre-office-downloads; 426 cp -rf src/* ../libre-office-downloads</command>: The 427 <command>download</command> script downloads some 320MB of source 428 tarballs, many of which are not needed as they are probably already 429 installed on your system. This command makes a backup copy of the 430 downloaded files so you don't have to download them again if you decide to 431 recompile <application>Libre Office</application>. In that case, just 432 start by <command>mkdir src; cp ../libre-office-downloads/* src</command> 410 <option>--with-vendor=LFS-BLFS</option>: This option sets LFS-BLFS as the 411 vendor which is mentioned when you click About on the toolbar. 412 </para> 413 414 <para> 415 <command>./download</command>: The build process runs the 416 <command>download</command> script which downloads some 320MB of 417 source tarballs and another copy of the dictionaries, help files and 418 translations. We run the download script to get it out of the way at the 419 start so we can make a backup copy of the downloaded files. 420 </para> 421 422 <para> 423 <command>mkdir -p ../libreoffice-downloads; 424 cp -rf src/* ../libreoffice-downloads</command>: this makes a backup copy 425 of the downloaded files so you don't have to download them again if you 426 decide to recompile <application>Libre Office</application>. In that case, 427 just start with: 428 <command>mkdir src; cp ../libreoffice-downloads/* src</command> 433 429 </para> 434 430
Note:
See TracChangeset
for help on using the changeset viewer.