Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Fedora Release Engineering
3b016b8619 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:09:22 +00:00
Fedora Release Engineering
92538958f6 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:36:13 +00:00
Fedora Release Engineering
6899aaa03c Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:46:14 +00:00
Mukundan Ragavan
5d1d091ee4 Update to v1.3.0; switch to meson 2025-06-01 18:27:19 -05:00
Fedora Release Engineering
a43889cd0e Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:42:06 +00:00
Mukundan Ragavan
7187dd0cc5 Update to v1.2.11 2024-12-25 09:59:52 -06:00
Mukundan Ragavan
a2298acedc rebuild for xfce-4.20 2024-12-22 16:08:08 -06:00
3 changed files with 13 additions and 15 deletions

2
.gitignore vendored
View file

@ -15,3 +15,5 @@ xfce4-cpugraph-plugin-0.4.0.tar.gz
/xfce4-cpugraph-plugin-1.2.7.tar.bz2
/xfce4-cpugraph-plugin-1.2.8.tar.bz2
/xfce4-cpugraph-plugin-1.2.10.tar.bz2
/xfce4-cpugraph-plugin-1.2.11.tar.bz2
/xfce4-cpugraph-plugin-1.3.0.tar.xz

View file

@ -1 +1 @@
SHA512 (xfce4-cpugraph-plugin-1.2.10.tar.bz2) = 414c2a5da9576d2ed1f5478a07ff5c51c45eaa0a8432a31b6fb2408b81f5ab4485e3b10486af26cf33a18d23e2dc3afe21bf88630e4db91adcfa3e0f80468cf3
SHA512 (xfce4-cpugraph-plugin-1.3.0.tar.xz) = aefb0f94b7a4a480ca5769bd09aed29404316562a70abcb243c538de8637062de2eb6defe424d1f2cd2555a49d5aae4393b623b4d65dca84f87b420d38da4443

View file

@ -1,11 +1,11 @@
# Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173658
%global _hardened_build 1
%global minorversion 1.2
%global minorversion 1.3
%global xfceversion 4.18
Name: xfce4-cpugraph-plugin
Version: 1.2.10
Version: 1.3.0
Release: %autorelease
Summary: CPU monitor for the Xfce panel
@ -13,14 +13,13 @@ Summary: CPU monitor for the Xfce panel
License: GPL-2.0-or-later
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-cpugraph-plugin
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
BuildRequires: make
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel
BuildRequires: xfce4-panel-devel
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: meson
Requires: xfce4-panel >= %{xfceversion}
%description
@ -34,27 +33,24 @@ colors and the size of the plugin are customizable.
%build
%configure
%make_build
%meson
%meson_build
%install
%make_install
# remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%meson_install
# make sure debuginfo is generated properly
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}
%check
make check
%meson_test
%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS
%doc AUTHORS NEWS
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop