pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>source-highlight</Name>
  6. <Homepage>https://www.gnu.org/software/src-highlite/</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.misc</PartOf>
  12. <License>GPL</License>
  13. <IsA>app::console</IsA>
  14. <Summary>Source code to syntax highlighted document converter.</Summary>
  15. <Description>source-highlight, given a source file, produces a document with syntax highlighting. It also provides a C++ highlight library.</Description>
  16. <Archive sha1sum="233e37b011ba1a5e57f674dd0077d505306bc3e4" type="targz">https://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.9.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>ctags</Dependency>
  19. <Dependency>boost-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">source-highlight-gcc11.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>source-highlight</Name>
  27. <IsA>app::console</IsA>
  28. <Summary>Source code to syntax highlighted document converter.</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>boost</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="data">/usr/share/info</Path>
  36. <Path fileType="data">/usr/share/source-highlight</Path>
  37. <Path fileType="library">/usr/lib/libsource-highlight*</Path>
  38. <Path fileType="data">/usr/share/bash-completion/completions/source-highlight</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>source-highlight-devel</Name>
  43. <IsA>library</IsA>
  44. <Summary>Development headers for source-highlight</Summary>
  45. <Description>source-highlight-devel provides development headers for source-highlight.</Description>
  46. <RuntimeDependencies>
  47. <Dependency release="current">source-highlight</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>source-highlight-docs</Name>
  56. <IsA>data:doc</IsA>
  57. <Summary>Documentation files for source-highlight</Summary>
  58. <Description>source-highlight-docs provides documentation files for source-highlight.</Description>
  59. <RuntimeDependencies>
  60. <Dependency release="current">source-highlight</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="doc">/usr/share/doc/source-highlight</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="5">
  68. <Date>2023-11-01</Date>
  69. <Version>3.1.9</Version>
  70. <Comment>Rebuild boost.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="4">
  75. <Date>2021-10-21</Date>
  76. <Version>3.1.9</Version>
  77. <Comment>Rebuild boost.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="3">
  82. <Date>2021-03-10</Date>
  83. <Version>3.1.9</Version>
  84. <Comment>Rebuild boost.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="2">
  89. <Date>2020-11-07</Date>
  90. <Version>3.1.9</Version>
  91. <Comment>Rebuild.</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. <Update release="1">
  96. <Date>2020-09-07</Date>
  97. <Version>3.1.9</Version>
  98. <Comment>First pisi release</Comment>
  99. <Name>Blue DeviL</Name>
  100. <Email>bluedevil@sctzine.com</Email>
  101. </Update>
  102. </History>
  103. </PISI>