public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/xfontsel] f43: Switch from autotools to meson build system
Date: Wed, 01 Jul 2026 10:48:44 GMT	[thread overview]
Message-ID: <178290292462.1.17991427409783299624.rpms-xfontsel-91719de9bf59@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xfontsel
Branch : f43
Commit : 91719de9bf59ffd81497c08e7f99144463474061
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-01T10:17:20+01:00
Stats  : +5/-11 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xfontsel/c/91719de9bf59ffd81497c08e7f99144463474061?branch=f43

Log:
Switch from autotools to meson build system

---
diff --git a/xfontsel.spec b/xfontsel.spec
index 30e0838..61eb559 100644
--- a/xfontsel.spec
+++ b/xfontsel.spec
@@ -74,19 +74,14 @@ Source1:        %{url}/pub/individual/app/xfontsel-%{version}.tar.xz.sig
 Source2:        xfontsel.gpg
 
 BuildRequires:  gpgverify
-
-BuildRequires:  autoconf
-BuildRequires:  automake
-
 BuildRequires:  gcc
-BuildRequires:  make
+BuildRequires:  meson
 
-# configure.ac: PKG_CHECK_MODULES/AC_SEARCH_LIBS
 BuildRequires:  gettext
+# meson.build: dependency(…)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xmu)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xproto) >= 7.0.17
 BuildRequires:  pkgconfig(xt)
 
@@ -102,16 +97,15 @@ Logical Font Description (“XLFD”) full name for a font.
 
 
 %conf
-autoreconf --force --install --verbose
-%configure
+%meson
 
 
 %build
-%make_build
+%meson_build
 
 
 %install
-%make_install
+%meson_install
 
 
 # Upstream provides no tests.

                 reply	other threads:[~2026-07-01 10:48 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=178290292462.1.17991427409783299624.rpms-xfontsel-91719de9bf59@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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