Changeset a0fa5dd
- Timestamp:
- 05/21/2016 04:48:00 PM (7 years ago)
- Branches:
- systemd-13485
- Children:
- d017cd4
- Parents:
- 98c91f4c
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r98c91f4c ra0fa5dd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS systemd Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 19th, &year;">9 <!ENTITY releasedate "May 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "systemd"> <!-- svn|[release #] --> -
general/prog/mercurial.xml
r98c91f4c ra0fa5dd 7 7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz"> 8 8 <!ENTITY mercurial-download-ftp " "> 9 <!ENTITY mercurial-md5sum " 172a8c588adca12308c2aca16608d7f4">10 <!ENTITY mercurial-size "4. 5MB">9 <!ENTITY mercurial-md5sum "c38daa0cbe264fc621dc3bb05933b0b3"> 10 <!ENTITY mercurial-size "4.6 MB"> 11 11 <!ENTITY mercurial-buildsize "52 MB (385 MB with docs and tests)"> 12 12 <!ENTITY mercurial-time "less than 0.1 SBU (15 SBU with docs and tests)"> … … 99 99 <screen><userinput>make doc</userinput></screen> 100 100 101 <!-- All tests pass (or are skipped) at version 3.8.2 101 102 <para>Running the test suite is optional. Tests which fail may be disabled, 102 103 adding each one to <filename>tests/blacklists/failed-tests</filename>. In … … 109 110 test-gpg.t</literal> 110 111 EOF 111 112 rm -rf tests/tmp && 112 --> 113 <para> 114 To run the test suite, issue: 115 </para> 116 <screen><userinput>rm -rf tests/tmp && 113 117 114 118 TESTFLAGS="-j<replaceable><N></replaceable> --tmpdir tmp --blacklist blacklists/failed-tests" \ … … 116 120 117 121 <para>where <replaceable><N></replaceable> is an integer between one 118 and the number of ( processor X threads ), inclusive. In order to122 and the number of ( processor X threads ), inclusive. <!--In order to 119 123 investigate the apparently failing tests, you may use the 120 124 <command>run-tests.py</command> script. To see the almost forty switches, 121 some of them very useful, issue <command>tests/run-tests.py - -help</command>.125 some of them very useful, issue <command>tests/run-tests.py - -help</command>. 122 126 Running the following commands, you will execute only the tests that failed 123 before:</para> 124 127 before:--></para> 128 129 <!-- 125 130 <screen><userinput>pushd tests && 126 131 rm -rf tmp && 127 132 128 ./run-tests.py - -tmpdir tmp test-gpg.t &&133 ./run-tests.py - -tmpdir tmp test-gpg.t && 129 134 popd</userinput></screen> 130 135 131 136 <para>Normally, the previous failures will be confirmed. However, if you add the switch 132 "- -debug" before "--tmpdir", and run again, some failures are gone, which137 "- -debug" before "- -tmpdir", and run again, some failures are gone, which 133 138 seems to be a problem with the test suite. If this happens, normally, from 134 139 now on, there will be no more such failures whether you use the debug switch 135 140 or not.</para> 136 141 137 <para>An interesting switch is "- -time", which will generate at the end of142 <para>An interesting switch is "- -time", which will generate at the end of 138 143 the test suite execution, a table with all executed tests and respective 139 144 start, end, user, system and real times. Notice that the switches may be 140 145 used with <command>make check</command>, including them in the 141 146 <envar>TESTFLAGS</envar> environment variable.</para> 142 147 --> 143 148 <para>Install <application>Mercurial</application> by running the following 144 149 command (as <systemitem class="username">root</systemitem>):</para> -
general/sysutils/upower.xml
r98c91f4c ra0fa5dd 7 7 <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz"> 8 8 <!ENTITY upower-download-ftp " "> 9 <!ENTITY upower-md5sum " 39cfd97bfaf7d30908f20cf937a57634">9 <!ENTITY upower-md5sum "78800e1ac7f92b24aabdf433e38f75d2"> 10 10 <!ENTITY upower-size "416 KB"> 11 <!ENTITY upower-buildsize "1 0 MB">11 <!ENTITY upower-buildsize "13 MB (add 2 MB for tests)"> 12 12 <!ENTITY upower-time "0.2 SBU"> 13 13 ]> … … 83 83 </para> 84 84 85 <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>86 <para role="recommended">87 <xref linkend="pm-utils"/>88 </para>89 90 85 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead> 91 86 <para role="optional"> … … 137 132 138 133 <para> 139 < option>--enable-deprecated</option>: This switch enables134 <parameter>--enable-deprecated</parameter>: This switch enables 140 135 deprecated functionality which is still needed by some 141 136 applications. -
introduction/welcome/changelog.xml
r98c91f4c ra0fa5dd 45 45 --> 46 46 <listitem> 47 <para>May 21st, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[dj] - Update to postfix-3.1.1. Merged from trunk 51 r17385.</para> 52 </listitem> 53 <listitem> 54 <para>[dj] - Update to xfce4-power-manager-1.6.0. Merged from trunk 55 r17384.</para> 56 </listitem> 57 <listitem> 58 <para>[dj] - Update to upower-0.99.4. Merged from trunk 59 r17383.</para> 60 </listitem> 61 <listitem> 62 <para>[dj] - Update to sqlite-3.13.0. Merged from trunk r17379.</para> 63 </listitem> 64 <listitem> 65 <para>[dj] - Update to mercurial-3.8.2. Merged from trunk 66 r17378.</para> 67 </listitem> 68 <listitem> 69 <para>[dj] - Fix typos in postgresql. Merged from trunk r17373.</para> 70 </listitem> 71 <listitem> 72 <para>[dj] - Update btrfs-progs dependencies. Merged from trunk 73 r17373.</para> 74 </listitem> 75 <listitem> 76 <para>[dj] - Update to simpleburn-1.7.3.1. Merged from trunk 77 r17373.</para> 78 </listitem> 79 </itemizedlist> 80 </listitem> 81 82 <listitem> 47 83 <para>May 19th, 2016</para> 48 84 <itemizedlist> -
multimedia/cdwriteutils/simpleburn.xml
r98c91f4c ra0fa5dd 5 5 %general-entities; 6 6 7 <!ENTITY simpleburn-download-http "http://simpleburn.tuxfamily.org/IMG/ bz2/simpleburn-&simpleburn-version;.tar.bz2">7 <!ENTITY simpleburn-download-http "http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-&simpleburn-version;.tar.gz"> 8 8 <!ENTITY simpleburn-download-ftp " "> 9 <!ENTITY simpleburn-md5sum " de658ab5af00e7bcb1e948d5c45da7b9">10 <!ENTITY simpleburn-size "4 4KB">11 <!ENTITY simpleburn-buildsize " 1.7MB">12 <!ENTITY simpleburn-time " 0.1 SBU">9 <!ENTITY simpleburn-md5sum "5176865020440b2c3eadab76435f6833"> 10 <!ENTITY simpleburn-size "48 KB"> 11 <!ENTITY simpleburn-buildsize "2.0 MB"> 12 <!ENTITY simpleburn-time "less than 0.1 SBU"> 13 13 ]> 14 14 … … 171 171 <seg> 172 172 simpleburn, 173 simpleburn-abort-operation, 174 simpleburn-blank-media, 175 simpleburn-burn-audio, 176 simpleburn-burn-data, 177 simpleburn-burning-suite, 178 simpleburn-burn-iso, 179 simpleburn-copy-audio, 180 simpleburn-copy-data, 181 simpleburn-extract-audio, 182 simpleburn-extract-iso, 183 simpleburn-gauges, 184 simpleburn-get-datasize, 185 simpleburn-media-detection, 186 simpleburn-ripdvd-detection, and 187 simpleburn-ripdvd-encoding 173 simpleburn.sh 174 simpleburn-detect.sh, 175 simpleburn-gauges, and 176 simpleburn-gauges.sh 188 177 </seg> 189 178 <seg> … … 214 203 </varlistentry> 215 204 216 <varlistentry id="simpleburn-abort-operation">217 <term><command>simpleburn-abort-operation</command></term>218 <listitem>219 <para>220 is a bash script to abort an operation.221 </para>222 <indexterm zone="simpleburn simpleburn-abort-operation">223 <primary sortas="b-simpleburn-abort-operation">simpleburn-abort-operation</primary>224 </indexterm>225 </listitem>226 </varlistentry>227 228 <varlistentry id="simpleburn-blank-media">229 <term><command>simpleburn-blank-media</command></term>230 <listitem>231 <para>232 is a bash script used to blank a CD.233 </para>234 <indexterm zone="simpleburn simpleburn-blank-media">235 <primary sortas="b-simpleburn-blank-media">simpleburn-blank-media</primary>236 </indexterm>237 </listitem>238 </varlistentry>239 240 <varlistentry id="simpleburn-burn-audio">241 <term><command>simpleburn-burn-audio</command></term>242 <listitem>243 <para>244 is a bash script used to burn an audio CD.245 </para>246 <indexterm zone="simpleburn simpleburn-burn-audio">247 <primary sortas="b-simpleburn-burn-audio">simpleburn-burn-audio</primary>248 </indexterm>249 </listitem>250 </varlistentry>251 252 <varlistentry id="simpleburn-burn-data">253 <term><command>simpleburn-burn-data</command></term>254 <listitem>255 <para>256 is a bash script used to burn a data CD.257 </para>258 <indexterm zone="simpleburn simpleburn-burn-data">259 <primary sortas="b-simpleburn-burn-data">simpleburn-burn-data</primary>260 </indexterm>261 </listitem>262 </varlistentry>263 264 <varlistentry id="simpleburn-burning-suite">265 <term><command>simpleburn-burning-suite</command></term>266 <listitem>267 <para>268 is a bash script used to print information about the burn tools.269 </para>270 <indexterm zone="simpleburn simpleburn-burning-suite">271 <primary sortas="b-simpleburn-burning-suite">simpleburn-burning-suite</primary>272 </indexterm>273 </listitem>274 </varlistentry>275 276 <varlistentry id="simpleburn-burn-iso">277 <term><command>simpleburn-burn-iso</command></term>278 <listitem>279 <para>280 is a bash script used to burn an iso CD.281 </para>282 <indexterm zone="simpleburn simpleburn-burn-iso">283 <primary sortas="b-simpleburn-burn-iso">simpleburn-burn-iso</primary>284 </indexterm>285 </listitem>286 </varlistentry>287 288 <varlistentry id="simpleburn-copy-audio">289 <term><command>simpleburn-copy-audio</command></term>290 <listitem>291 <para>292 is a bash script used to copy an audio CD.293 </para>294 <indexterm zone="simpleburn simpleburn-copy-audio">295 <primary sortas="b-simpleburn-copy-audio">simpleburn-copy-audio</primary>296 </indexterm>297 </listitem>298 </varlistentry>299 300 <varlistentry id="simpleburn-copy-data">301 <term><command>simpleburn-copy-data</command></term>302 <listitem>303 <para>304 is a bash script used to copy a data CD.305 </para>306 <indexterm zone="simpleburn simpleburn-copy-data">307 <primary sortas="b-simpleburn-copy-data">simpleburn-copy-data</primary>308 </indexterm>309 </listitem>310 </varlistentry>311 312 <varlistentry id="simpleburn-extract-audio">313 <term><command>simpleburn-extract-audio</command></term>314 <listitem>315 <para>316 is a bash script used to extract audio files from an317 audio CD.318 </para>319 <indexterm zone="simpleburn simpleburn-extract-audio">320 <primary sortas="b-simpleburn-extract-audio">simpleburn-extract-audio</primary>321 </indexterm>322 </listitem>323 </varlistentry>324 325 <varlistentry id="simpleburn-extract-iso">326 <term><command>simpleburn-extract-iso</command></term>327 <listitem>328 <para>329 is a bash script to write an ISO file from a CD.330 </para>331 <indexterm zone="simpleburn simpleburn-extract-iso">332 <primary sortas="b-simpleburn-extract-iso">simpleburn-extract-iso</primary>333 </indexterm>334 </listitem>335 </varlistentry>336 337 205 <varlistentry id="simpleburn-gauges"> 338 206 <term><command>simpleburn-gauges</command></term> … … 347 215 </varlistentry> 348 216 349 <varlistentry id="simpleburn-get-datasize"> 350 <term><command>simpleburn-get-datasize</command></term> 351 <listitem> 352 <para> 353 is a bash script used to get the size of a media. 354 </para> 355 <indexterm zone="simpleburn simpleburn-get-datasize"> 356 <primary sortas="b-simpleburn-get-datasize">simpleburn-get-datasize</primary> 357 </indexterm> 358 </listitem> 359 </varlistentry> 360 361 <varlistentry id="simpleburn-media-detection"> 362 <term><command>simpleburn-media-detection</command></term> 363 <listitem> 364 <para> 365 is a bash script used to print information about a media. 366 </para> 367 <indexterm zone="simpleburn simpleburn-media-detection"> 368 <primary sortas="b-simpleburn-media-detection">simpleburn-media-detection</primary> 369 </indexterm> 370 </listitem> 371 </varlistentry> 372 373 <varlistentry id="simpleburn-ripdvd-detection"> 374 <term><command>simpleburn-ripdvd-detection</command></term> 375 <listitem> 376 <para> 377 is a bash script used to print information about 378 the content of a video DVD. 379 </para> 380 <indexterm zone="simpleburn simpleburn-ripdvd-detection"> 381 <primary sortas="b-simpleburn-ripdvd-detection">simpleburn-ripdvd-detection</primary> 382 </indexterm> 383 </listitem> 384 </varlistentry> 385 386 <varlistentry id="simpleburn-ripdvd-encoding"> 387 <term><command>simpleburn-ripdvd-encoding</command></term> 388 <listitem> 389 <para> 390 is a bash script used to rip a DVD. 391 </para> 392 <indexterm zone="simpleburn simpleburn-ripdvd-encoding"> 393 <primary sortas="b-simpleburn-ripdvd-encoding">simpleburn-ripdvd-encoding</primary> 217 <varlistentry id="simpleburn-detect.sh"> 218 <term><command>simpleburn-detect.sh</command></term> 219 <listitem> 220 <para> 221 is a script that detects a cdrom and optional outputs details 222 about the media. 223 </para> 224 <indexterm zone="simpleburn simpleburn-detect.sh"> 225 <primary sortas="b-simpleburn-detect.sh">simpleburn-detect.sh</primary> 226 </indexterm> 227 </listitem> 228 </varlistentry> 229 230 <varlistentry id="simpleburn-gauges.sh"> 231 <term><command>simpleburn-gauges.sh</command></term> 232 <listitem> 233 <para> 234 is a suport script for other simpleburn scripts 235 </para> 236 <indexterm zone="simpleburn simpleburn-gauges.sh"> 237 <primary sortas="b-simpleburn-gauges.sh">simpleburn-gauges.sh</primary> 238 </indexterm> 239 </listitem> 240 </varlistentry> 241 242 <varlistentry id="simpleburn.sh"> 243 <term><command>simpleburn.sh</command></term> 244 <listitem> 245 <para> 246 is a script for command line based cdrom operations 247 </para> 248 <indexterm zone="simpleburn simpleburn.sh"> 249 <primary sortas="b-simpleburn.sh">simpleburn.sh</primary> 394 250 </indexterm> 395 251 </listitem> -
networking/textweb/textweb.xml
r98c91f4c ra0fa5dd 24 24 and you need to look up some information on the web, a console based browser 25 25 will save you. Also, there are quite a few people who prefer to use one of 26 these browsers as their pri nciplemethod of browsing; either to avoid the26 these browsers as their primary method of browsing; either to avoid the 27 27 clutter and bandwidth which accompanies images or because they may use a 28 28 text-to-speech synthesizer which can read the page to them (of use for instance -
packages.ent
r98c91f4c ra0fa5dd 264 264 <!ENTITY unrar-version "5.3.11"> 265 265 <!ENTITY unzip-version "6.0"> 266 <!ENTITY upower-version "0.9 .23">266 <!ENTITY upower-version "0.99.4"> 267 267 <!ENTITY usbutils-version "008"> 268 268 <!ENTITY weston-version "1.8.0"> … … 292 292 <!ENTITY llvm-version "3.8.0"> 293 293 <!ENTITY lua-version "5.3.2"> 294 <!ENTITY mercurial-version "3.8. 1">294 <!ENTITY mercurial-version "3.8.2"> 295 295 <!ENTITY nasm-version "2.12.01"> 296 296 <!ENTITY npapi-sdk-version "0.27.2"> … … 455 455 456 456 <!ENTITY exim-version "4.87"> 457 <!ENTITY postfix-version "3.1. 0">457 <!ENTITY postfix-version "3.1.1"> 458 458 <!ENTITY sendmail-version "8.15.2"> 459 459 … … 463 463 <!ENTITY mariadb-version "10.1.14"> 464 464 <!ENTITY postgresql-version "9.5.3"> 465 <!ENTITY sqlite-version "3.1 2.2">465 <!ENTITY sqlite-version "3.13.0"> 466 466 467 467 <!-- Chapter 23 --> … … 625 625 <!ENTITY tumbler-version "0.1.31"> 626 626 <!ENTITY xfce4-appfinder-version "4.12.0"> 627 <!ENTITY xfce4-power-manager-version "1. 4.4">627 <!ENTITY xfce4-power-manager-version "1.6.0"> 628 628 <!ENTITY xfce4-settings-version "4.12.0"> 629 629 <!ENTITY xfdesktop-version "4.12.3"> … … 803 803 <!ENTITY libisoburn-version "1.4.2"> 804 804 <!ENTITY libisofs-version "1.4.2"> 805 <!ENTITY simpleburn-version "1. 6.5">805 <!ENTITY simpleburn-version "1.7.3.1"> 806 806 807 807 <!-- Part XII --> -
postlfs/editors/vim.xml
r98c91f4c ra0fa5dd 5 5 %general-entities; 6 6 7 <!-- <!ENTITY vim-download-http " "> 8 <!ENTITY vim-download-ftp "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">--> 9 <!ENTITY vim-download-http "http://vim.mirror.fr/unix//vim-&vim-version;.tar.bz2"> 7 <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2"> 10 8 <!ENTITY vim-download-ftp " "> 11 9 <!ENTITY vim-md5sum "607e135c559be642f210094ad023dc65"> -
postlfs/filesystems/btrfs-progs.xml
r98c91f4c ra0fa5dd 59 59 <bridgehead renderas="sect3">Btrfs-progs Dependencies</bridgehead> 60 60 61 <bridgehead renderas="sect4">Required</bridgehead> 62 <para role="required"> 63 <xref linkend="lzo"/> 64 </para> 65 61 66 <bridgehead renderas="sect4">Recommended</bridgehead> 62 67 <para role="recommended"> … … 81 86 <note><para>Other Btrfs options are optional.</para></note> 82 87 83 84 88 <indexterm zone="btrfs-progs btrfs-progs-kernel"> 85 89 <primary sortas="d-xfs">BTRFS Programs</primary> … … 119 123 <para><command>sed ... Documentation/Makefile.in</command>: Disables 120 124 compressing man pages to be consistent with the rest of BLFS.</para> 125 126 <para><option>--disable-documentation</option>: This option 127 is needed if the recommended dependencies are not installed.</para> 121 128 122 129 <para><command>ln -s ... /usr/lib/libbtrfs.so</command>: Creates a -
server/databases/postgresql.xml
r98c91f4c ra0fa5dd 105 105 </para> 106 106 107 <para>Tests must be run as unprivileged user, because they need to start a108 temporary server , and this is prevented as the root user. For the same109 reasons, you need to stop all PostgreSQL servers if any are running.110 If a previous version of PostgreSQL is installed, it may be necessary to111 use <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis>112 to avoid failures, but installing the binaries created using this switchis113 not recommended. To test the results, issue:107 <para>Tests must be run as an unprivileged user because they need to start a 108 temporary server and this is prevented as the root user. For the same reason, 109 you need to stop all PostgreSQL servers if any are running. If a previous 110 version of PostgreSQL is installed, it may be necessary to use 111 <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis> to 112 avoid failures, but <command>installing the binaries created using this 113 switch is not recommended</command>. To test the results, issue: 114 114 <command>make check</command>.</para> 115 115 -
server/databases/sqlite.xml
r98c91f4c ra0fa5dd 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "31 20200">8 <!ENTITY sqlite-doc-version "31 20200">7 <!ENTITY sqlite-dl-version "3130000"> 8 <!ENTITY sqlite-doc-version "3130000"> 9 9 10 10 <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 11 11 <!ENTITY sqlite-download-ftp " "> 12 <!ENTITY sqlite-md5sum " c552a133aca1ce1d647163d9e4320200">12 <!ENTITY sqlite-md5sum "4e83f39fa2ffb610ac5ecd36865da6a2"> 13 13 <!ENTITY sqlite-size "2.3 MB"> 14 <!ENTITY sqlite-buildsize " 83 MB (withOptional Documentation)">14 <!ENTITY sqlite-buildsize "45 MB (plus 15 MB for Optional Documentation)"> 15 15 <!ENTITY sqlite-time "0.6 SBU"> 16 16 17 17 <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip"> 18 <!ENTITY sqlite-docs-md5sum " 8d4572295e17612b8f2e17ef60707ba4">19 <!ENTITY sqlite-docs-size "5. 2MB">18 <!ENTITY sqlite-docs-md5sum "24e54c25ef018e3a26c8e101fab2515e"> 19 <!ENTITY sqlite-docs-size "5.3 MB"> 20 20 ]> 21 21 -
server/mail/postfix.xml
r98c91f4c ra0fa5dd 8 8 <!ENTITY postfix-download-ftp 9 9 "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz"> 10 <!ENTITY postfix-md5sum " b4a506fa74c69c6fb1875c0971268344">11 <!ENTITY postfix-size "4. 2MB">12 <!ENTITY postfix-buildsize " 195MB">10 <!ENTITY postfix-md5sum "40d72ea143af7ab0038c2cee1f483707"> 11 <!ENTITY postfix-size "4.1 MB"> 12 <!ENTITY postfix-buildsize "249 MB"> 13 13 <!ENTITY postfix-time "0.4 SBU"> 14 14 ]> -
xfce/core/xfce4-power-manager.xml
r98c91f4c ra0fa5dd 6 6 7 7 <!ENTITY xfce4-power-manager-download-http 8 "http://archive.xfce.org/src/xfce/xfce4-power-manager/1. 4/xfce4-power-manager-&xfce4-power-manager-version;.tar.bz2">8 "http://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/xfce4-power-manager-&xfce4-power-manager-version;.tar.bz2"> 9 9 <!ENTITY xfce4-power-manager-download-ftp " "> 10 <!ENTITY xfce4-power-manager-md5sum " e7d00548e58bf19229e727818184c1e0">10 <!ENTITY xfce4-power-manager-md5sum "2e2e24a1a22912d6a561ba6155887503"> 11 11 <!ENTITY xfce4-power-manager-size "1.1 MB"> 12 <!ENTITY xfce4-power-manager-buildsize " 18MB">13 <!ENTITY xfce4-power-manager-time "0. 1SBU">12 <!ENTITY xfce4-power-manager-buildsize "23 MB"> 13 <!ENTITY xfce4-power-manager-time "0.2 SBU"> 14 14 ]> 15 15 … … 137 137 </seg> 138 138 <seg> 139 /usr/lib/lxpanel/plugins/lxde_power_manager.so and140 139 /usr/lib/xfce4/panel/plugins/libxfce4powermanager.so 141 140 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.