public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfce4-whiskermenu-plugin] rawhide: switch from autotools to meson build system
@ 2026-07-31  4:30 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-31  4:30 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-07-31  4:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31  4:30 [rpms/xfce4-whiskermenu-plugin] rawhide: switch from autotools to meson build system Filipe Rosset

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