pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ayatana-libindicator</Name>
  6. <Homepage>https://github.com/AyatanaIndicators/libayatana-indicator</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.misc</PartOf>
  14. <Summary>Ayatana Indicators Shared Library.</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="359d0a4a3b376a02205048bba9ffd870f8022846" type="targz">https://github.com/AyatanaIndicators/libayatana-indicator/archive/refs/tags/0.9.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>gtk3-devel</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>ayatana-ido-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch>missing.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>ayatana-libindicator</Name>
  30. <RuntimeDependencies>
  31. <Dependency>gtk3</Dependency>
  32. <Dependency>glib2</Dependency>
  33. <Dependency>gdk-pixbuf</Dependency>
  34. <Dependency>ayatana-ido</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="executable">/usr/libexec</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="data">/usr/share</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>ayatana-libindicator-devel</Name>
  45. <RuntimeDependencies>
  46. <Dependency>gtk3-devel</Dependency>
  47. <Dependency>glib2-devel</Dependency>
  48. <Dependency>ayatana-ido-devel</Dependency>
  49. <Dependency release="current">ayatana-libindicator</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="header">/usr/include/</Path>
  53. <Path fileType="library">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="5">
  58. <Date>2023-11-03</Date>
  59. <Version>0.9.4</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="4">
  65. <Date>2022-11-15</Date>
  66. <Version>0.9.3</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="3">
  72. <Date>2022-08-07</Date>
  73. <Version>0.9.1</Version>
  74. <Comment>Version bump</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2022-01-18</Date>
  80. <Version>0.9.0</Version>
  81. <Comment>Version bump</Comment>
  82. <Name>fury</Name>
  83. <Email>uglyside@yandex.ru</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2021-10-13</Date>
  87. <Version>0.8.4</Version>
  88. <Comment>First build</Comment>
  89. <Name>fury</Name>
  90. <Email>uglyside@yandex.ru</Email>
  91. </Update>
  92. </History>
  93. </PISI>