public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfontsel] f44: Switch from autotools to meson build system
@ 2026-07-01  9:52 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01  9:52 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xfontsel
Branch : f44
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=f44

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.

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

only message in thread, other threads:[~2026-07-01  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01  9:52 [rpms/xfontsel] f44: Switch from autotools to meson build system Benjamin A. Beasley

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