pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>telepathy-haze</Name>
  6. <Homepage>http://developer.pidgin.im/wiki/Telepathy</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>A multi-protocol Libpurple connection manager for Telepathy</Summary>
  14. <Description>telepathy-haze is a connection manager built around libpurple, the core of Pidgin, as a Summer of Code project under the Pidgin umbrella. Ultimately, any protocol supported by libpurple will be supported by telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and other will probably work too.</Description>
  15. <Archive sha1sum="e985b4553a5499470df14a0bf60a91fda09bc37d" type="targz">http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glib2-devel</Dependency>
  18. <Dependency>dbus-devel</Dependency>
  19. <Dependency>dbus-glib-devel</Dependency>
  20. <Dependency>libpurple-devel</Dependency>
  21. <Dependency>telepathy-glib-devel</Dependency>
  22. <Dependency>libxslt-devel</Dependency>
  23. <Dependency>python-devel</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch level="1">telepathy-haze-0.8.0-pidgin-2.10.12-compat.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>telepathy-haze</Name>
  31. <RuntimeDependencies>
  32. <Dependency>dbus</Dependency>
  33. <Dependency>glib2</Dependency>
  34. <Dependency>dbus-glib</Dependency>
  35. <Dependency>libpurple</Dependency>
  36. <Dependency>telepathy-glib</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <!-- <Path fileType="executable">/usr/libexec</Path> -->
  40. <Path fileType="data">/usr/share</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="4">
  48. <Date>2018-09-09</Date>
  49. <Version>0.8.0</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="3">
  55. <Date>2017-07-07</Date>
  56. <Version>0.8.0</Version>
  57. <Comment>Release Bump.</Comment>
  58. <Name>Kamil Atlı</Name>
  59. <Email>suvari@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>0.8.0</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2015-11-21</Date>
  70. <Version>0.8.0</Version>
  71. <Comment>First release</Comment>
  72. <Name>Alihan Öztürk</Name>
  73. <Email>alihan@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>