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/xsetroot] rawhide: update to 1.1.4, move from autotools to meson build system
Date: Thu, 23 Jul 2026 02:03:55 GMT	[thread overview]
Message-ID: <178477223577.1.12401060021116257141.rpms-xsetroot-cadae9eb5f87@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-23  2:03 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=178477223577.1.12401060021116257141.rpms-xsetroot-cadae9eb5f87@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