perl-Gtk3.

This commit is contained in:
4fury-c3440d8
2022-11-16 16:35:27 +03:00
parent 2d4809a134
commit e020856f4f
2 changed files with 78 additions and 0 deletions
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("LICENSE", "NEWS", "README")
@@ -0,0 +1,54 @@
<?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>fury</Name>
<Email>uglyside@yandex.ru</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>
</Files>
</Package>
<History>
<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>