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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libgtk2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
perl,
hicolor-icon-theme,
libcairo-perl,
libextutils-depends-perl,
libextutils-pkgconfig-perl,
libglib-perl (>= 3:1.280),
libgtk2.0-dev,
libpango-perl,
shared-mime-info,
xauth,
xvfb
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgtk2-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgtk2-perl.git
Homepage: http://gtk2-perl.sourceforge.net/
Package: libgtk2-perl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
libcairo-perl,
libglib-perl (>= 3:1.280),
libpango-perl,
shared-mime-info
Suggests: libgtk2-perl-doc,
librsvg2-common
Description: Perl interface to the 2.x series of the Gimp Toolkit library
Gtk2 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.
.
Gtk+ is a multi-platform toolkit for creating graphical user interfaces.
Offering a complete set of widgets, the Gtk+ is suitable for projects ranging
from small one-off tools to complete application suites. Find out more about
Gtk+ at http://www.gtk.org.
Package: libgtk2-perl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libgtk2-perl
Description: Perl interface to the Gtk 2.x series (documentation files)
Gtk2 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.
.
Gtk+ is a multi-platform toolkit for creating graphical user interfaces.
Offering a complete set of widgets, the Gtk+ is suitable for projects ranging
from small one-off tools to complete application suites. Find out more about
Gtk+ at http://www.gtk.org.
.
This package contains the documentation for the Gtk2 perl modules and some
examples.
|