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-time-out-plugin] f45: Update to 1.2.0 + switch to meson build system + spec cleanup and modernization
Date: Thu, 13 Aug 2026 21:54:24 GMT [thread overview]
Message-ID: <178665806408.1.2645464739787333667.rpms-xfce4-time-out-plugin-bca598eafcb7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xfce4-time-out-plugin
Branch : f45
Commit : bca598eafcb7982630811fdf760751eb1d52af13
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T21:33:44-03:00
Stats : +26/-19 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xfce4-time-out-plugin/c/bca598eafcb7982630811fdf760751eb1d52af13?branch=f45
Log:
Update to 1.2.0 + switch to meson build system + spec cleanup and modernization
---
diff --git a/.gitignore b/.gitignore
index 9288cb6..66cfd73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xfce4-time-out-plugin-0.1.1.tar.bz2
/xfce4-time-out-plugin-1.1.2.tar.bz2
/xfce4-time-out-plugin-1.1.3.tar.bz2
/xfce4-time-out-plugin-1.1.4.tar.bz2
+/xfce4-time-out-plugin-1.2.0.tar.xz
diff --git a/sources b/sources
index 61f48fc..27ccb3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-time-out-plugin-1.1.4.tar.bz2) = c856caeff98170cb6461ead744377b13306dd5af60c8840679931ecba02861eaa929b63cc47bcc04ac115f7d88f711c9593dbbf60ceb6738b78f34c629ae06f0
+SHA512 (xfce4-time-out-plugin-1.2.0.tar.xz) = 47e29870e765b4369d1bcc2a45d9726b1f49553b7f57d1757489c5d060f2d1eb2b93c9b007d8a316550f48227dc1fb894f9a6cd6e5eb34e4e090f49826b6e251
diff --git a/xfce4-time-out-plugin.spec b/xfce4-time-out-plugin.spec
index 954c5d8..4934b3d 100644
--- a/xfce4-time-out-plugin.spec
+++ b/xfce4-time-out-plugin.spec
@@ -1,26 +1,27 @@
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=398111
+# VCS https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin
-%global minor_version 1.1
-%global xfceversion 4.16
+%global minor_version 1.2
+%global xfceversion 4.20
Name: xfce4-time-out-plugin
-Version: 1.1.4
+Version: 1.2.0
Release: %autorelease
Summary: Xfce panel plugin for taking breaks from the computer
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
-URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
-#VSC: git: git://git.xfce.org/panel-plugins/xfce4-time-out-plugin
-Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
+URL: https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/start
+Source0: https://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
-BuildRequires: make
BuildRequires: gcc-c++
+BuildRequires: gettext
+BuildRequires: git-core
+BuildRequires: libICE-devel
BuildRequires: libxfce4ui-devel >= %{xfceversion}
-BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: libxml2-devel
-BuildRequires: libICE-devel
-BuildRequires: gettext, intltool
+BuildRequires: meson
+BuildRequires: xfce4-panel-devel >= %{xfceversion}
+
Requires: xfce4-panel >= %{xfceversion}
%description
@@ -30,30 +31,35 @@ postpone breaks for a certain time.
%prep
-%setup -q
+%autosetup
%build
-%configure
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/libtime-out.so
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+# Rename non-standard hye locale to hy
+if [ -d %{buildroot}%{_datadir}/locale/hye ]; then
+ mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy
+fi
%find_lang %{name}
+
%files -f %{name}.lang
%license COPYING
-%doc AUTHORS ChangeLog NEWS
-%{_libdir}/xfce4/panel/plugins/
+%doc AUTHORS NEWS README.md
+%{_libdir}/xfce4/panel/plugins/libtime-out.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%changelog
%autochangelog
+
reply other threads:[~2026-08-13 21:54 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=178665806408.1.2645464739787333667.rpms-xfce4-time-out-plugin-bca598eafcb7@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