Control: tags 1098014 + patch Control: tags 1098014 + pending Dear maintainer,
I've prepared an NMU for trayer (versioned as 1.1.8-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for trayer-1.1.8 trayer-1.1.8 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru trayer-1.1.8/debian/changelog trayer-1.1.8/debian/changelog --- trayer-1.1.8/debian/changelog 2022-10-15 10:35:44.000000000 +0300 +++ trayer-1.1.8/debian/changelog 2025-10-10 15:03:54.000000000 +0300 @@ -1,3 +1,10 @@ +trayer (1.1.8-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1098014) + + -- Adrian Bunk <[email protected]> Fri, 10 Oct 2025 15:03:54 +0300 + trayer (1.1.8-4) unstable; urgency=medium * New maintainer. (Closes: #996439) diff -Nru trayer-1.1.8/debian/patches/gcc-15.patch trayer-1.1.8/debian/patches/gcc-15.patch --- trayer-1.1.8/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ trayer-1.1.8/debian/patches/gcc-15.patch 2025-10-10 15:03:54.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1098014 + +--- trayer-1.1.8.orig/bg.h ++++ trayer-1.1.8/bg.h +@@ -9,7 +9,7 @@ + #include <glib.h> + #include <gdk-pixbuf/gdk-pixbuf.h> + +-void bg_init(); ++void bg_init(Display *dpyn); + void bg_rootbg_changed(); + GdkPixmap *bg_new_for_win(Window win); + void modify_drawable(GdkDrawable *base, GdkGC *gc, guint32 tintcolor, gint alpha); diff -Nru trayer-1.1.8/debian/patches/series trayer-1.1.8/debian/patches/series --- trayer-1.1.8/debian/patches/series 2022-10-15 10:35:44.000000000 +0300 +++ trayer-1.1.8/debian/patches/series 2025-10-10 15:03:54.000000000 +0300 @@ -1,2 +1,3 @@ manpage-fixes.diff manpage-fixes-debian-specific.diff +gcc-15.patch

