Skip to content

Commit

Permalink
[debian] rom-properties-gtk4: Depend on libromdata5, not libromdata2.
Browse files Browse the repository at this point in the history
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 2633df5)
  • Loading branch information
GerbilSoft committed Nov 12, 2024
1 parent 8831b1c commit 8fabf32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rom-properties (2.4-1ppa6~oracular4) oracular; urgency=medium

* rom-properties-gtk4: Depend on libromdata5, not libromdata2.

-- David Korth <[email protected]> Tue, 12 Nov 2024 18:36:49 -0500

rom-properties (2.4-1ppa6~oracular3) oracular; urgency=medium

* Actually enable KF6.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fabf32

Please sign in to comment.