Package Details: pygtk 2.24.0-12

Git Clone URL: https://aur.archlinux.org/pygtk.git (read-only, click to copy)
Package Base: pygtk
Description: Python bindings for the GTK widget set
Upstream URL: https://wiki.gnome.org/Projects/PyGTK
Keywords: GTK Python widget
Licenses: LGPL
Submitter: arojas
Maintainer: creyon
Last Packager: ragouel
Votes: 75
Popularity: 1.05
First Submitted: 2020-03-29 19:09 (UTC)
Last Updated: 2022-06-12 19:56 (UTC)

Dependencies (6)

Required by (125)

Sources (4)

Pinned Comments

ragouel commented on 2022-06-11 23:26 (UTC) (edited on 2022-06-12 19:54 (UTC) by ragouel)

From official GNOME docs:

"Attention: PyGTK 2.24 will be the last release in the PyGTK series and will support the full GTK-2-24 API. PyGTK should not be used for new projects and existing PyGTK applications are recommended to be ported to PyGObject. See here for more information."

https://wiki.gnome.org/Projects/PyGTK/WhatsNew224

Please stop asking me to update this package. I only "keep" it, so that it is not messed with by others, as some older applications still rely on it to function.

Thank you.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

atescula commented on 2021-05-12 19:22 (UTC)

pygtk is a dependency for fslint-gui package for example. pygtk cannot be installed due to libglade missing fslint-gui cannot be started

class101 commented on 2021-05-10 15:54 (UTC) (edited on 2021-05-10 15:55 (UTC) by class101)

I think libglade has been removed from extra/ because the official page mention it is deprecated and shouldn't be used anymore

This module is heading towards planned deprecation. It will continue to be supported and API/ABI stable throughout the GNOME 2.x series, but we do not recommend using it in new applications unless you require functionality that has not already been moved elsewhere.

https://developer.gnome.org/libglade/

ArthurBorsboom commented on 2021-05-10 14:47 (UTC)

The dependency 'libglade' does not exist anymore in the AUR, according to the package manager 'yay'.

ragouel commented on 2021-01-16 00:37 (UTC)

Apologies for the delay. I added support for aarch64 thanks to gameslayer's suggestion.

gameslayer commented on 2021-01-09 11:47 (UTC) (edited on 2021-01-09 11:47 (UTC) by gameslayer)

Works on Arm64 (Raspberry pi 4)

Just edited the pkgbuild file and added aarch64 to the arch and to fix the compiling issue with pygtk I added --build=unknown-unknown-linux to the end of ./configure to make it work.

grumpymatt commented on 2020-12-25 21:41 (UTC)

I was able to compile on a raspberry pi 4 using http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and modifying the pkgbuild to allow ARM architecture.

ragouel commented on 2020-11-11 21:19 (UTC) (edited on 2021-01-16 00:38 (UTC) by ragouel)

If anyone has an ARM device and is willing to help me test this on it, let me know so I can provide support for ARM architecture as well.

eschwartz commented on 2020-08-16 21:50 (UTC)

This was already discussed around https://aur.archlinux.org/packages/pygtk/?PP=250#comment-740369

The ONLY correct solution for updating config.guess is re-running autoreconf -fi. However, the arch=('x86_64') in the PKGBUILD does suggest it isn't tested on ARM, and it may or may not work or need additional workarounds to compile on such architectures. It is up to the maintainer to decide whether to add/test this support.

lxgr commented on 2020-08-16 21:42 (UTC)

This package causes problems compiling on archlinux arm aarch64, because the config.guess in the sourcecode is way out of date. This can be worked around by including a file called 'config.guess' with this http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD content and copying it to the builddir. I did this by adding 'config.guess' to source, 'Skip' to sha256sums and 'cp ../config.guess ./' at the end of prepare in the PKGBUILD.