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-verve-plugin] rawhide: Update to 2.1.0 + switch to meson build system + spec cleanup and modernization
Date: Sat, 01 Aug 2026 17:27:34 GMT [thread overview]
Message-ID: <178560525431.1.14534395090980445131.rpms-xfce4-verve-plugin-e36c622a186e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xfce4-verve-plugin
Branch : rawhide
Commit : e36c622a186ed48f2df64102e8f38b2620c51e1e
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T22:20:57-03:00
Stats : +35/-42 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xfce4-verve-plugin/c/e36c622a186ed48f2df64102e8f38b2620c51e1e?branch=rawhide
Log:
Update to 2.1.0 + switch to meson build system + spec cleanup and modernization
---
diff --git a/.gitignore b/.gitignore
index acc9a23..1124f6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,2 @@
-xfce4-verve-plugin-0.3.6.tar.bz2
-/xfce4-verve-plugin-1.0.0.tar.bz2
-/xfce4-verve-plugin-1.0.1.tar.bz2
-/xfce4-verve-plugin-1.1.0.tar.bz2
-/xfce4-verve-plugin-1.1.1.tar.bz2
-/xfce4-verve-plugin-2.0.0.tar.bz2
-/xfce4-verve-plugin-2.0.1.tar.bz2
-/xfce4-verve-plugin-2.0.3.tar.bz2
-/xfce4-verve-plugin-2.0.4.tar.bz2
+/xfce4-verve-plugin-*.tar.bz2
+/xfce4-verve-plugin-*.tar.xz
diff --git a/sources b/sources
index 27d222e..a0550ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-verve-plugin-2.0.4.tar.bz2) = bca7613c4a6d5f6f083ee9ba480f9484e8c13dee0ae71740e980e3a358b5203b158086a8a71fb4a8bca698db719af4f445aaf31f75c56f58560f23fab1da181d
+SHA512 (xfce4-verve-plugin-2.1.0.tar.xz) = 8881c392c24b7ba297c6d39198b2d6b30a4e6c5bd853a4f8f72e464b0f948481689c4b559f90558a4e043acfdb7de1013edd4e72a3a292183f8dbf1460ca3919
diff --git a/xfce4-verve-plugin.spec b/xfce4-verve-plugin.spec
index b9a3020..9dc0e84 100644
--- a/xfce4-verve-plugin.spec
+++ b/xfce4-verve-plugin.spec
@@ -1,31 +1,26 @@
# Review at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238348
-%global _hardened_build 1
-%global minor_version 2.0
-
-Name: xfce4-verve-plugin
-Version: 2.0.4
-Release: %autorelease
-Summary: Comfortable command line plugin for the Xfce panel
-
-# 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}
-Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
-
-BuildRequires: make
-BuildRequires: gcc-c++
-BuildRequires: xfce4-panel-devel
-BuildRequires: libxfce4ui-devel
-BuildRequires: exo-devel >= 0.5.0
-BuildRequires: pcre2-devel >= 10.0
-BuildRequires: libxml2-devel, gettext, intltool, perl(XML::Parser)
-
-Requires: xfce4-panel
-Provides: verve-plugin = %{version}
-# Retire xfce4-minicmd-plugin
-Provides: xfce4-minicmd-plugin = 0.4-9
-Obsoletes: xfce4-minicmd-plugin =< 0.4-8.fc9
+# VCS https://gitlab.xfce.org/panel-plugins/xfce4-verve-plugin
+%global minor_version 2.1
+Name: xfce4-verve-plugin
+Version: 2.1.0
+Release: %autorelease
+Summary: Comfortable command line plugin for the Xfce panel
+
+License: GPL-2.0-or-later
+URL: https://docs.xfce.org/panel-plugins/xfce4-verve-plugin/start
+Source0: https://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
+
+BuildRequires: gcc
+BuildRequires: gettext
+BuildRequires: libxfce4ui-devel
+BuildRequires: libxfce4util-devel
+BuildRequires: meson
+BuildRequires: pcre2-devel >= 10.0
+BuildRequires: xfce4-panel-devel
+
+Requires: xfce4-panel
+Provides: verve-plugin = %{version}
%description
This plugin is like the (quite old) xfce4-minicmd-plugin, except that it ships
@@ -36,24 +31,29 @@ more cool features, such as:
* Focus grabbing via D-BUS (so you can bind a shortcut to it)
* Custom input field width
-
%prep
%autosetup
%build
-%configure --disable-static --enable-dbus
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
+
+# Rename non-standard hye locale to hy
+if [ -d %{buildroot}%{_datadir}/locale/hye ]; then
+ mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy
+fi
-rm -f %{buildroot}/%{_libdir}/xfce4/panel/plugins/libverve.la
%find_lang %{name}
+%check
+%meson_test
%files -f %{name}.lang
%license COPYING
-%doc AUTHORS ChangeLog THANKS
+%doc AUTHORS NEWS README.md THANKS
%{_libdir}/xfce4/panel/plugins/libverve.so
%{_datadir}/xfce4/panel/plugins/*.desktop
reply other threads:[~2026-08-01 17:27 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=178560525431.1.14534395090980445131.rpms-xfce4-verve-plugin-e36c622a186e@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