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/cjs] rawhide: Add missing BuildRequires: 'pkgconfig(cairo)' and 'pkgconfig(libffi)'
Date: Sat, 25 Jul 2026 23:18:53 GMT [thread overview]
Message-ID: <178502153318.1.10659056089721281125.rpms-cjs-554079ca2c5d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cjs
Branch : rawhide
Commit : 554079ca2c5d758a9340d52576c841dd67b82828
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-26T00:50:11+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cjs/c/554079ca2c5d758a9340d52576c841dd67b82828?branch=rawhide
Log:
Add missing BuildRequires: 'pkgconfig(cairo)' and 'pkgconfig(libffi)'
Both are explicitly checked by 'meson.build' lines 172-173:
ffi = dependency('libffi', fallback: ['libffi', 'ffi_dep'])
cairo = dependency('cairo', fallback: ['cairo', 'libcairo_dep'])
https://github.com/linuxmint/cjs/blob/140.0/meson.build#L172-L173
The spec already had 'pkgconfig(cairo-gobject)' but not plain
'pkgconfig(cairo)'. Without explicit BuildRequires, both
dependencies are satisfied only transitively.
Linux Mint 'debian/control' lines 13-14 list both 'libcairo2-dev' and
'libffi-dev' explicitly.
https://github.com/linuxmint/cjs/blob/140.0/debian/control#L13-L14
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cjs.spec b/cjs.spec
index 1d47f33..91c5366 100644
--- a/cjs.spec
+++ b/cjs.spec
@@ -17,11 +17,13 @@ ExcludeArch: %{ix86}
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: meson
+BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cairo-gobject)
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(girepository-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
+BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(mozjs-140) >= %{mozjs140_version}
BuildRequires: pkgconfig(readline)
BuildRequires: pkgconfig(sysprof-capture-4)
reply other threads:[~2026-07-25 23:18 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=178502153318.1.10659056089721281125.rpms-cjs-554079ca2c5d@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