123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Gtk3</Name>
- <Homepage>https://metacpan.org/pod/Gtk3</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL-2.1</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Gtk3 - Perl interface to the 3.x series of the gtk+ toolkit.</Summary>
- <Description>
- 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.
- </Description>
- <Archive sha1sum="d5dfdc7e502caf6af8dcde4a31825b10380dd8d5" type="targz">
- https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk3-0.038.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl-Glib</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>perl-Cairo</Dependency>
- <Dependency>perl-Cairo-Gobject</Dependency>
- <Dependency>perl-Glib-Object-Introspection</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Gtk3</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>perl-Glib</Dependency>
- <Dependency>perl-Cairo</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-16</Date>
- <Version>0.038</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-11-16</Date>
- <Version>0.038</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|