123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Gtk2-Notify</Name>
- <Homepage>https://metacpan.org/pod/Gtk2::Notify</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Perl interface to libnotify.</Summary>
- <Description>Gtk2::Notify - Perl interface to libnotify.</Description>
- <Archive sha1sum="b0223dd5a85358c9b92ebc99040201e640612348" type="targz">
- https://cpan.metacpan.org/authors/id/F/FL/FLORA/Gtk2-Notify-0.05.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Gtk2</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>perl-Module-Install</Dependency>
- <Dependency>perl-Test-Exception</Dependency>
- <Dependency>perl-ExtUtils-Depends</Dependency>
- <Dependency>perl-ExtUtils-PkgConfig</Dependency>
- <Dependency>perl-Module-Build-XSUtil</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level='0'>libnotify.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>perl-Gtk2-Notify</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>perl</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>freetype</Dependency>
- <Dependency>harfbuzz</Dependency>
- <Dependency>perl-Gtk2</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>fontconfig</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
- <Path fileType="data">/usr/share/man</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- <Path fileType="library">/usr/lib/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-16</Date>
- <Version>0.05</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2023-01-10</Date>
- <Version>0.05</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|