public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flameshot] f44: Skip grim dependency in flatpaks
@ 2026-07-15 23:36 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-15 23:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/flameshot
            Branch : f44
            Commit : 57f539a05d46085f66fecdf7f8ed5466092c7a8a
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-24T16:37:56-04:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/flameshot/c/57f539a05d46085f66fecdf7f8ed5466092c7a8a?branch=f44

            Log:
            Skip grim dependency in flatpaks

We need to rely on the portal support when run as a flatpak.

[skip changelog]

---
diff --git a/flameshot.spec b/flameshot.spec
index a61e333..80c622e 100644
--- a/flameshot.spec
+++ b/flameshot.spec
@@ -45,7 +45,9 @@ BuildRequires: gcc-c++
 BuildRequires: libappstream-glib
 BuildRequires: ninja-build
 
+%if %{undefined flatpak}
 Requires: grim
+%endif
 Requires: hicolor-icon-theme
 Requires: qt6-qtsvg%{?_isa}
 

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

only message in thread, other threads:[~2026-07-15 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 23:36 [rpms/flameshot] f44: Skip grim dependency in flatpaks Yaakov Selkowitz

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