Changeset fc32763


Ignore:
Timestamp:
04/28/2023 07:44:54 AM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
cae07fd
Parents:
46032bd
Message:

Separate post-install instr in web-pixbuf-loader

Creating a cache should be done after instaling when using a package
manager. And having both install and post-install in the same
bloc confuses jhalfs.

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/webp-pixbuf-loader.xml

    r46032bd rfc32763  
    101101    </para>
    102102
    103 <screen role="root"><userinput>ninja install &amp;&amp;
    104 gdk-pixbuf-query-loaders --update-cache</userinput></screen>
     103<screen role="root"><userinput>ninja install</userinput></screen>
     104
     105    <para>
     106      The webp format needs to be added to the loaders cache:
     107    </para>
     108
     109<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
    105110
    106111  </sect2>
  • general/prog/python-modules/sphinx.xml

    r46032bd rfc32763  
    77  <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
    88  <!ENTITY sphinx-download-ftp  " ">
    9   <!ENTITY sphinx-md5sum        "25ceafbd257b4640b87fc032e3155d4d">
     9  <!ENTITY sphinx-md5sum        "31630b560986f7bb5d379e97f8f6f08b">
    1010  <!ENTITY sphinx-size          "6.4 MB">
    1111  <!ENTITY sphinx-buildsize     "26 MB (add 36 MB for tests)">
Note: See TracChangeset for help on using the changeset viewer.