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/xmodmap] rawhide: switch from autotools to meson build system
Date: Thu, 23 Jul 2026 01:01:47 GMT	[thread overview]
Message-ID: <178476850749.1.7787489504666020759.rpms-xmodmap-fb7803313992@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xmodmap
            Branch : rawhide
            Commit : fb7803313992f75fab87548561dec12bdd2d1e28
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-21T02:22:48-03:00
            Stats  : +5/-9 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/xmodmap/c/fb7803313992f75fab87548561dec12bdd2d1e28?branch=rawhide

            Log:
            switch from autotools to meson build system

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/xmodmap.spec b/xmodmap.spec
index c4ff3f4..f1361a1 100644
--- a/xmodmap.spec
+++ b/xmodmap.spec
@@ -9,13 +9,10 @@ Source0:    https://xorg.freedesktop.org/archive/individual/app/%{name}-%{versio
 Source1:    https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz.sig
 Source2:    gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
 
-BuildRequires:  automake
 BuildRequires:  gcc
 BuildRequires:  gnupg2
-BuildRequires:  libtool
-BuildRequires:  make
+BuildRequires:  meson
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
 %description
 The xmodmap program is used to edit and display the keyboard modifier
@@ -27,15 +24,14 @@ event keycodes into keysyms.
 %autosetup
 
 %build
-autoreconf -v --install
-%configure --disable-silent-rules
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %check
-%make_build check
+%meson_test
 
 %files
 %license COPYING

                 reply	other threads:[~2026-07-23  1:01 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=178476850749.1.7787489504666020759.rpms-xmodmap-fb7803313992@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