pspec.xml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fontforge</Name>
  6. <Homepage>http://fontforge.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <Icon>fontforge</Icon>
  13. <IsA>app:console</IsA>
  14. <IsA>app:gui</IsA>
  15. <Summary>Font editor and converter</Summary>
  16. <Description>FontForge is a font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. Also lets you convert one format to another. FontForge also has support for many macintosh font formats.</Description>
  17. <Archive sha1sum="1db5dc45f6962c796c65875626998a39e8188ad7" type="tarxz">https://github.com/fontforge/fontforge/releases/download/20230101/fontforge-20230101.tar.xz</Archive>
  18. <Archive sha1sum="efbc7c9d3e95159f5600dc71f9cccb370e46bb94" target="fontforge-20230101" type="targz">https://fontforge.github.io/cidmaps.tgz</Archive>
  19. <BuildDependencies>
  20. <Dependency>git</Dependency>
  21. <Dependency>cmake</Dependency>
  22. <Dependency>libtool</Dependency>
  23. <Dependency>xdg-utils</Dependency>
  24. <Dependency>gtk3-devel</Dependency>
  25. <Dependency>tiff-devel</Dependency>
  26. <Dependency>libXi-devel</Dependency>
  27. <Dependency>cairo-devel</Dependency>
  28. <Dependency>pango-devel</Dependency>
  29. <Dependency>libtool-ltdl</Dependency>
  30. <Dependency>libpng-devel</Dependency>
  31. <Dependency>libXft-devel</Dependency>
  32. <Dependency>giflib-devel</Dependency>
  33. <Dependency>python3-devel</Dependency>
  34. <Dependency>libxml2-devel</Dependency>
  35. <Dependency>freetype-devel</Dependency>
  36. <Dependency>readline-devel</Dependency>
  37. <Dependency>python3-sphinx</Dependency>
  38. <Dependency>libspiro-devel</Dependency>
  39. <Dependency>fontconfig-devel</Dependency>
  40. <Dependency>shared-mime-info</Dependency>
  41. <Dependency>desktop-file-utils</Dependency>
  42. <Dependency>libjpeg-turbo-devel</Dependency>
  43. </BuildDependencies>
  44. <Patches>
  45. <Patch level="1">fontforge-20230101-workaround-broken-translations.patch</Patch>
  46. </Patches>
  47. </Source>
  48. <Package>
  49. <Name>fontforge</Name>
  50. <RuntimeDependencies>
  51. <Dependency>gtk3</Dependency>
  52. <Dependency>zlib</Dependency>
  53. <Dependency>tiff</Dependency>
  54. <Dependency>cairo</Dependency>
  55. <Dependency>libXi</Dependency>
  56. <Dependency>pango</Dependency>
  57. <Dependency>glib2</Dependency>
  58. <Dependency>libX11</Dependency>
  59. <Dependency>libpng</Dependency>
  60. <Dependency>libXft</Dependency>
  61. <Dependency>giflib</Dependency>
  62. <Dependency>potrace</Dependency>
  63. <Dependency>python3</Dependency>
  64. <Dependency>libxml2</Dependency>
  65. <Dependency>freetype</Dependency>
  66. <Dependency>readline</Dependency>
  67. <Dependency>libspiro</Dependency>
  68. <Dependency>libtool-ltdl</Dependency>
  69. <Dependency>libjpeg-turbo</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="library">/usr/lib/libfontforge.so*</Path>
  73. <Path fileType="library">/usr/lib/python3*/site-packages</Path>
  74. <Path fileType="doc">/usr/share/doc</Path>
  75. <Path fileType="man">/usr/share/man</Path>
  76. <Path fileType="executable">/usr/bin</Path>
  77. <Path fileType="data">/usr/share/mime</Path>
  78. <Path fileType="data">/usr/share/pixmaps</Path>
  79. <Path fileType="data">/usr/share/icons</Path>
  80. <Path fileType="data">/usr/share/appdata</Path>
  81. <Path fileType="data">/usr/share/fontforge</Path>
  82. <Path fileType="info">/usr/share/metainfo</Path>
  83. <Path fileType="data">/usr/share/applications</Path>
  84. <Path fileType="localedata">/usr/share/locale</Path>
  85. </Files>
  86. </Package>
  87. <!-- <Package>
  88. <Name>fontforge-devel</Name>
  89. <Summary>Development files for fontforge</Summary>
  90. <RuntimeDependencies>
  91. <Dependency>tiff-devel</Dependency>
  92. <Dependency>pango-devel</Dependency>
  93. <Dependency>cairo-devel</Dependency>
  94. <Dependency>zlib-devel</Dependency>
  95. <Dependency>python3-devel</Dependency>
  96. <Dependency release="current">fontforge</Dependency>
  97. </RuntimeDependencies>
  98. <Files>
  99. <Path fileType="header">/usr/include</Path>
  100. <Path fileType="data">/usr/lib/pkgconfig</Path>
  101. </Files>
  102. </Package> -->
  103. <History>
  104. <Update release="11">
  105. <Date>2023-10-17</Date>
  106. <Version>20230101</Version>
  107. <Comment>Rebuild.</Comment>
  108. <Name>Mustafa Cinasal</Name>
  109. <Email>muscnsl@gmail.com</Email>
  110. </Update>
  111. <Update release="10">
  112. <Date>2023-01-01</Date>
  113. <Version>20230101</Version>
  114. <Comment>Version bump.</Comment>
  115. <Name>Mustafa Cinasal</Name>
  116. <Email>muscnsl@gmail.com</Email>
  117. </Update>
  118. <Update release="9">
  119. <Date>2022-04-02</Date>
  120. <Version>2.0.20220308</Version>
  121. <Comment>Version bump</Comment>
  122. <Name>Mustafa Cinasal</Name>
  123. <Email>muscnsl@gmail.com</Email>
  124. </Update>
  125. <Update release="8">
  126. <Date>2020-01-18</Date>
  127. <Version>2.0.20190801</Version>
  128. <Comment>Rebuild.</Comment>
  129. <Name>Mustafa Cinasal</Name>
  130. <Email>muscnsl@gmail.com</Email>
  131. </Update>
  132. <Update release="7">
  133. <Date>2019-11-11</Date>
  134. <Version>2.0.20190801</Version>
  135. <Comment>Rebuild.</Comment>
  136. <Name>Mustafa Cinasal</Name>
  137. <Email>muscnsl@gmail.com</Email>
  138. </Update>
  139. <Update release="6">
  140. <Date>2019-10-26</Date>
  141. <Version>2.0.20190801</Version>
  142. <Comment>Version bump.</Comment>
  143. <Name>Mustafa Cinasal</Name>
  144. <Email>muscnsl@gmail.com</Email>
  145. </Update>
  146. <Update release="5">
  147. <Date>2018-07-31</Date>
  148. <Version>2.0.20170731</Version>
  149. <Comment>Rebuild for new Toolchain</Comment>
  150. <Name>Stefan Gronewold</Name>
  151. <Email>groni@pisilinux.org</Email>
  152. </Update>
  153. <Update release="4">
  154. <Date>2018-03-26</Date>
  155. <Version>2.0.20170731</Version>
  156. <Comment>Version Bump</Comment>
  157. <Name>Mustafa Cinasal</Name>
  158. <Email>muscnsl@gmail.com</Email>
  159. </Update>
  160. <Update release="3">
  161. <Date>2017-02-28</Date>
  162. <Version>2.0.20161005</Version>
  163. <Comment>Rebuild for new Toolchain.</Comment>
  164. <Name>Stefan Gronewold(groni)</Name>
  165. <Email>groni@pisilinux.org</Email>
  166. </Update>
  167. <Update release="2">
  168. <Date>2016-06-09</Date>
  169. <Version>2.0.20150824</Version>
  170. <Comment>Release Bump</Comment>
  171. <Name>Pisi Linux Community</Name>
  172. <Email>admin@pisilinux.org</Email>
  173. </Update>
  174. <Update release="1">
  175. <Date>2015-08-28</Date>
  176. <Version>2.0.20150824</Version>
  177. <Comment>First release</Comment>
  178. <Name>Ertuğrul Erata</Name>
  179. <Email>ertugrulerata@gmail.com</Email>
  180. </Update>
  181. </History>
  182. </PISI>