public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfce4-time-out-plugin] rawhide: Update to 1.2.0 + switch to meson build system + spec cleanup and modernization
@ 2026-08-13 21:54 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-13 21:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfce4-time-out-plugin
Branch : rawhide
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=rawhide
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
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 21:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 21:54 [rpms/xfce4-time-out-plugin] rawhide: Update to 1.2.0 + switch to meson build system + 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