From f73603dc51697db3729e18ddbdc35ef92a424bb2 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Fri, 2 Dec 2022 13:51:18 -0800 Subject: [PATCH] Revert "Remove remaining uses of libnotify" This reverts commit 5c20dff48dfdaa240605f6b51569158f7d280751. --- .travis.yml | 1 + INSTALL.rst | 4 ++-- debian/control | 1 + lutris.spec | 2 +- snap/snapcraft.yaml | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2efc9b16..ec50a82bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ addons: - libgirepository1.0-dev - gir1.2-gnomedesktop-3.0 - gir1.2-webkit2-4.0 + - gir1.2-notify-0.7 - at-spi2-core before_install: - "export DISPLAY=:99.0" diff --git a/INSTALL.rst b/INSTALL.rst index e1d73e32e..94d5cc756 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -12,7 +12,7 @@ Lutris manually, it requires the following components: * Python >= 3.7 * PyGObject - * PyGObject bindings for: Gtk, Gdk, GnomeDesktop, Webkit2 + * PyGObject bindings for: Gtk, Gdk, GnomeDesktop, Webkit2, Notify * python3-requests * python3-pillow * python3-yaml @@ -42,7 +42,7 @@ on Ubuntu based systems, you can run:: sudo apt install python3-yaml python3-requests python3-pil python3-gi \ gir1.2-gtk-3.0 gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0 \ - psmisc cabextract unzip p7zip curl fluid-soundfont-gs \ + gir1.2-notify-0.7 psmisc cabextract unzip p7zip curl fluid-soundfont-gs \ x11-xserver-utils python3-evdev libc6-i386 lib32gcc1 libgirepository1.0-dev \ python3-setproctitle python3-distro diff --git a/debian/control b/debian/control index 9cdde4604..bf0eb2121 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Depends: ${misc:Depends}, python3-dbus, gir1.2-gtk-3.0, gir1.2-webkit2-4.0, + gir1.2-notify-0.7, psmisc, cabextract, unzip, diff --git a/lutris.spec b/lutris.spec index 5c04187a0..8f5ca251a 100644 --- a/lutris.spec +++ b/lutris.spec @@ -43,7 +43,7 @@ BuildRequires: hicolor-icon-theme BuildRequires: python3-setuptools Requires: (python3-gobject-Gdk or python3-gobject) Requires: python3-PyYAML, cabextract, typelib-1_0-Gtk-3_0 -Requires: typelib-1_0-GnomeDesktop-3_0, typelib-1_0-WebKit2-4_0 +Requires: typelib-1_0-GnomeDesktop-3_0, typelib-1_0-WebKit2-4_0, typelib-1_0-Notify-0_7 Requires: fluid-soundfont-gm, python3-Pillow, python3-requests %endif diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 614e8d3a6..babf66ff9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -90,6 +90,7 @@ parts: - gir1.2-glib-2.0 - gir1.2-gnomedesktop-3.0 - gir1.2-gtk-3.0 + - gir1.2-notify-0.7 - gir1.2-webkit2-4.0 - libgnutls30 - libvulkan1