public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xsetroot] rawhide: update to 1.1.4, move from autotools to meson build system
@ 2026-07-23 2:03 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-23 2:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xsetroot
Branch : rawhide
Commit : cadae9eb5f877090e4d78d873a5d21ac5f52e77d
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-22T23:01:16-03:00
Stats : +16/-13 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xsetroot/c/cadae9eb5f877090e4d78d873a5d21ac5f52e77d?branch=rawhide
Log:
update to 1.1.4, move from autotools to meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 36edd4a..0b68a42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
/xsetroot-*.tar.bz2
/xsetroot-1.1.3.tar.xz
/xsetroot-1.1.3.tar.xz.sig
+/xsetroot-1.1.4.tar.xz
+/xsetroot-1.1.4.tar.xz.sig
diff --git a/sources b/sources
index e887a0a..91243b3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (xsetroot-1.1.3.tar.xz) = f333d1bfd92bb943044da36331ae2cf68a811c8f3891719d9ebc1749e2dd0c67068f86face0794c3c4ae584c4dd189bad4998dccb38fe1ac37a8921e5713e7c0
-SHA512 (xsetroot-1.1.3.tar.xz.sig) = fd51006aed13654351cbd76aca26770cb8362bf0ce77632c84a4106118caf1bebd420bc8e3f222eaa0ffab62ba090bdcdb55950c5ccc019641b03bfb85162f40
+SHA512 (xsetroot-1.1.4.tar.xz) = 76f2ba25e7e312337cf28013470b814b9db0aa67777d8463b360177e374ef1195af867e85cccb848694466de7d7e9804dcd905c59c87a5d25aff72386e163573
+SHA512 (xsetroot-1.1.4.tar.xz.sig) = b196063f4ecca71f794e0e3158a1e091c74cbb00369d0acde30fb24268bd497b7dbf629e4bc6e7d53b955b9e9a7c2290e8d30cd11b9c0dd22283d9ed6376b97f
diff --git a/xsetroot.spec b/xsetroot.spec
index 1e4376a..4b10ebb 100644
--- a/xsetroot.spec
+++ b/xsetroot.spec
@@ -1,18 +1,17 @@
Name: xsetroot
-Version: 1.1.3
+Version: 1.1.4
Release: %autorelease
Summary: Root window parameter setting utility for X
License: MIT-open-group
URL: https://www.x.org
-Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
-BuildRequires: automake libtool
-BuildRequires: gcc make
+Source: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+BuildRequires: gcc
+BuildRequires: meson >= 1.1.0
BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xbitmaps)
BuildRequires: pkgconfig(xcursor)
-BuildRequires: pkgconfig(xorg-macros) >= 1.8
-Obsoletes: xorg-x11-server-utils < 7.7-40
+BuildRequires: pkgconfig(xmuu)
+BuildRequires: pkgconfig(xproto) >= 7.0.25
%description
The xsetroot program allows you to tailor the appearance of the background
@@ -22,12 +21,14 @@ window of an X server.
%autosetup
%build
-autoreconf -v --install
-%configure --disable-silent-rules
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
+
+%check
+%meson_test
%files
%license COPYING
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-23 2:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 2:03 [rpms/xsetroot] rawhide: update to 1.1.4, move 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