Skip to content

Commit c4ef6b1

Browse files
authored
Merge pull request #1774 from rmartin16/opensuse-canberra
OpenSUSE packages depend on `libcanberra-gtk3-module`, not `libcanberra-gtk3-0`
2 parents 8db7c1c + 3c7831b commit c4ef6b1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changes/1774.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Packages created for OpenSUSE now depend on ``libcanberra-gtk3-module`` instead of ``libcanberra-gtk3-0``.

src/briefcase/bootstraps/toga.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def pyproject_table_linux_system_suse(self):
120120
# Needed to support Python bindings to GTK
121121
"gobject-introspection", "typelib(Gtk) = 3.0",
122122
# Dependencies that GTK looks for at runtime
123-
"libcanberra-gtk3-0",
123+
"libcanberra-gtk3-module",
124124
# Needed to provide WebKit2 at runtime
125125
# "libwebkit2gtk3", "typelib(WebKit2)",
126126
]

tests/commands/new/test_build_context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def main():
159159
# Needed to support Python bindings to GTK
160160
"gobject-introspection", "typelib(Gtk) = 3.0",
161161
# Dependencies that GTK looks for at runtime
162-
"libcanberra-gtk3-0",
162+
"libcanberra-gtk3-module",
163163
# Needed to provide WebKit2 at runtime
164164
# "libwebkit2gtk3", "typelib(WebKit2)",
165165
]
@@ -1104,7 +1104,7 @@ def main():
11041104
# Needed to support Python bindings to GTK
11051105
"gobject-introspection", "typelib(Gtk) = 3.0",
11061106
# Dependencies that GTK looks for at runtime
1107-
"libcanberra-gtk3-0",
1107+
"libcanberra-gtk3-module",
11081108
# Needed to provide WebKit2 at runtime
11091109
# "libwebkit2gtk3", "typelib(WebKit2)",
11101110
]

0 commit comments

Comments
 (0)