{"id":15720524,"url":"https://github.com/gnome/perl-gtk3","last_synced_at":"2025-10-20T04:31:21.161Z","repository":{"id":3556566,"uuid":"4617720","full_name":"GNOME/perl-gtk3","owner":"GNOME","description":"Read-only mirror of https://gitlab.gnome.org/GNOME/perl-gtk3","archived":false,"fork":false,"pushed_at":"2024-03-15T08:24:43.000Z","size":243,"stargazers_count":18,"open_issues_count":0,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-30T14:51:26.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.gnome.org/GNOME/perl-gtk3","language":"Perl","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GNOME.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2012-06-10T19:33:37.000Z","updated_at":"2024-04-11T09:00:04.000Z","dependencies_parsed_at":"2024-03-15T09:25:26.837Z","dependency_job_id":"39f801ae-fda9-42b3-a3a1-368877955c22","html_url":"https://github.com/GNOME/perl-gtk3","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Fperl-gtk3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Fperl-gtk3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Fperl-gtk3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Fperl-gtk3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GNOME","download_url":"https://codeload.github.com/GNOME/perl-gtk3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237267847,"owners_count":19282298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T21:59:02.426Z","updated_at":"2025-10-20T04:31:20.757Z","avatar_url":"https://github.com/GNOME.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gtk3\n====\n\nPerl bindings to the 3.x series of the gtk+ toolkit.  This module allows you to\nwrite graphical user interfaces in a Perlish and object-oriented way, freeing\nyou from the casting and memory management in C, yet remaining very close in\nspirit to original API.\n\n\nINSTALLATION\n------------\n\nTo install this module type the following:\n\n   perl Makefile.PL\n   make\n   make test\n   make install\n\n\nDEPENDENCIES\n------------\n\nGtk3 needs this C library:\n\n  gtk+-3.0 \u003e= 3.0.0\n\nand these Perl modules:\n\n  Glib::Object::Introspection \u003e= 0.002\n\nHOW TO CONTACT US\n-----------------\n\nHomepage:               http://gtk2-perl.sourceforge.net/\nSupport forum:          https://discourse.gnome.org/tags/c/platform/language-bindings/11/perl\nMailing list archives:  https://mail.gnome.org/archives/gtk-perl-list/\nIRC:                    irc://irc.gnome.org/#gtk-perl\nE-mail bug submission via CPAN's RT:\n                bug-Gtk3 [at] rt.cpan.org\nWeb bug submission via GNOME's bugtracker:\n                https://gitlab.gnome.org/GNOME/perl-gtk3/-/issues\n\nPlease do not contact any of the maintainers directly unless they ask you to.\nThe first point of contact for questions/problems/issues should always be the\nsupport forum.\n\n\nBUG REPORTS\n-----------\n\nFor help with problems, please contact the support forum (above).  If you\nalready know you have a bug, please file it with one of the bug trackers\nbelow.  With any problems and/or bug reports, it's always helpful for the\ndevelopers to have the following information:\n\n- A small script that demonstrates the problem; this is not required, however,\n  it will get your issue looked at much faster than a description of the\n  problem alone.\n- Version of Perl (perl -v)\n- Versions of Gtk2-Perl modules (Glib/Gtk2/Pango/Cairo)\n- Optional, but nice to have: versions of GTK+ libraries on your system\n  (libglib, libgtk+, libpango, libcairo, etc.)\n\nThere are multiple project bug trackers, please choose the one you are most\ncomfortable with using and/or already have an account for.\n\nRequest Tracker:\n- submitting bugs via the Web (requires a PAUSE account/Bitcard):\n  https://rt.cpan.org/Public/Bug/Report.html?Queue=Gtk3\n- submitting bugs via e-mail (open to anyone with e-mail):\n  bug-Gtk3 [at] rt.cpan.org\n\nGNOME's bugtracker:\n- report bugs to the 'perl-gtk3' product (requires login)\n  https://gitlab.gnome.org/GNOME/perl-gtk3/-/issues\n\nPATCH SUBMISSION GUIDELINES\n---------------------------\n\nYou can send us patches by...\n- Creating a Merge Request in GNOME GitLab.\n- Those with gnome.org Git ID's can push trivial patches to git directly; if\n  you're not sure what a trivial patch is, please ask first in the support\n  forum prior to pushing your commit.\n\nOBTAINING SOURCE FROM THE GNOME.ORG GIT REPO\n--------------------------------------------\n\nAssuming you already have the 'git' command installed on your system, you can\nuse the 'git://' protocol:\n\n git clone git://git.gnome.org/perl-Gtk3\n\nOr, read-only access via HTTP:\n\n git clone http://git.gnome.org/browse/perl-Gtk3\n\nTo update an existing clone of the source:\n\n git pull\n\nMost Linux distros package the 'git' command in a package called either 'git'\nor 'git-core'.\n\n\nCOPYRIGHT AND LICENSE\n---------------------\n\nCopyright (C) 2005-2012 Torsten Schoenfeld \u003ckaffeetisch@gmx.de\u003e\n\nThis library is free software; you can redistribute it and/or modify it under\nthe terms of the GNU Library General Public License as published by the Free\nSoftware Foundation; either version 2.1 of the License, or (at your option) any\nlater version.\n\nThis library is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.\n\nSee the LICENSE file in the top-level directory of this distribution for the\nfull license terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnome%2Fperl-gtk3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnome%2Fperl-gtk3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnome%2Fperl-gtk3/lists"}