python-gtk rebuild

This commit is contained in:
Rmys
2022-08-23 12:43:02 +03:00
parent 7db67358d8
commit 7037117b4d
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -Nuar a/gtk/__init__.py b/gtk/__init__.py
--- a/gtk/__init__.py 2011-04-01 13:37:25.000000000 +0300
+++ b/gtk/__init__.py 2022-08-23 12:36:43.632942446 +0300
@@ -124,7 +124,7 @@
from gtk._gtk import *
# Make PyGTK interactive
-set_interactive(1)
+gtk.set_interactive(1)
# # For testing, so you can just turn off dynamicnamespace in gtk.override
# if hasattr(_gtk, '_get_symbol_names'):
@@ -28,6 +28,7 @@
<Patch level="1">0001-Fix-leaks-of-Pango-objects.patch</Patch>
<Patch level="1">pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch</Patch>
<Patch level="1">python27.patch</Patch>
<Patch level="1">PyGTK.patch</Patch>
</Patches>
</Source>
@@ -92,6 +93,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-08-23</Date>
<Version>2.24.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-08-10</Date>
<Version>2.24.0</Version>