public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/nemo] rawhide: Add missing runtime deps for 'nemo-action-layout-editor'
Date: Sat, 25 Jul 2026 17:59:42 GMT	[thread overview]
Message-ID: <178500238282.1.7466171765786571947.rpms-nemo-704d9f472942@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-25 17:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178500238282.1.7466171765786571947.rpms-nemo-704d9f472942@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox