pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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-salut</Name>
  6. <Homepage>http://telepathy.freedesktop.org/wiki</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>Link-local XMPP Telepathy connection manager</Summary>
  14. <Description>telepathy-salut is Telepathy connection manager for link-local XMPP. Normally, XMPP does no support direct client-to-client interactions, since it requires authentication with a server. This package makes it is possible to establish an XMPP-like communications on a local network using zero-configuration networking.</Description>
  15. <Archive sha1sum="b37e623be6c6cd7b9ca4ae7ed20fea7d3a13b37d" type="targz">http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.8.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libxslt-devel</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>gobject-introspection-devel</Dependency>
  20. <Dependency>dbus-devel</Dependency>
  21. <Dependency>dbus-glib-devel</Dependency>
  22. <Dependency>telepathy-glib-devel</Dependency>
  23. <Dependency>avahi-devel</Dependency>
  24. <Dependency>avahi-glib-devel</Dependency>
  25. <Dependency>libsoup-devel</Dependency>
  26. <Dependency>openssl-devel</Dependency>
  27. <Dependency>python-devel</Dependency>
  28. <Dependency>sqlite-devel</Dependency>
  29. <Dependency>cyrus-sasl-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch level="1">fix_bork_in_tr_locale.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>telepathy-salut</Name>
  37. <RuntimeDependencies>
  38. <Dependency>dbus</Dependency>
  39. <Dependency>glib2</Dependency>
  40. <Dependency>sqlite</Dependency>
  41. <Dependency>libsoup</Dependency>
  42. <Dependency>libxml2</Dependency>
  43. <Dependency>openssl</Dependency>
  44. <Dependency>dbus-glib</Dependency>
  45. <Dependency>avahi-glib</Dependency>
  46. <Dependency>avahi-libs</Dependency>
  47. <Dependency>telepathy-glib</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="library">/usr/lib</Path>
  52. <Path fileType="data">/usr/share/dbus-1</Path>
  53. <Path fileType="data">/usr/share/telepathy</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. <Path fileType="man">/usr/share/man</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="4">
  60. <Date>2018-09-10</Date>
  61. <Version>0.8.1</Version>
  62. <Comment>Rebuild with new toolchain</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2017-05-22</Date>
  68. <Version>0.8.1</Version>
  69. <Comment>Rebuild with new toolchain</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-09</Date>
  75. <Version>0.8.1</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2015-11-22</Date>
  82. <Version>0.8.1</Version>
  83. <Comment>First release</Comment>
  84. <Name>Alihan Öztürk</Name>
  85. <Email>alihan@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>