pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ayatana-ido</Name>
  6. <Homepage>https://github.com/AyatanaIndicators/ayatana-ido</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-3</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.misc</PartOf>
  14. <Summary>Ayatana Indicator Display Objects.</Summary>
  15. <Description>The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop.</Description>
  16. <Archive sha1sum="05049088cf0058fc3d38f44d9ed4c67d58822ff7" type="targz">
  17. https://github.com/AyatanaIndicators/ayatana-ido/archive/refs/tags/0.9.3.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>gtk-doc</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>vala-devel</Dependency>
  24. <Dependency>gtest-devel</Dependency>
  25. <Dependency>gobject-introspection-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch>missing.patch</Patch> -->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>ayatana-ido</Name>
  33. <RuntimeDependencies>
  34. <Dependency>gtk3</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>cairo</Dependency>
  37. <Dependency>pango</Dependency>
  38. <Dependency>gdk-pixbuf</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="library">/usr/lib</Path>
  42. <Path fileType="data">/usr/share</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>ayatana-ido-devel</Name>
  47. <RuntimeDependencies>
  48. <Dependency>glib2-devel</Dependency>
  49. <Dependency>gtk3-devel</Dependency>
  50. <Dependency release="current">ayatana-ido</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="header">/usr/include/</Path>
  54. <Path fileType="library">/usr/lib/pkgconfig</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="5">
  59. <Date>2023-03-08</Date>
  60. <Version>0.9.3</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>fury</Name>
  63. <Email>uglyside@yandex.ru</Email>
  64. </Update>
  65. <Update release="4">
  66. <Date>2022-08-07</Date>
  67. <Version>0.9.2</Version>
  68. <Comment>Version bump</Comment>
  69. <Name>fury</Name>
  70. <Email>uglyside@yandex.ru</Email>
  71. </Update>
  72. <Update release="3">
  73. <Date>2022-04-14</Date>
  74. <Version>0.9.1</Version>
  75. <Comment>Version bump</Comment>
  76. <Name>fury</Name>
  77. <Email>uglyside@yandex.ru</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2022-01-18</Date>
  81. <Version>0.9.0</Version>
  82. <Comment>Version bump</Comment>
  83. <Name>fury</Name>
  84. <Email>uglyside@yandex.ru</Email>
  85. </Update>
  86. <Update release="1">
  87. <Date>2021-10-13</Date>
  88. <Version>0.8.2</Version>
  89. <Comment>First build</Comment>
  90. <Name>fury</Name>
  91. <Email>uglyside@yandex.ru</Email>
  92. </Update>
  93. </History>
  94. </PISI>