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/xfce4-whiskermenu-plugin] rawhide: switch from autotools to meson build system
Date: Fri, 31 Jul 2026 04:30:57 GMT	[thread overview]
Message-ID: <178547225722.1.13113157062785414282.rpms-xfce4-whiskermenu-plugin-797bff427a5e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xfce4-whiskermenu-plugin
            Branch : rawhide
            Commit : 797bff427a5e6a76953066047a1c04dcb2b39029
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T01:30:15-03:00
            Stats  : +5/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfce4-whiskermenu-plugin/c/797bff427a5e6a76953066047a1c04dcb2b39029?branch=rawhide

            Log:
            switch from autotools to meson build system

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

---
diff --git a/xfce4-whiskermenu-plugin.spec b/xfce4-whiskermenu-plugin.spec
index 192b072..83578f0 100644
--- a/xfce4-whiskermenu-plugin.spec
+++ b/xfce4-whiskermenu-plugin.spec
@@ -10,7 +10,6 @@ Source0:	https://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{na
 ExcludeArch:	%{ix86}
 
 BuildRequires:	accountsservice-devel
-BuildRequires:	cmake
 BuildRequires:	exo-devel
 BuildRequires:	garcon-devel
 BuildRequires:	gcc-c++
@@ -18,7 +17,9 @@ BuildRequires:	gettext
 BuildRequires:	gtk-layer-shell-devel
 BuildRequires:	libxfce4ui-devel
 BuildRequires:	libxfce4util-devel
+BuildRequires:	meson
 BuildRequires:	xfce4-panel-devel
+BuildRequires:	xfconf-devel
 
 Requires:	xfce4-panel
 
@@ -34,11 +35,11 @@ that you have launched from it.
 %autosetup
 
 %build
-%cmake
-%cmake_build
+%meson
+%meson_build
 
 %install
-%cmake_install
+%meson_install
 %find_lang %{name}
 
 %check

                 reply	other threads:[~2026-07-31  4:30 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=178547225722.1.13113157062785414282.rpms-xfce4-whiskermenu-plugin-797bff427a5e@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