From 8fabf3230a34b631f3dba2d5a2e311f53d21e979 Mon Sep 17 00:00:00 2001 From: David Korth Date: Tue, 12 Nov 2024 18:15:46 -0500 Subject: [PATCH] [debian] rom-properties-gtk4: Depend on libromdata5, not libromdata2. This was apparently broken in all builds of rom-properties starting with v2.2 for Ubuntu 23.04 and later. Fixes #426: Ubuntu 24.04 ppa lib error Reported by @Blad3forc3. (cherry picked from commit 2633df5bd9a5994b245c2c9462fd0ead1c953bbe) --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b339bb04..de7aeb619 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rom-properties (2.4-1ppa6~oracular4) oracular; urgency=medium + + * rom-properties-gtk4: Depend on libromdata5, not libromdata2. + + -- David Korth Tue, 12 Nov 2024 18:36:49 -0500 + rom-properties (2.4-1ppa6~oracular3) oracular; urgency=medium * Actually enable KF6. diff --git a/debian/control b/debian/control index 20e4ac19e..f548a4abd 100644 --- a/debian/control +++ b/debian/control @@ -123,7 +123,7 @@ Description: ROM Properties Page shell extension Package: rom-properties-gtk4 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata2, rom-properties-utils, rom-properties-xdg +Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata5, rom-properties-utils, rom-properties-xdg Recommends: rom-properties-lang Conflicts: rom-properties-gnome, rom-properties-mate, rom-properties-cinnamon, rom-properties-gtk3-common Replaces: rom-properties-gnome, rom-properties-mate, rom-properties-cinnamon, rom-properties-gtk3-common