pspec.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sylpheed</Name>
  6. <Homepage>http://sylpheed.sraoss.jp/en/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>sylpheed-128x128</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A lightweight email client and newsreader</Summary>
  15. <Description>Sylpheed is a simple and lightweight but featureful and easy-to-use e-mail client.</Description>
  16. <Archive sha1sum="178424466901572b99fbf8e3bd55d6347f727f3c" type="tarbz2">http://sylpheed.sraoss.jp/sylpheed/v3.7/sylpheed-3.7.0.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>atk-devel</Dependency>
  19. <Dependency>gtk2-devel</Dependency>
  20. <Dependency>gpgme-devel</Dependency>
  21. <Dependency>pango-devel</Dependency>
  22. <Dependency>cairo-devel</Dependency>
  23. <Dependency>openssl-devel</Dependency>
  24. <Dependency>enchant-devel</Dependency>
  25. <Dependency>compface-devel</Dependency>
  26. <Dependency>gtkspell-devel</Dependency>
  27. <Dependency>harfbuzz-devel</Dependency>
  28. <Dependency>openldap-client</Dependency>
  29. <Dependency>fontconfig-devel</Dependency>
  30. <Dependency>gdk-pixbuf-devel</Dependency>
  31. <Dependency>shared-mime-info</Dependency>
  32. <Dependency>libgpg-error-devel</Dependency>
  33. </BuildDependencies>
  34. <Patches>
  35. <Patch level="1">sendmail_accelerator.patch</Patch>
  36. <!-- Use xdg-open for every mime type instead of parsing them and using mailcap file (pb#17534) -->
  37. <Patch level="1">add-xdg-support.patch</Patch>
  38. <!-- https://sylpheed.sraoss.jp/redmine/issues/306 -->
  39. <Patch level="1">v2-0001-libsylph-ssl.c-Support-SNI-some-servers-imap.gmai.patch</Patch>
  40. </Patches>
  41. </Source>
  42. <Package>
  43. <Name>sylpheed-docs</Name>
  44. <IsA>data:doc</IsA>
  45. <Summary>Documentation files for sylpheed</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">sylpheed</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="doc">/usr/share/doc/sylpheed</Path>
  51. <Path fileType="doc">/usr/share/doc/sylpheed/html</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>sylpheed</Name>
  56. <RuntimeDependencies>
  57. <Dependency>atk</Dependency>
  58. <Dependency>dbus</Dependency>
  59. <Dependency>gtk2</Dependency>
  60. <Dependency>pango</Dependency>
  61. <Dependency>cairo</Dependency>
  62. <Dependency>glib2</Dependency>
  63. <Dependency>gpgme</Dependency>
  64. <Dependency>enchant</Dependency>
  65. <Dependency>openssl</Dependency>
  66. <Dependency>freetype</Dependency>
  67. <Dependency>compface</Dependency>
  68. <Dependency>gtkspell</Dependency>
  69. <Dependency>harfbuzz</Dependency>
  70. <Dependency>dbus-glib</Dependency>
  71. <Dependency>fontconfig</Dependency>
  72. <Dependency>gdk-pixbuf</Dependency>
  73. <Dependency>openldap-client</Dependency>
  74. <Dependency>shared-mime-info</Dependency>
  75. </RuntimeDependencies>
  76. <Files>
  77. <Path fileType="executable">/usr/bin</Path>
  78. <Path fileType="localedata">/usr/share/locale</Path>
  79. <Path fileType="library">/usr/lib</Path>
  80. <Path fileType="data">/usr/share/pixmaps</Path>
  81. <Path fileType="data">/usr/share/applications</Path>
  82. </Files>
  83. </Package>
  84. <Package>
  85. <Name>sylpheed-devel</Name>
  86. <IsA>library</IsA>
  87. <Summary>Development files for sylpheed</Summary>
  88. <RuntimeDependencies>
  89. <Dependency release="current">sylpheed</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="header">/usr/include/sylpheed</Path>
  93. </Files>
  94. </Package>
  95. <History>
  96. <Update release="7">
  97. <Date>2023-05-24</Date>
  98. <Version>3.7.0</Version>
  99. <Comment>Rebuild.</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@pisilinux.org</Email>
  102. </Update>
  103. <Update release="6">
  104. <Date>2021-02-06</Date>
  105. <Version>3.7.0</Version>
  106. <Comment>Version bump.</Comment>
  107. <Name>Mustafa Cinasal</Name>
  108. <Email>muscnsl@pisilinux.org</Email>
  109. </Update>
  110. <Update release="5">
  111. <Date>2017-01-28</Date>
  112. <Version>3.5.1</Version>
  113. <Comment>Version bump.</Comment>
  114. <Name>Stefan Gronewold(groni)</Name>
  115. <Email>groni@pisilinux.org</Email>
  116. </Update>
  117. <Update release="3">
  118. <Date>2015-02-13</Date>
  119. <Version>3.4.2</Version>
  120. <Comment>Version bump.</Comment>
  121. <Name>Stefan Gronewold(groni)</Name>
  122. <Email>groni@pisilinux.org</Email>
  123. </Update>
  124. <Update release="2">
  125. <Date>2014-01-13</Date>
  126. <Version>3.3.0</Version>
  127. <Comment>Version Bump</Comment>
  128. <Name>Stefan Gronewold(groni)</Name>
  129. <Email>groni@pisilinux.org</Email>
  130. </Update>
  131. <Update release="1">
  132. <Date>2012-09-03</Date>
  133. <Version>3.2.0</Version>
  134. <Comment>First release</Comment>
  135. <Name>Osman Erkan</Name>
  136. <Email>osman.erkan@pisilinux.org</Email>
  137. </Update>
  138. </History>
  139. </PISI>