* 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
738 B
Diff
28 lines
738 B
Diff
From 9a8a80acfb19b131ae13a01b80939448ae666fc5 Mon Sep 17 00:00:00 2001
|
|
From: "J. Nathanael Philipp" <nathanael@philipp.land>
|
|
Date: Tue, 14 Mar 2023 13:19:00 +0100
|
|
Subject: [PATCH 158/161] Add basic gnome 44 support.
|
|
|
|
(cherry picked from commit 4e8fdeaab6c79f0538e22be14f41d9237282f9fe)
|
|
---
|
|
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 78eef73..162a7cf 100644
|
|
--- a/data/metadata.json.in
|
|
+++ b/data/metadata.json.in
|
|
@@ -16,7 +16,8 @@
|
|
"40",
|
|
"41",
|
|
"42",
|
|
- "43"
|
|
+ "43",
|
|
+ "44"
|
|
],
|
|
"url": "https://github.com/projecthamster/hamster-shell-extension.git",
|
|
"uuid": @UUID@
|
|
--
|
|
2.41.0
|
|
|