Upstream: d6e45d7 ("Fix GNOME shell error message about factsBox.FactsBox")
* added 0131-metadata.json.in-fix-json-syntax-error.patch
* added 0132-Update-README.st.patch
* added 0133-Bump-latest-validated-gnome-shell-version-1.patch
* added 0134-README-mention-GNOME-shell-compatibility-of-this-ver.patch
* added 0135-README.rst-document-GNOME-shell-compatibility.patch
* added 0136-ongoingFactEntry-stop-using-deprecated-Clutter-key-s.patch
* added 0137-README.rst-update-GNOME-shell-compatibility-informat.patch
* added 0138-Makefile-Add-install-user-target.patch
* added 0139-Makefile-Add-install-target.patch
* added 0140-README-Add-description-of-install-targets.patch
* added 0141-Update-reST-syntax.patch
* added 0142-Update-reST-syntax-take-2.patch
* added 0143-Document-GNOME-3.38-compatibility.patch
* added 0144-panelWidget-Remove-show-method.patch
* added 0145-panelWidget-Rename-toggle-to-toggle_menu.patch
* added 0146-Makeing-it-work-with-Gnome-40.-340.patch
* added 0147-fixup-Makeing-it-work-with-Gnome-40.-340.patch
OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=23
25 lines
676 B
Diff
25 lines
676 B
Diff
From 9a2e2c17f642a601a2d3eeb9f8a254c261706013 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Tue, 28 Apr 2020 14:23:03 +0200
|
|
Subject: [PATCH 131/147] metadata.json.in: fix json syntax error
|
|
|
|
Fixes: 4bfd241ae541 ("Makefile: configurable extension UUID")
|
|
---
|
|
data/metadata.json.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/data/metadata.json.in b/data/metadata.json.in
|
|
index 8581b60..0eef4e1 100644
|
|
--- a/data/metadata.json.in
|
|
+++ b/data/metadata.json.in
|
|
@@ -14,5 +14,5 @@
|
|
"3.36"
|
|
],
|
|
"url": "https://github.com/projecthamster/hamster-shell-extension.git",
|
|
- "uuid": @UUID@,
|
|
+ "uuid": @UUID@
|
|
}
|
|
--
|
|
2.31.1
|
|
|