pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Gtk2-AppIndicator</Name>
  6. <Homepage>https://metacpan.org/pod/Gtk2::AppIndicator</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Perl extension for libappindicator.</Summary>
  15. <Description>This module gives an interface to the new ubuntu Unity libappindicator stuff.</Description>
  16. <Archive sha1sum="8a63d442a7bcb31a832363d06b6ac185a7852566" type="targz">
  17. https://cpan.metacpan.org/authors/id/O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-Gtk2</Dependency>
  22. <Dependency>libdbusmenu-devel</Dependency>
  23. <Dependency>libindicator-gtk2-devel</Dependency>
  24. <Dependency>libappindicator-gtk2-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>perl-Gtk2-AppIndicator</Name>
  29. <RuntimeDependencies>
  30. <Dependency>perl</Dependency>
  31. <Dependency>perl-Gtk2</Dependency>
  32. <Dependency>libappindicator-gtk2</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
  36. <Path fileType="data">/usr/share/man</Path>
  37. <Path fileType="data">/usr/share/perl5</Path>
  38. <Path fileType="library">/usr/lib/perl5</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="2">
  43. <Date>2024-05-16</Date>
  44. <Version>0.15</Version>
  45. <Comment>First build.</Comment>
  46. <Name>fury</Name>
  47. <Email>uglyside@yandex.ru</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2022-11-22</Date>
  51. <Version>0.15</Version>
  52. <Comment>First build.</Comment>
  53. <Name>fury</Name>
  54. <Email>uglyside@yandex.ru</Email>
  55. </Update>
  56. </History>
  57. </PISI>