public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfce4-screenshooter] rawhide: Update to 1.11.3 + spec cleanup and modernization
@ 2026-08-01 17:23 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-01 17:23 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 17:23 [rpms/xfce4-screenshooter] rawhide: Update to 1.11.3 + spec cleanup and modernization Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox