123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Gtk2-AppIndicator</Name>
- <Homepage>https://metacpan.org/pod/Gtk2::AppIndicator</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Perl extension for libappindicator.</Summary>
- <Description>This module gives an interface to the new ubuntu Unity libappindicator stuff.</Description>
- <Archive sha1sum="8a63d442a7bcb31a832363d06b6ac185a7852566" type="targz">
- https://cpan.metacpan.org/authors/id/O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Gtk2</Dependency>
- <Dependency>libdbusmenu-devel</Dependency>
- <Dependency>libindicator-gtk2-devel</Dependency>
- <Dependency>libappindicator-gtk2-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Gtk2-AppIndicator</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Gtk2</Dependency>
- <Dependency>libappindicator-gtk2</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.15</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-11-22</Date>
- <Version>0.15</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|