Merge pull request #10542 from Rmys/master

cinnamon rebuild
This commit is contained in:
Rmys
2022-07-25 17:25:07 +03:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
diff -Nuar a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_notifications.py b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_notifications.py
--- a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_notifications.py 2022-06-21 18:01:39.000000000 +0300
+++ b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_notifications.py 2022-07-17 17:59:13.743936377 +0300
@@ -1,7 +1,10 @@
#!/usr/bin/python3
import gi
-gi.require_version('Notify', '0.7')
+try:
+ gi.require_version("Notify", "0.7")
+except ValueError:
+ gi.require_version("Notify", "0.8")
from gi.repository import Notify
from SettingsWidgets import SidePage
+1
View File
@@ -78,6 +78,7 @@
<Patch>default-theme.patch</Patch>
<Patch>set_wheel.patch</Patch>
<Patch>0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch</Patch>
<Patch>Notify-0.8.patch</Patch>
<!--Patch>cinnamon-3.8.0-gnome-background-compatibility.patch</Patch-->
<!--Patch>cinnamon-5.2.7-eds-detection.patch</Patch-->
<!--Patch>cinnamon-3.6.6-wheel-sudo.patch</Patch-->