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/cinnamon-desktop] rawhide: Add missing BuildRequires: 'pkgconfig(libpulse-mainloop-glib)'
Date: Sat, 25 Jul 2026 17:46:23 GMT	[thread overview]
Message-ID: <178500158300.1.12387633218184610135.rpms-cinnamon-desktop-186795e53a3e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/cinnamon-desktop
            Branch : rawhide
            Commit : 186795e53a3ef3b501cdbc81961148025a9b23dc
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T15:56:04+02:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-desktop/c/186795e53a3ef3b501cdbc81961148025a9b23dc?branch=rawhide

            Log:
            Add missing BuildRequires: 'pkgconfig(libpulse-mainloop-glib)'

'libcvc/meson.build' line 26: dependency('libpulse-mainloop-glib')
https://github.com/linuxmint/cinnamon-desktop/blob/6.7.2-unstable/libcvc/meson.build#L26

The spec only had 'pkgconfig(libpulse)'. In practice both .pc files
ship in the same RPM ('pulseaudio-libs-devel'), so the build never
broke, but the spec should declare what the build system actually
requires.

'libcvc/meson.build' lines 22-27: full cvc_deps block
https://github.com/linuxmint/cinnamon-desktop/blob/6.7.2-unstable/libcvc/meson.build#L22-L27

LM's 'debian/control' line 16 lists only 'libpulse-dev', which bundles
both .pc files in Debian -- no divergence, just different packaging
granularity:
https://github.com/linuxmint/cinnamon-desktop/blob/6.7.2-unstable/debian/control#L16

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

---
diff --git a/cinnamon-desktop.spec b/cinnamon-desktop.spec
index f63314b..99295f5 100644
--- a/cinnamon-desktop.spec
+++ b/cinnamon-desktop.spec
@@ -33,6 +33,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
 BuildRequires: pkgconfig(iso-codes)
 BuildRequires: pkgconfig(fontconfig)
 BuildRequires: pkgconfig(libpulse)
+BuildRequires: pkgconfig(libpulse-mainloop-glib)
 BuildRequires: pkgconfig(libseccomp)
 BuildRequires: pkgconfig(libsystemd)
 BuildRequires: pkgconfig(udev)

                 reply	other threads:[~2026-07-25 17:46 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=178500158300.1.12387633218184610135.rpms-cinnamon-desktop-186795e53a3e@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