pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ayatana-libappindicator</Name>
  6. <Homepage>https://github.com/AyatanaIndicators/libayatana-appindicator</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>A library to allow applications to export a menu into the Unity Menu bar.</Summary>
  15. <Description>A library to allow applications to export a menu into the Unity Menu bar.</Description>
  16. <Archive sha1sum="57f2526707df819cfa85a4ef74695e375ca3792c" type="targz">https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.93.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>gtk-doc</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>vala-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>libdbusmenu-gtk3</Dependency>
  24. <Dependency>libdbusmenu-devel</Dependency>
  25. <Dependency>python3-pygobject3-devel</Dependency>
  26. <Dependency>ayatana-libindicator-devel</Dependency>
  27. <Dependency>gobject-introspection-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch level="1">missing.patch</Patch> -->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>ayatana-libappindicator</Name>
  35. <RuntimeDependencies>
  36. <Dependency>atk</Dependency>
  37. <Dependency>gtk3</Dependency>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>cairo</Dependency>
  40. <Dependency>pango</Dependency>
  41. <Dependency>gdk-pixbuf</Dependency>
  42. <Dependency>libdbusmenu-gtk3</Dependency>
  43. <Dependency>libdbusmenu-glib</Dependency>
  44. <Dependency>ayatana-libindicator</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="library">/usr/lib</Path>
  48. <Path fileType="data">/usr/share</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>ayatana-libappindicator-devel</Name>
  54. <RuntimeDependencies>
  55. <Dependency release="current">ayatana-libappindicator</Dependency>
  56. <Dependency>gtk3-devel</Dependency>
  57. <Dependency>libdbusmenu-gtk</Dependency>
  58. <Dependency>libdbusmenu-glib</Dependency>
  59. <Dependency>libdbusmenu-devel</Dependency>
  60. <Dependency>ayatana-libindicator-devel</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="library">/usr/lib/pkgconfig</Path>
  64. <Path fileType="header">/usr/include</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="5">
  69. <Date>2023-11-03</Date>
  70. <Version>0.5.93</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="4">
  76. <Date>2023-02-04</Date>
  77. <Version>0.5.92</Version>
  78. <Comment>Version bump.</Comment>
  79. <Name>fury</Name>
  80. <Email>uglyside@yandex.ru</Email>
  81. </Update>
  82. <Update release="3">
  83. <Date>2022-11-15</Date>
  84. <Version>0.5.91</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>fury</Name>
  87. <Email>uglyside@yandex.ru</Email>
  88. </Update>
  89. <Update release="2">
  90. <Date>2022-01-18</Date>
  91. <Version>0.5.90</Version>
  92. <Comment>Version bump</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. <Update release="1">
  97. <Date>2021-10-13</Date>
  98. <Version>0.5.5</Version>
  99. <Comment>First build</Comment>
  100. <Name>fury</Name>
  101. <Email>uglyside@yandex.ru</Email>
  102. </Update>
  103. </History>
  104. </PISI>