libwmf: add v0.2.13; patch for missing limits.h (#46822)

* libwmf: add v0.2.13; patch for missing limits.h

* libwmf: fix style
This commit is contained in:
Wouter Deconinck 2024-10-07 08:56:40 -05:00 committed by GitHub
parent e6f48ceaf5
commit eedc41405b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,16 @@ class Libwmf(AutotoolsPackage):
license("LGPL-2.0-or-later") license("LGPL-2.0-or-later")
version("0.2.13", sha256="18ba69febd2f515d98a2352de284a8051896062ac9728d2ead07bc39ea75a068")
version("0.2.12", sha256="464ff63605d7eaf61a4a12dbd420f7a41a4d854675d8caf37729f5bc744820e2") version("0.2.12", sha256="464ff63605d7eaf61a4a12dbd420f7a41a4d854675d8caf37729f5bc744820e2")
version("0.2.11", sha256="e2a2664afd5abc71a42be7ad3c200f64de2b8889bf088eac1d32e205ce843803") version("0.2.11", sha256="e2a2664afd5abc71a42be7ad3c200f64de2b8889bf088eac1d32e205ce843803")
patch(
"https://github.com/caolanm/libwmf/commit/1f87c35bc2a36fdca760a4577761d30d9cc876e2.patch?full_index=1",
sha256="80ae84a904baa21e1566e3d2bca1c6aaa0a2a30f684fe50f25e7e5751ef3ec93",
when="@:0.2.13",
)
depends_on("c", type="build") # generated depends_on("c", type="build") # generated
depends_on("pkgconfig", type="build") depends_on("pkgconfig", type="build")