public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Add missing runtime deps for 'nemo-action-layout-editor'
@ 2026-07-25 17:59 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:59 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/nemo
            Branch : rawhide
            Commit : 704d9f472942392bbcd4218ed13c04c3586ee100
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T16:00:08+02:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/nemo/c/704d9f472942392bbcd4218ed13c04c3586ee100?branch=rawhide

            Log:
            Add missing runtime deps for 'nemo-action-layout-editor'

The layout editor script imports:
  'nemo_action_layout_editor.py' line 2: import gi
  'nemo_action_layout_editor.py' line 5: gi.require_version('Xmlb', '2.0')
  'nemo_action_layout_editor.py' line 6: from gi.repository import ... Xmlb
  'nemo_action_layout_editor.py' line 7: import cairo
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/action-layout-editor/nemo_action_layout_editor.py#L2-L7

Add the corresponding runtime Requires to the main nemo package:
- 'libxmlb' (provides Xmlb-2.0 typelib)
- 'python3-cairo' (provides the cairo module)
- 'python3-gobject' (provides gi.repository with Gtk support)

Linux Mint 'debian/control' line 124 declares 'gir1.2-xmlb-2.0' on
'nemo-data' but does not explicitly list 'python3-gi' or 'python3-gi-cairo'.
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/debian/control#L124

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/nemo.spec b/nemo.spec
index fd95e3f..6b2976a 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -15,6 +15,10 @@ Requires:       redhat-menus
 Requires:       gvfs-fuse%{?_isa}
 Requires:       gvfs-goa%{?_isa}
 Requires:       xapps%{?_isa} >= 2.2.0
+# required by nemo-action-layout-editor
+Requires:       libxmlb%{?_isa}
+Requires:       python3-cairo
+Requires:       python3-gobject
 # required for for gtk-stock fallback
 Recommends:     xapp-symbolic-icons
 Recommends:     cinnamon-translations >= 6.7.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:59 [rpms/nemo] rawhide: Add missing runtime deps for 'nemo-action-layout-editor' Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox