* gracefully handle hamster DBUS service disappearing * use upstream patches for GNOME shell 44 support * del 0154-metadata.json.in-add-support-for-GNOME-44.patch * add 0154-prefs.js-handle-different-return-values-of-Gtk.accel.patch * add 0155-Use-of-ellipsis-instead-of-tripledot.patch * add 0156-Use-ellipsis-instead-of-triple-dot-.-in-translations.patch * add 0157-Add-Gnome-Shell-43-compatibility.patch * add 0158-Add-basic-gnome-44-support.patch * add 0159-Report-errors-in-DBUS-calls.patch * add 0160-Report-errors-on-initial-DBUS-connection.patch * add 0161-Gracefully-handle-hamster-DBUS-disappearing.patch OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=36
28 lines
747 B
Diff
28 lines
747 B
Diff
From 9983c451e366c72f73de46901ccc12663be72743 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jes=C3=BAs=20Soto?= <jesus.soto@canonical.com>
|
|
Date: Mon, 19 Sep 2022 11:15:14 +0200
|
|
Subject: [PATCH 157/161] Add Gnome Shell 43 compatibility
|
|
|
|
(cherry picked from commit 2919d4f4ca59722bb23c5bbce3fe8e3b12dcef2b)
|
|
---
|
|
data/metadata.json.in | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/data/metadata.json.in b/data/metadata.json.in
|
|
index 61f6731..78eef73 100644
|
|
--- a/data/metadata.json.in
|
|
+++ b/data/metadata.json.in
|
|
@@ -15,7 +15,8 @@
|
|
"3.38",
|
|
"40",
|
|
"41",
|
|
- "42"
|
|
+ "42",
|
|
+ "43"
|
|
],
|
|
"url": "https://github.com/projecthamster/hamster-shell-extension.git",
|
|
"uuid": @UUID@
|
|
--
|
|
2.41.0
|
|
|