Bug 2177077 - Mutter 44 no longer depends on gtk3
Summary: Mutter 44 no longer depends on gtk3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mutter
Version: 38
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Florian Müllner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-03-09 21:44 UTC by louisgtwo
Modified: 2023-08-24 06:23 UTC (History)
8 users (show)

Fixed In Version: mutter-45~alpha-6.fc39
Clone Of:
Environment:
Last Closed: 2023-08-24 06:23:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Fedora Package Sources mutter pull-request 32 0 None None None 2023-07-12 08:07:24 UTC

Description louisgtwo 2023-03-09 21:44:20 UTC
mutter 44 removed its dependency of gtk3. Stop building with a gtk3 dep.

Comment 1 Sandro Bonazzola 2023-07-07 15:09:05 UTC
(In reply to louisgtwo from comment #0)
> mutter 44 removed its dependency of gtk3. Stop building with a gtk3 dep.

Removing gtk3 dependency in the spec file results in gtk3 being pulled in only by mutter-tests sub-package.
During the build process gtk3 is still being pulled in by other mutter build dependencies
Test patch:

$ git diff -U0
diff --git a/mutter.spec b/mutter.spec
index 1fd5758..c23b938 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -2 +1,0 @@
-%global gtk3_version 3.19.8
@@ -90 +88,0 @@ Requires: gnome-settings-daemon
-Requires: gtk3%{?_isa} >= %{gtk3_version}

Comment 2 bilelmoussaoui 2023-07-07 15:49:40 UTC
Mutter still depends on gtk3 for it tests until https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3064 is merged and part of a new release.

Comment 3 Sandro Bonazzola 2023-07-12 08:07:24 UTC
Posted a PR on https://src.fedoraproject.org/rpms/mutter/pull-request/32

Comment 4 Sandro Bonazzola 2023-07-27 07:56:29 UTC
Included in f39 mass rebuild: mutter-45~alpha-6.fc39


Note You need to log in before you can comment on or make changes to this bug.