Control: tags -1 + patch

On Mon, 12 Jun 2023 at 11:23:07 +0100, Simon McVittie wrote:
> plank's build-dependency was switched to libgdk-pixbuf-2.0-dev in 2020, but
> libplank-dev still Depends on libgdk-pixbuf2.0-dev. Assuming it doesn't
> need the legacy libgdk-pixbuf-xlib-2.0-dev, please switch that dependency
> to libgdk-pixbuf-2.0-dev.

Please consider the attached patch, also available from
<https://salsa.debian.org/smcv/plank/-/tree/split-gdk-pixbuf>.
I've confirmed that the single reverse dependency (budgie-extras) still
builds successfully with this change.

    smcv
>From 8781488e95a208b0fc577a81ec639e8f001c508f Mon Sep 17 00:00:00 2001
From: Simon McVittie <s...@debian.org>
Date: Tue, 11 Jul 2023 09:38:36 +0100
Subject: [PATCH] d/control: Replace transitional libgdk-pixbuf2.0-dev
 dependency

Since Debian 11, libgdk-pixbuf2.0-dev is a deprecated transitional
package that pulls in headers for both gdk-pixbuf (maintained) and
gdk-pixbuf-xlib (obsolete). libplank only needs gdk-pixbuf.

Closes: #1037366
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 89a258d..a39356e 100644
--- a/debian/control
+++ b/debian/control
@@ -69,7 +69,7 @@ Section: libdevel
 Depends: libplank1 (= ${binary:Version}),
          libbamf3-dev (>= 0.2.92),
          libcairo2-dev (>= 1.10.0),
-         libgdk-pixbuf2.0-dev (>= 2.26.0),
+         libgdk-pixbuf-2.0-dev (>= 2.26.0),
          libgee-0.8-dev,
          libglib2.0-dev (>= 2.40.0),
          libgtk-3-dev (>= 3.10.0),
-- 
2.40.1

Reply via email to