Control: tags 1129113 + patch Control: tags 1129113 + pending Dear maintainer,
I've prepared an NMU for gnome-commander (versioned as 1.18.5-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for gnome-commander-1.18.5 gnome-commander-1.18.5 changelog | 8 ++++++++ patches/series | 1 + patches/xpm.patch | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) diff -Nru gnome-commander-1.18.5/debian/changelog gnome-commander-1.18.5/debian/changelog --- gnome-commander-1.18.5/debian/changelog 2026-01-28 02:14:25.000000000 +0200 +++ gnome-commander-1.18.5/debian/changelog 2026-05-19 19:53:29.000000000 +0300 @@ -1,3 +1,11 @@ +gnome-commander (1.18.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove unnecessary build time check for xpm pixbuf loader. + (Closes: #1129113) + + -- Adrian Bunk <[email protected]> Tue, 19 May 2026 19:53:29 +0300 + gnome-commander (1.18.5-1) unstable; urgency=medium * New upstream release diff -Nru gnome-commander-1.18.5/debian/patches/series gnome-commander-1.18.5/debian/patches/series --- gnome-commander-1.18.5/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ gnome-commander-1.18.5/debian/patches/series 2026-05-19 19:53:29.000000000 +0300 @@ -0,0 +1 @@ +xpm.patch diff -Nru gnome-commander-1.18.5/debian/patches/xpm.patch gnome-commander-1.18.5/debian/patches/xpm.patch --- gnome-commander-1.18.5/debian/patches/xpm.patch 1970-01-01 02:00:00.000000000 +0200 +++ gnome-commander-1.18.5/debian/patches/xpm.patch 2026-05-19 19:53:29.000000000 +0300 @@ -0,0 +1,17 @@ +Description: Remove build time check for xpm pixbuf loader +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129113 + +--- gnome-commander-1.18.5.orig/meson.build ++++ gnome-commander-1.18.5/meson.build +@@ -100,10 +100,6 @@ common_deps = [ + glib, gmodule, gio, gobject, gtk + ] + +-# Require that gdk-pixbuf can load xpm files +-pixbuf_module_dir = pixbuf.get_variable(pkgconfig: 'gdk_pixbuf_moduledir') +-cpp.find_library('pixbufloader-xpm', dirs: pixbuf_module_dir, required: true) +- + if glib_2_70.found() + conf_data.set('GLIB_2_70', '@0@'.format(glib_2_70.found().to_int()), description : 'Define to 1 if you have glib >= 2.70') + endif

