Changeset 61f5b628 for pst/ps


Ignore:
Timestamp:
01/22/2022 02:48:42 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2315a3ca
Parents:
6c0ca652
git-author:
Pierre Labastie <pierre.labastie@…> (01/22/2022 02:47:22 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/22/2022 02:48:42 PM)
Message:

Package updates and one fix

umockdev-0.17.6
gtk4-4.6.0
fop-2.7
Fix network-manager-applet for building with recent meson. Thanks
to Joe Locash for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r6c0ca652 r61f5b628  
    77  <!ENTITY fop-download-http "https://archive.apache.org/dist/xmlgraphics/fop/source/fop-&fop-version;-src.tar.gz">
    88  <!ENTITY fop-download-ftp  " ">
    9   <!ENTITY fop-md5sum        "1d6bc84d2ab7f971bbc628080e3c307f">
     9  <!ENTITY fop-md5sum        "7c67fe91c39d143f024ca4e3b60d7942">
    1010  <!ENTITY fop-size          "26 MB">
    11   <!ENTITY fop-buildsize     "522 MB (including files downloaded to the user directory)">
     11  <!ENTITY fop-buildsize     "530 MB (including files downloaded to the user directory)">
    1212  <!ENTITY fop-time          "0.4 SBU">
    1313
    14   <!ENTITY pdfbox-version    "2.0.24">
     14  <!ENTITY pdfbox-version    "2.0.25">
    1515  <!ENTITY pdfbox-download   "http://archive.apache.org/dist/pdfbox/&pdfbox-version;/pdfbox-&pdfbox-version;.jar">
    16   <!ENTITY pdfbox-md5sum     "9e97fc59c662738a5fb82dcc447d1e2f">
    17   <!ENTITY pdfbox-size       "2.7 MB">
     16  <!ENTITY pdfbox-md5sum     "1af87e04d5a252f7c7b36a242f2f0c4c">
     17  <!ENTITY pdfbox-size       "2.6 MB">
    1818
    1919  <!ENTITY fontbox-download  "http://archive.apache.org/dist/pdfbox/&pdfbox-version;/fontbox-&pdfbox-version;.jar">
    20   <!ENTITY fontbox-md5sum    "6c2066df0d706d85e950fe8c73d52ed8">
     20  <!ENTITY fontbox-md5sum    "23f43699839fee028bec108cac4fcb9e">
    2121  <!ENTITY fontbox-size      "1.5 MB">
    2222
    2323  <!ENTITY maven-major        "3">
    24   <!ENTITY maven-version      "3.6.3">
     24  <!ENTITY maven-version      "3.8.4">
    2525  <!ENTITY maven-download     "http://archive.apache.org/dist/maven/maven-&maven-major;/&maven-version;/binaries/apache-maven-&maven-version;-bin.tar.gz">
    26   <!ENTITY maven-md5sum       "9792c717f5845d952907d5144b8253c3">
    27   <!ENTITY maven-size         "9.1 MB (additionally, about 82 MB are downloaded to the building user's directory)">
     26  <!ENTITY maven-md5sum       "9ab6a21fed8a26ed9e100c5e19a8bf4e">
     27  <!ENTITY maven-size         "8.6 MB (additionally, about 91 MB are downloaded to the building user's directory)">
    2828
    2929  <!ENTITY offo-download     "&sourceforge-dl;/offo/2.2/offo-hyphenation.zip">
     
    236236<screen><userinput>sed -e '/hyph\.stack/s/512k/1M/' \
    237237    -i fop/build.xml</userinput></screen>
     238fixed with maven-3.8.4
     239      <para>
     240        Fix building with JDK-16 due to an outdated Apache Maven plugin:
     241      </para>
     242
     243<screen><userinput remap="pre">sed -i 's/&lt;war.plugin.version&gt;2.2/&lt;war.plugin.version&gt;3.3.1/' pom.xml</userinput></screen>
    238244-->
    239       <para>
    240         Fix building with JDK-16 due to an outdated Apache Maven plugin:
    241       </para>
    242 
    243 <screen><userinput remap="pre">sed -i 's/&lt;war.plugin.version&gt;2.2/&lt;war.plugin.version&gt;3.3.1/' pom.xml</userinput></screen>
    244 
    245245      <para>
    246246        The <filename>build.xml</filename> file calls for an old version of
     
    293293
    294294    <para>
    295       <command>sed -i ... build.xml</command>: This adds two switches to the
     295      <command>sed -i ... build.xml</command>: This adds three switches to the
    296296      <command>javadoc</command> command, preventing some errors from occuring
    297297      when building the documentation.
Note: See TracChangeset for help on using the changeset viewer.