public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/homebank] f44: Convert BuildRequires to pkgconfig style
Date: Sat, 30 May 2026 22:19:34 GMT [thread overview]
Message-ID: <178017957441.1.955895505884118116.rpms-homebank-5eb67a076f9d@fedoraproject.org> (raw)
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
reply other threads:[~2026-05-30 22:19 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=178017957441.1.955895505884118116.rpms-homebank-5eb67a076f9d@fedoraproject.org \
--to=rosset.filipe@gmail.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