[packages/gnome-weather] - adjusted for typescript 6.x, release 2
qboosh
qboosh at pld-linux.org
Sun Aug 9 20:56:18 CEST 2026
commit 1f21fc002a8f40194b505411331560dc0ab32de8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Aug 9 20:56:18 2026 +0200
- adjusted for typescript 6.x, release 2
gnome-weather-ts6.patch | 11 +++++++++++
gnome-weather.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/gnome-weather.spec b/gnome-weather.spec
index 1ca3781..881c0ec 100644
--- a/gnome-weather.spec
+++ b/gnome-weather.spec
@@ -3,11 +3,12 @@ Summary: A weather application for GNOME
Summary(pl.UTF-8): Aplikacja pogodowa dla GNOME
Name: gnome-weather
Version: 50.0
-Release: 1
+Release: 2
License: GPL v2+
Group: X11/Applications
Source0: https://download.gnome.org/sources/gnome-weather/50/%{name}-%{version}.tar.xz
# Source0-md5: e87b6ac7ad2cbdcfa23a51c5e4cefce2
+Patch0: %{name}-ts6.patch
URL: https://apps.gnome.org/Weather/
BuildRequires: AppStream
BuildRequires: geoclue2-devel >= 2.3.1
@@ -51,6 +52,7 @@ serwisy internetowe.
%prep
%setup -q
+%patch -P0 -p1
%build
%meson
diff --git a/gnome-weather-ts6.patch b/gnome-weather-ts6.patch
new file mode 100644
index 0000000..dd52929
--- /dev/null
+++ b/gnome-weather-ts6.patch
@@ -0,0 +1,11 @@
+--- gnome-weather-50.0/tsconfig.json.orig 2026-03-12 20:37:40.000000000 +0100
++++ gnome-weather-50.0/tsconfig.json 2026-08-09 20:53:58.879723497 +0200
+@@ -4,6 +4,8 @@
+ "strict": true,
+ "target": "ES2022",
+ "baseUrl": ".",
++ "rootDir": "src",
++ "ignoreDeprecations": "6.0",
+ "moduleResolution": "bundler",
+ "module": "ES2022",
+ "lib": [
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-weather.git/commitdiff/1f21fc002a8f40194b505411331560dc0ab32de8
More information about the pld-cvs-commit
mailing list