pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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-qt5</Name>
  6. <Homepage>http://telepathy.freedesktop.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Qt based classes for Telepathy communication framework</Summary>
  14. <Description>The Telepathy project is about building a unified framework for many different kinds of real-time communications. telepathy-qt contains Qt-based base and proxy classes for use in connection managers and clients.</Description>
  15. <Archive sha1sum="cb4bf4a69e38451880ac88fa0e44a8a6f5bfe9cb" type="targz">http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.8.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>qt5-doc</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. <Dependency>qt5-base-devel</Dependency>
  21. <Dependency>qt5-assistant-devel</Dependency>
  22. <Dependency>gobject-introspection-devel</Dependency>
  23. <Dependency>dbus-glib-devel</Dependency>
  24. <Dependency>libxml2-devel</Dependency>
  25. <Dependency>farstream-devel</Dependency>
  26. <Dependency>telepathy-farstream-devel</Dependency>
  27. <Dependency>doxygen</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!--Patch level="1">gstreamer-1.6.patch</Patch-->
  31. <!--Patch level="1">glibc-2.20.patch</Patch-->
  32. </Patches>
  33. </Source>
  34. <Package>
  35. <Name>telepathy-qt5</Name>
  36. <RuntimeDependencies>
  37. <Dependency>glib2</Dependency>
  38. <Dependency>libgcc</Dependency>
  39. <Dependency>qt5-base</Dependency>
  40. <Dependency>telepathy-glib</Dependency>
  41. <Dependency>telepathy-farstream</Dependency>
  42. <Dependency>doxygen</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>telepathy-qt5-devel</Name>
  51. <Summary>Development files for telepathy-qt5</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">telepathy-qt5</Dependency>
  54. <Dependency>qt5-base-devel</Dependency>
  55. <Dependency>telepathy-glib-devel</Dependency>
  56. <Dependency>telepathy-farstream-devel</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="data">/usr/lib/pkgconfig</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="5">
  65. <Date>2020-05-11</Date>
  66. <Version>0.9.8</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2018-09-10</Date>
  73. <Version>0.9.7</Version>
  74. <Comment>Version bump</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2017-05-20</Date>
  80. <Version>0.9.7</Version>
  81. <Comment>Version bump</Comment>
  82. <Name>Mustafa Cinasal</Name>
  83. <Email>muscnsl@gmail.com</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-06-09</Date>
  87. <Version>0.9.6</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2016-03-30</Date>
  94. <Version>0.9.6</Version>
  95. <Comment>First release</Comment>
  96. <Name>Alihan Öztürk</Name>
  97. <Email>alihan@pisilinux.org</Email>
  98. </Update>
  99. </History>
  100. </PISI>