public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xedit] rawhide: switch from autotools to meson build system
Date: Fri, 10 Jul 2026 03:55:37 GMT [thread overview]
Message-ID: <178365573728.1.8687795612328774105.rpms-xedit-20bdfa1dd838@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xedit
Branch : rawhide
Commit : 20bdfa1dd838c1c69373e6f1db63d9f5033f5725
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-10T00:47:43-03:00
Stats : +7/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xedit/c/20bdfa1dd838c1c69373e6f1db63d9f5033f5725?branch=rawhide
Log:
switch from autotools to meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/xedit.spec b/xedit.spec
index c983511..96aad57 100644
--- a/xedit.spec
+++ b/xedit.spec
@@ -6,9 +6,10 @@ URL: https://xorg.freedesktop.org
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
Source1: %{name}.desktop
License: MIT AND BSD-3-Clause
-BuildRequires: gcc make
BuildRequires: desktop-file-utils
+BuildRequires: gcc
BuildRequires: libXaw-devel
+BuildRequires: meson
BuildRequires: xorg-x11-util-macros
Patch: xedit-hunspell.patch
Requires: xorg-x11-xbitmaps
@@ -30,16 +31,16 @@ cp lisp/README README.lisp
cp lisp/re/README README.re
%build
-%configure --with-lispdir=%{_datadir}/X11/%{name}
-%make_build
+%meson -Dlispdir=%{_datadir}/X11/%{name}
+%meson_build
%install
-%make_install
-install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
+%meson_install
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
-%make_build check
+%meson_test
%files
%license COPYING
reply other threads:[~2026-07-10 3:55 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=178365573728.1.8687795612328774105.rpms-xedit-20bdfa1dd838@fedoraproject.org \
--to=filiperosset@fedoraproject.org \
--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