pspec.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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="30d832b754fb10a3b70ebac750a38a0275438ad8" type="tarbz2">https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.1.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>freetype-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!-- prefer dejavu over bitstream -->
  22. <Patch level="1">0001-fix-test-with-freetype2-2.7.1.patch</Patch>
  23. <Patch level="1">prefer_dejavu.patch</Patch>
  24. <Patch level="1">anymetrics_urw.patch</Patch>
  25. <Patch level="1">use_legacy_lcdfilter_on_small_monospace.patch</Patch>
  26. <!-- <Patch level="1">add_hinting_and_antialiasing_to_proper_fonts.patch</Patch> -->
  27. <!-- Sleep less in fc-cache -->
  28. <Patch level="1">fontconfig-2.8.0-sleep-less.patch</Patch>
  29. <!-- remove deprecated user conf dir -->
  30. <Patch level="0">deprecated-user-conf.patch</Patch>
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>fontconfig</Name>
  35. <RuntimeDependencies>
  36. <Dependency>freetype</Dependency>
  37. <Dependency>expat</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="config">/etc/fonts</Path>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. <Path fileType="data">/var/cache/fontconfig</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. </Files>
  47. <Provides>
  48. <COMAR script="package.py">System.Package</COMAR>
  49. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  50. </Provides>
  51. </Package>
  52. <Package>
  53. <Name>fontconfig-devel</Name>
  54. <Summary>Development files for fontconfig</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">fontconfig</Dependency>
  57. <Dependency>freetype-devel</Dependency>
  58. <Dependency>expat-devel</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="header">/usr/include</Path>
  62. <Path fileType="data">/usr/lib/pkgconfig</Path>
  63. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  64. <Path fileType="doc">/usr/share/doc/fontconfig/fontconfig-devel.txt</Path>
  65. <Path fileType="man">/usr/share/man</Path>
  66. </Files>
  67. </Package>
  68. <Package>
  69. <Name>fontconfig-32bit</Name>
  70. <PartOf>emul32</PartOf>
  71. <Summary>32-bit shared libraries for fontconfig</Summary>
  72. <BuildType>emul32</BuildType>
  73. <BuildDependencies>
  74. <Dependency>expat-32bit</Dependency>
  75. <Dependency>freetype-32bit</Dependency>
  76. </BuildDependencies>
  77. <RuntimeDependencies>
  78. <Dependency release="current">fontconfig</Dependency>
  79. <Dependency>expat-32bit</Dependency>
  80. <Dependency>freetype-32bit</Dependency>
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="library">/usr/lib32</Path>
  84. </Files>
  85. </Package>
  86. <History>
  87. <Update release="5">
  88. <Date>2017-02-13</Date>
  89. <Version>2.12.1</Version>
  90. <Comment>Release Bump</Comment>
  91. <Name>Pisi Linux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="4">
  95. <Date>2016-06-09</Date>
  96. <Version>2.12.1</Version>
  97. <Comment>Version Bump</Comment>
  98. <Name>Pisi Linux Community</Name>
  99. <Email>admin@pisilinux.org</Email>
  100. </Update>
  101. <Update release="3">
  102. <Date>2016-06-09</Date>
  103. <Version>2.11.1</Version>
  104. <Comment>Release Bump</Comment>
  105. <Name>Pisi Linux Community</Name>
  106. <Email>admin@pisilinux.org</Email>
  107. </Update>
  108. <Update release="2">
  109. <Date>2016-05-25</Date>
  110. <Version>2.11.1</Version>
  111. <Comment>Release bump.</Comment>
  112. <Name>Alihan Öztürk</Name>
  113. <Email>alihan@pisilinux.org</Email>
  114. </Update>
  115. <Update release="1">
  116. <Date>2014-05-17</Date>
  117. <Version>2.11.1</Version>
  118. <Comment>First release</Comment>
  119. <Name>Alihan Öztürk</Name>
  120. <Email>alihan@pisilinux.org</Email>
  121. </Update>
  122. </History>
  123. </PISI>