mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to paps-0.8.0.
This commit is contained in:
parent
99947ffb1e
commit
3e9fa03056
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>December 27th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to paps-0.8.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;19046">#19046</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add fmt-10.1.1. Needed for paps-0.8.0.</para>
|
||||
</listitem>
|
||||
|
@ -1166,7 +1166,7 @@
|
||||
<!ENTITY epdfview-version "gtk3-20200814">
|
||||
<!ENTITY fop-version "2.9">
|
||||
<!ENTITY mupdf-version "1.23.7">
|
||||
<!ENTITY paps-version "0.7.1">
|
||||
<!ENTITY paps-version "0.8.0">
|
||||
|
||||
<!-- Chapter 51 -->
|
||||
<!ENTITY texlive-version "20230313">
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY paps-download-http "&sourceforge-dl;/paps/paps-&paps-version;.tar.gz">
|
||||
<!ENTITY paps-download-http "https://github.com/dov/paps/releases/download/v&paps-version;/paps-&paps-version;.tar.gz">
|
||||
<!ENTITY paps-download-ftp " ">
|
||||
<!ENTITY paps-md5sum "b058bcc7d958fb53408942088cc1f365">
|
||||
<!ENTITY paps-size "140 KB">
|
||||
<!ENTITY paps-buildsize "1 MB">
|
||||
<!ENTITY paps-md5sum "6bd661b8fd224adc3343a91e6521a4f2">
|
||||
<!ENTITY paps-size "220 KB">
|
||||
<!ENTITY paps-buildsize "4.0 MB">
|
||||
<!ENTITY paps-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -91,7 +91,9 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-Werror \
|
||||
--mandir=/usr/share/man &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user