Changeset d6d97a56


Ignore:
Timestamp:
05/10/2022 05:29:39 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
f751d6e
Parents:
832a330
Message:

Minor, mostly textual changes

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/fpc.xml

    r832a330 rd6d97a56  
    7373      was introduced by Borland somewhere back in the MS-DOS age
    7474      together with <application>Turbo Pascal 6.0</application>
    75       - that was in Nov. 1990. This toolbox is available for own
    76       programs, too.
     75      - that was in Nov. 1990. This toolbox is available for use in
     76      your own programs, too.
    7777    </para>
    7878
     
    8787      To start, we set up a binary installation of <application>FreePascal</application>
    8888      created by the FreePascal development team. It is installed in
    89       the <filename>/opt</filename> directory. Using this temporary
     89      the <filename>&fpc-tmp-target;</filename> directory. Using this temporary
    9090      compiler installation, the compiler can be created from source.
    9191      After this step is done, the temporary compiler can be easily
     
    9393    </para>
    9494
    95     &lfs110a_checked;
     95    &lfs111_checked;
    9696
    9797    <bridgehead renderas="sect3">Binary Package Information</bridgehead>
  • general/prog/lazarus.xml

    r832a330 rd6d97a56  
    1010      update qt5pas.xml, too!
    1111  -->
    12   <!ENTITY lazarus-download-http "https://downloads.sourceforge.net/project/lazarus/Lazarus Zip _ GZip/Lazarus &lazarus-version;/lazarus-&lazarus-version;-0.tar.gz">
     12  <!ENTITY lazarus-download-http "https://downloads.sourceforge.net/project/lazarus/Lazarus Zip _ GZip/Lazarus &lazarus-version;/lazarus-&lazarus-version;-&lazarus-patch-version;.tar.gz">
    1313  <!ENTITY lazarus-md5sum        "c47680c84192008af1d05aa42b58c1da">
    1414  <!ENTITY lazarus-size          "73.2 MB">
     
    4040    </para>
    4141
    42     &lfs110a_checked;
     42    &lfs111_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108108      If you want to build <application>Lazarus</application> with
    109109      the gtk2 toolkit, build the package by running the following
    110       commands, otherwise proceed to build the QT5 based variant below.
     110      commands, otherwise skip the following instructions and proceed
     111      to the instructions to build the QT5 based variant below.
    111112    </para>
    112113
  • general/prog/qt5pas.xml

    r832a330 rd6d97a56  
    4242    </para>
    4343
    44     &lfs110a_checked;
     44    &lfs111_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
  • packages.ent

    r832a330 rd6d97a56  
    419419<!ENTITY qt5pas-version               "2.6.&lazarus-version;">
    420420<!ENTITY lazarus-version              "2.2.0">
     421<!ENTITY lazarus-patch-version        "0">
    421422<!ENTITY lazarus-tag                  "2_2_0">
    422423
Note: See TracChangeset for help on using the changeset viewer.