From 843fd6ca8e91fbbe370fa10eec373d8c31cde36f Mon Sep 17 00:00:00 2001 From: muelli Date: Thu, 13 Nov 2025 23:28:51 +0100 Subject: [PATCH 1/2] manifest: autoupdate for libnotify --- com.github.KRTirtho.Spotube.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/com.github.KRTirtho.Spotube.yml b/com.github.KRTirtho.Spotube.yml index c1412c4..e05b0b0 100644 --- a/com.github.KRTirtho.Spotube.yml +++ b/com.github.KRTirtho.Spotube.yml @@ -39,8 +39,13 @@ modules: - -Ddocbook_docs=disabled sources: - type: archive - url: https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.8.tar.xz - sha256: 69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c + url: https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.7.tar.xz + sha256: 4be15202ec4184fce1ac15997ece5530d2be32fe9573875aeb10e3b573858748 + x-checker-data: + project-id: 13149 + type: anitya + url-template: https://download.gnome.org/sources/libnotify/$major.$minor/libnotify-$version.tar.xz + - name: yt-dlp no-autogen: true no-make-install: true From f8e5bb58736f6b38c3c285c6311664c62c2e61d6 Mon Sep 17 00:00:00 2001 From: muelli Date: Fri, 14 Nov 2025 06:19:39 +0100 Subject: [PATCH 2/2] Disable man page generation in Spotube build To overcome the build problem: The Meson build system Version: 1.5.2 Source dir: /run/build/libnotify Build dir: /run/build/libnotify/_flatpak_build Build type: native build Project name: libnotify Project version: 0.8.7 C compiler for the host machine: ccache cc (gcc 14.3.0 "cc (GCC) 14.3.0") C linker for the host machine: cc ld.bfd 2.45 Host machine cpu family: aarch64 Host machine cpu: aarch64 Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1 Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.12 Run-time dependency glib-2.0 found: YES 2.84.4 Run-time dependency gio-2.0 found: YES 2.84.4 Run-time dependency gio-unix-2.0 found: YES 2.84.4 Run-time dependency gtk4 found: YES 4.18.6 Configuring config.h using configuration Program xsltproc found: YES (/usr/bin/xsltproc) ../meson.build:78:4: ERROR: Problem encountered: DocBook stylesheet for generating man pages not found, you need to install docbook-xsl-ns or similar package. A full log can be found at /run/build/libnotify/_flatpak_build/meson-logs/meson-log.txt Error: module libnotify: Child process exited with code 1 error: Recipe `build` failed with exit code 1 --- com.github.KRTirtho.Spotube.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.github.KRTirtho.Spotube.yml b/com.github.KRTirtho.Spotube.yml index e05b0b0..1d315fe 100644 --- a/com.github.KRTirtho.Spotube.yml +++ b/com.github.KRTirtho.Spotube.yml @@ -37,6 +37,7 @@ modules: - -Dintrospection=disabled - -Dgtk_doc=false - -Ddocbook_docs=disabled + - -Dman=false sources: - type: archive url: https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.7.tar.xz