public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/homebank] f44: Convert BuildRequires to pkgconfig style
@ 2026-05-30 22:19 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-05-30 22:19 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/homebank
            Branch : f44
            Commit : 5eb67a076f9d86e13576b350c67a6b59b3fb2849
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-03-12T21:52:17-03:00
            Stats  : +5/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/homebank/c/5eb67a076f9d86e13576b350c67a6b59b3fb2849?branch=f44

            Log:
            Convert BuildRequires to pkgconfig style

- Use pkgconfig() for atk, cairo, gtk+-3.0, libofx, and libsoup-3.0

---
diff --git a/homebank.spec b/homebank.spec
index 60480ef..81718b5 100644
--- a/homebank.spec
+++ b/homebank.spec
@@ -5,18 +5,18 @@ Summary:        Free easy personal accounting for all
 License:        GPL-2.0-or-later
 URL:            https://gethomebank.org/
 Source:          https://gethomebank.org/public/sources/%{name}-%{version}.tar.gz
-BuildRequires:  atk-devel
-BuildRequires:  cairo-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc
 BuildRequires:  gettext
-BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libappstream-glib
-BuildRequires:  libofx-devel
-BuildRequires:  libsoup3-devel
 BuildRequires:  make
 BuildRequires:  perl(XML::Parser)
+BuildRequires:  pkgconfig(atk)
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libofx)
+BuildRequires:  pkgconfig(libsoup-3.0)
 
 %description
 HomeBank is the free software you have always wanted to manage your personal

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

only message in thread, other threads:[~2026-05-30 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 22:19 [rpms/homebank] f44: Convert BuildRequires to pkgconfig style Filipe Rosset

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