public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfontsel] f43: Switch from autotools to meson build system
@ 2026-07-01 10:48 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01 10:48 UTC (permalink / raw)
To: git-commits
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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 10:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 10:48 [rpms/xfontsel] f43: 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