fontconfig ver. bump

This commit is contained in:
Rmys
2026-02-09 13:42:06 +03:00
parent bf7e45c249
commit bba952d243
2 changed files with 13 additions and 6 deletions
+4 -4
View File
@@ -43,9 +43,9 @@ def install():
for cfg in disabled_configs:
pisitools.remove("/usr/share/fontconfig/conf.avail/%s" % cfg)
for i in ["fc-cat", "fc-list", "fc-match", "fc-cache"]:
pisitools.doman("%s/*.1" % i)
# for i in ["fc-cat", "fc-list", "fc-match", "fc-cache"]:
# pisitools.doman("%s/*.1" % i)
pisitools.doman("doc/*.3")
# pisitools.doman("doc/*.3")
pisitools.dodoc("AUTHORS", "COPYING", "README*", "doc/*.txt")
pisitools.dodoc("AUTHORS", "COPYING", "README*")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A library for configuring and customizing font access</Summary>
<Description>Fontconfig is a library designed to provide system-wide font configuration, customization and application access.</Description>
<Archive sha1sum="b6137ee5d542c0fe5c96a7724884f2e8e212d275" type="tarxz">https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.15.0.tar.xz</Archive>
<Archive sha1sum="5ca522cda14b19b0d17192ddf4638b28c526b2db" type="tarbz2">https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/2.17.1/fontconfig-2.17.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gperf</Dependency>
<Dependency>expat-devel</Dependency>
@@ -30,7 +30,7 @@
<!-- Sleep less in fc-cache -->
<Patch level="1">fontconfig-2.8.0-sleep-less.patch</Patch>
<!-- remove deprecated user conf dir -->
<Patch level="0">deprecated-user-conf.patch</Patch>
<!-- <Patch level="0">deprecated-user-conf.patch</Patch> -->
<!-- <Patch level="1">fontconfig-const-name-in-range.patch</Patch> -->
<!-- <Patch level="1">fontconfig-implicit-object-for-const-name.patch</Patch> -->
<!-- <Patch level="1">fontconfig-locale.patch</Patch> -->
@@ -98,6 +98,13 @@
</Package>
<History>
<Update release="16">
<Date>2026-02-09</Date>
<Version>2.17.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2025-01-11</Date>
<Version>2.15.0</Version>