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-screenshooter] rawhide: Update to 1.11.3 + spec cleanup and modernization
Date: Sat, 01 Aug 2026 17:23:25 GMT [thread overview]
Message-ID: <178560500576.1.10550036642259863241.rpms-xfce4-screenshooter-f372e0985568@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xfce4-screenshooter
Branch : rawhide
Commit : f372e0985568883db771dbe8bc1772c4b45cda0f
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T01:46:24-03:00
Stats : +13/-13 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xfce4-screenshooter/c/f372e0985568883db771dbe8bc1772c4b45cda0f?branch=rawhide
Log:
Update to 1.11.3 + spec cleanup and modernization
switch from autotools to meson build system
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index 3850b69..1c89c6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/xfce4-screenshooter-*.tar.bz2
/xfce4-screenshooter-1.11.2.tar.xz
+/xfce4-screenshooter-1.11.3.tar.xz
diff --git a/sources b/sources
index 9a5a54a..5c4e5eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-screenshooter-1.11.2.tar.xz) = 99744a996ce11b8477a850b99e6c376b10fd975635f7cbec2d910009ce9f30b4db8828cc97e9e579b72b75bc9b93a0c6a3b9ee50dcab0d0fff74059fa035fe4f
+SHA512 (xfce4-screenshooter-1.11.3.tar.xz) = 1f2cf3d2631644f3f5fd847fea3622e4e35690d2265a2dfd6abd0b6f84f83995600c0e89925fe170b2e026922914f843c81e74d8c25752925e7e750af38132a0
diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec
index 189a70f..fe74ea2 100644
--- a/xfce4-screenshooter.spec
+++ b/xfce4-screenshooter.spec
@@ -3,10 +3,10 @@
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202
%global minorversion 1.11
-%global xfceversion 4.16
+%global xfceversion 4.20
Name: xfce4-screenshooter
-Version: 1.11.2
+Version: 1.11.3
Release: %autorelease
Summary: Screenshot utility for the Xfce desktop
@@ -15,18 +15,17 @@ License: GPL-2.0-or-later
URL: http://goodies.xfce.org/projects/applications/%{name}
Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
-BuildRequires: make
-BuildRequires: gcc-c++
+BuildRequires: desktop-file-utils
BuildRequires: exo-devel
-BuildRequires: libxfce4ui-devel >= %{xfceversion}
-BuildRequires: xfce4-panel-devel >= %{xfceversion}
-BuildRequires: libsoup-devel >= 2.26.0
+BuildRequires: gcc
+BuildRequires: gtk-layer-shell-devel
BuildRequires: libXext-devel >= 1.0.0
BuildRequires: libXfixes-devel >= 4.0.0
-BuildRequires: meson
-BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
+BuildRequires: libxfce4ui-devel >= %{xfceversion}
+BuildRequires: meson
BuildRequires: wayland-protocols-devel
+BuildRequires: xfce4-panel-devel >= %{xfceversion}
%description
The Xfce Screenshooter utility allows you to capture the entire screen, the
@@ -37,8 +36,8 @@ application.
%package plugin
Summary: Screenshot utility for the Xfce panel
-Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: xfce4-panel >= %{xfceversion}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description plugin
The Xfce Screenshooter plugin allows you to take screenshots from the Xfce
@@ -59,8 +58,8 @@ echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in
%install
%meson_install
-# remove la file
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+# Remove non-standard hye locale to prevent invalid-lc-messages-dir rpmlint error
+rm -rf %{buildroot}%{_datadir}/locale/hye
%find_lang %{name}
reply other threads:[~2026-08-01 17:23 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=178560500576.1.10550036642259863241.rpms-xfce4-screenshooter-f372e0985568@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