diff options
author | 2023-08-03 16:33:41 +0600 | |
---|---|---|
committer | 2023-08-03 16:33:41 +0600 | |
commit | 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (patch) | |
tree | 3a49460715f7319d100e0cc9c1a278758500c7c8 /debian/patches/gdk-gtk-versions.py | |
download | aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.tar.gz aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.zip |
Import Upstream version 1.1.1+bzr982
Diffstat (limited to 'debian/patches/gdk-gtk-versions.py')
-rw-r--r-- | debian/patches/gdk-gtk-versions.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/gdk-gtk-versions.py b/debian/patches/gdk-gtk-versions.py new file mode 100644 index 0000000..ce1e950 --- /dev/null +++ b/debian/patches/gdk-gtk-versions.py @@ -0,0 +1,13 @@ +Index: aptdaemon-1.1.1+bzr982/aptdaemon/gtk3widgets.py +=================================================================== +--- aptdaemon-1.1.1+bzr982.orig/aptdaemon/gtk3widgets.py ++++ aptdaemon-1.1.1+bzr982/aptdaemon/gtk3widgets.py +@@ -40,6 +40,8 @@ import re + + import gi + gi.require_version("Vte", "2.91") ++gi.require_version("Gdk", "3.0") ++gi.require_version("Gtk", "3.0") + + import apt_pkg + from gi.repository import GObject |