pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Gtk3</Name>
  6. <Homepage>https://metacpan.org/pod/Gtk3</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Gtk3 - Perl interface to the 3.x series of the gtk+ toolkit.</Summary>
  15. <Description>
  16. Perl bindings to the 3.x series of the gtk+ toolkit. This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.
  17. </Description>
  18. <Archive sha1sum="d5dfdc7e502caf6af8dcde4a31825b10380dd8d5" type="targz">
  19. https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk3-0.038.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>perl-Glib</Dependency>
  23. <Dependency>gtk3-devel</Dependency>
  24. <Dependency>perl-Cairo</Dependency>
  25. <Dependency>perl-Cairo-Gobject</Dependency>
  26. <Dependency>perl-Glib-Object-Introspection</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>perl-Gtk3</Name>
  31. <RuntimeDependencies>
  32. <Dependency>gtk3</Dependency>
  33. <Dependency>cairo</Dependency>
  34. <Dependency>perl-Glib</Dependency>
  35. <Dependency>perl-Cairo</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="data">/usr/share/perl5</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2024-05-16</Date>
  47. <Version>0.038</Version>
  48. <Comment>First build.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2022-11-16</Date>
  54. <Version>0.038</Version>
  55. <Comment>First build.</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. </History>
  60. </PISI>