pspec.xml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fontconfig</Name>
  6. <Homepage>http://fontconfig.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>A library for configuring and customizing font access</Summary>
  14. <Description>Fontconfig is a library designed to provide system-wide font configuration, customization and application access.</Description>
  15. <Archive sha1sum="b7bcc5d47211b7bbac35bb221860407db3601f5b" type="tarbz2">https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libutil-linux-devel</Dependency>
  18. <Dependency>gperf</Dependency>
  19. <Dependency>freetype-devel</Dependency>
  20. <Dependency>expat-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- prefer dejavu over bitstream -->
  24. <Patch level="1">0001-fix-test-with-freetype2-2.7.1.patch</Patch>
  25. <Patch level="1">prefer_dejavu.patch</Patch>
  26. <!-- <Patch level="1">anymetrics_urw.patch</Patch> -->
  27. <Patch level="1">use_legacy_lcdfilter_on_small_monospace.patch</Patch>
  28. <!-- <Patch level="1">add_hinting_and_antialiasing_to_proper_fonts.patch</Patch> -->
  29. <!-- Sleep less in fc-cache -->
  30. <Patch level="1">fontconfig-2.8.0-sleep-less.patch</Patch>
  31. <!-- remove deprecated user conf dir -->
  32. <Patch level="0">deprecated-user-conf.patch</Patch>
  33. <Patch level="1">fontconfig-const-name-in-range.patch</Patch>
  34. <Patch level="1">fontconfig-implicit-object-for-const-name.patch</Patch>
  35. <Patch level="1">fontconfig-locale.patch</Patch>
  36. </Patches>
  37. </Source>
  38. <Package>
  39. <Name>fontconfig</Name>
  40. <RuntimeDependencies>
  41. <Dependency>libutil-linux</Dependency>
  42. <Dependency>freetype</Dependency>
  43. <Dependency>expat</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="config">/etc/fonts</Path>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. <Path fileType="data">/var/cache/fontconfig</Path>
  51. <Path fileType="data">/usr/share</Path>
  52. </Files>
  53. <Provides>
  54. <COMAR script="package.py">System.Package</COMAR>
  55. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  56. </Provides>
  57. </Package>
  58. <Package>
  59. <Name>fontconfig-devel</Name>
  60. <Summary>Development files for fontconfig</Summary>
  61. <RuntimeDependencies>
  62. <Dependency release="current">fontconfig</Dependency>
  63. <Dependency>libutil-linux-devel</Dependency>
  64. <Dependency>freetype-devel</Dependency>
  65. <Dependency>expat-devel</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="header">/usr/include</Path>
  69. <Path fileType="data">/usr/lib/pkgconfig</Path>
  70. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  71. <Path fileType="doc">/usr/share/doc/fontconfig/fontconfig-devel.txt</Path>
  72. <Path fileType="man">/usr/share/man</Path>
  73. </Files>
  74. </Package>
  75. <Package>
  76. <Name>fontconfig-32bit</Name>
  77. <PartOf>emul32</PartOf>
  78. <Summary>32-bit shared libraries for fontconfig</Summary>
  79. <BuildType>emul32</BuildType>
  80. <BuildDependencies>
  81. <Dependency>expat-32bit</Dependency>
  82. <Dependency>freetype-32bit</Dependency>
  83. <Dependency>libutil-linux-32bit</Dependency>
  84. </BuildDependencies>
  85. <RuntimeDependencies>
  86. <Dependency release="current">fontconfig</Dependency>
  87. <Dependency>expat-32bit</Dependency>
  88. <Dependency>freetype-32bit</Dependency>
  89. <Dependency>libutil-linux-32bit</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="library">/usr/lib32</Path>
  93. </Files>
  94. </Package>
  95. <History>
  96. <Update release="6">
  97. <Date>2018-05-10</Date>
  98. <Version>2.13.0</Version>
  99. <Comment>Version Bump</Comment>
  100. <Name>Pisi Linux Community</Name>
  101. <Email>admin@pisilinux.org</Email>
  102. </Update>
  103. <Update release="5">
  104. <Date>2017-02-13</Date>
  105. <Version>2.12.1</Version>
  106. <Comment>Release Bump</Comment>
  107. <Name>Pisi Linux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="4">
  111. <Date>2016-06-09</Date>
  112. <Version>2.12.1</Version>
  113. <Comment>Version Bump</Comment>
  114. <Name>Pisi Linux Community</Name>
  115. <Email>admin@pisilinux.org</Email>
  116. </Update>
  117. <Update release="3">
  118. <Date>2016-06-09</Date>
  119. <Version>2.11.1</Version>
  120. <Comment>Release Bump</Comment>
  121. <Name>Pisi Linux Community</Name>
  122. <Email>admin@pisilinux.org</Email>
  123. </Update>
  124. <Update release="2">
  125. <Date>2016-05-25</Date>
  126. <Version>2.11.1</Version>
  127. <Comment>Release bump.</Comment>
  128. <Name>Alihan Öztürk</Name>
  129. <Email>alihan@pisilinux.org</Email>
  130. </Update>
  131. <Update release="1">
  132. <Date>2014-05-17</Date>
  133. <Version>2.11.1</Version>
  134. <Comment>First release</Comment>
  135. <Name>Alihan Öztürk</Name>
  136. <Email>alihan@pisilinux.org</Email>
  137. </Update>
  138. </History>
  139. </PISI>