pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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-Notify</Name>
  6. <Homepage>https://metacpan.org/pod/Gtk2::Notify</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Perl interface to libnotify.</Summary>
  15. <Description>Gtk2::Notify - Perl interface to libnotify.</Description>
  16. <Archive sha1sum="b0223dd5a85358c9b92ebc99040201e640612348" type="targz">
  17. https://cpan.metacpan.org/authors/id/F/FL/FLORA/Gtk2-Notify-0.05.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-Gtk2</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>libnotify-devel</Dependency>
  24. <Dependency>perl-Module-Install</Dependency>
  25. <Dependency>perl-Test-Exception</Dependency>
  26. <Dependency>perl-ExtUtils-Depends</Dependency>
  27. <Dependency>perl-ExtUtils-PkgConfig</Dependency>
  28. <Dependency>perl-Module-Build-XSUtil</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <Patch level='0'>libnotify.patch</Patch>
  32. </Patches>
  33. </Source>
  34. <Package>
  35. <Name>perl-Gtk2-Notify</Name>
  36. <RuntimeDependencies>
  37. <Dependency>atk</Dependency>
  38. <Dependency>gtk2</Dependency>
  39. <Dependency>perl</Dependency>
  40. <Dependency>cairo</Dependency>
  41. <Dependency>pango</Dependency>
  42. <Dependency>freetype</Dependency>
  43. <Dependency>harfbuzz</Dependency>
  44. <Dependency>perl-Gtk2</Dependency>
  45. <Dependency>libnotify</Dependency>
  46. <Dependency>gdk-pixbuf</Dependency>
  47. <Dependency>fontconfig</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
  51. <Path fileType="data">/usr/share/man</Path>
  52. <Path fileType="data">/usr/share/perl5</Path>
  53. <Path fileType="library">/usr/lib/perl5</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="2">
  58. <Date>2024-05-16</Date>
  59. <Version>0.05</Version>
  60. <Comment>First build</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2023-01-10</Date>
  66. <Version>0.05</Version>
  67. <Comment>First build</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. </History>
  72. </PISI>