pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libXfont</Name>
  6. <Homepage>http://www.x.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>X.Org Xfont library</Summary>
  14. <Description>libXfont is the Xorg library that allows using various types of fonts.</Description>
  15. <Archive sha1sum="a9470774f271622c1b425826d1c8836ed96e4a96" type="tarbz2">mirrors://xorg/individual/lib/libXfont-1.5.2.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libfontenc-devel</Dependency>
  18. <Dependency>util-macros</Dependency>
  19. <Dependency>freetype-devel</Dependency>
  20. <Dependency>xorg-proto</Dependency>
  21. <Dependency>xtrans</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>libXfont</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libfontenc</Dependency>
  29. <Dependency>zlib</Dependency>
  30. <Dependency>freetype</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>libXfont-devel</Name>
  39. <Summary>Development files for libXfont</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libXfont</Dependency>
  42. <Dependency>libfontenc-devel</Dependency>
  43. <Dependency>freetype-devel</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include/X11</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="3">
  52. <Date>2017-02-02</Date>
  53. <Version>1.5.2</Version>
  54. <Comment>Version bump</Comment>
  55. <Name>PisiLinux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-04-30</Date>
  60. <Version>1.5.1</Version>
  61. <Comment>Release bump</Comment>
  62. <Name>PisiLinux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2015-08-15</Date>
  67. <Version>1.5.1</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ertuğrul Erata</Name>
  70. <Email>ertugrulerata@gmail.com</Email>
  71. </Update>
  72. </History>
  73. </PISI>