[packages/decibels] - updated to 49.6.1, adjusted to allow build with typescript 6.x
qboosh
qboosh at pld-linux.org
Sun Aug 9 19:21:16 CEST 2026
commit 2feffbe80ca4b05b27fe90cd655809f7a85f0027
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Aug 9 19:21:16 2026 +0200
- updated to 49.6.1, adjusted to allow build with typescript 6.x
decibels-ts6.patch | 11 +++++++++++
decibels.spec | 10 +++++++---
2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/decibels.spec b/decibels.spec
index 59f4229..be2789a 100644
--- a/decibels.spec
+++ b/decibels.spec
@@ -1,22 +1,25 @@
Summary: Audio Player for GNOME
Summary(pl.UTF-8): Odtwarzacz dźwięku dla GNOME
Name: decibels
-Version: 48.0
+Version: 49.6.1
Release: 1
License: GPL v3
Group: Applications
-Source0: https://download.gnome.org/sources/decibels/48/%{name}-%{version}.tar.xz
-# Source0-md5: 3dd2cb7cf01ac94eb57b2ffd6d0848c9
+Source0: https://download.gnome.org/sources/decibels/49/%{name}-%{version}.tar.xz
+# Source0-md5: 74366b2cf892d72f2395019b74c5b4ef
+Patch0: %{name}-ts6.patch
URL: https://apps.gnome.org/Decibels/
BuildRequires: AppStream
BuildRequires: blueprint-compiler
BuildRequires: gjs-devel >= 1.54.0
+BuildRequires: libadwaita-devel >= 1.8
BuildRequires: meson >= 0.62.0
BuildRequires: ninja >= 1.5
BuildRequires: nodejs-typescript
BuildRequires: rpmbuild(macros) >= 2.042
BuildRequires: tar >= 1:1.22
BuildRequires: xz
+Requires: libadwaita >= 1.8
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,6 +31,7 @@ Odtwarzacz dźwięku dla GNOME.
%prep
%setup -q
+%patch -P0 -p1
%build
%meson
diff --git a/decibels-ts6.patch b/decibels-ts6.patch
new file mode 100644
index 0000000..785704e
--- /dev/null
+++ b/decibels-ts6.patch
@@ -0,0 +1,11 @@
+--- decibels-49.6.1/tsconfig.json.orig 2026-04-12 00:04:40.000000000 +0200
++++ decibels-49.6.1/tsconfig.json 2026-08-09 19:16:02.261559871 +0200
+@@ -8,6 +8,8 @@
+ "allowJs": true,
+ "checkJs": true,
+ "outDir": "_build/tsc-out",
++ "rootDir": "src",
++ "ignoreDeprecations": "6.0",
+ "strict": true,
+ "moduleResolution": "node",
+ "baseUrl": ".",
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/decibels.git/commitdiff/2feffbe80ca4b05b27fe90cd655809f7a85f0027
More information about the pld-cvs-commit
mailing list