1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libgtk3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
gir1.2-gtk-3.0,
gir1.2-pango-1.0,
libcairo-gobject-perl,
libextutils-depends-perl,
libextutils-pkgconfig-perl,
libglib-perl,
libglib-object-introspection-perl (>= 0.024),
perl,
xauth,
xvfb
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgtk3-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgtk3-perl.git
Homepage: https://metacpan.org/release/Gtk3
Package: libgtk3-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
gir1.2-gtk-3.0,
gir1.2-pango-1.0,
libcairo-gobject-perl,
libglib-perl,
libglib-object-introspection-perl (>= 0.024)
Description: Perl bindings for the GTK+ graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains the Perl bindings to GTK+, built using
Glib::Object::Introspection. Generated bindings live under the Gtk3 namespace.
|