1
0
Ana Guerrero 2024-04-09 14:46:56 +00:00 committed by Git OBS Bridge
commit c9682f60e5
6 changed files with 26 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1eb5fb9b6cb4a8ad830b26e847a9bbd01d568aabd383c628ee9f08409b8928e7
size 2513252

View File

@ -1 +0,0 @@
1eb5fb9b6cb4a8ad830b26e847a9bbd01d568aabd383c628ee9f08409b8928e7 mate-system-monitor-1.26.1.tar.xz

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42d663d6b90fb5361ebc13f6547983d6f1e2ac75dc2ae4f1cac6ea6329965a25
size 2521892

View File

@ -0,0 +1 @@
42d663d6b90fb5361ebc13f6547983d6f1e2ac75dc2ae4f1cac6ea6329965a25 mate-system-monitor-1.28.1.tar.xz

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 26 12:23:53 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 1.28.1
* Translations update
* build: do enable systemd by default (but don't force it)
* fix a warning in japanese translations
* fix a warning in turkish translation
* Fix translations in help not built
* Fix meson configuration failure on URL keyword
* Distribute Meson build system
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 17 13:12:56 UTC 2023 - Hillwood Yang <hillwood@opensuse.org> Fri Nov 17 13:12:56 UTC 2023 - Hillwood Yang <hillwood@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package mate-system-monitor # spec file for package mate-system-monitor
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,10 @@
# #
%define _version 1.26 %define _version 1.28
Name: mate-system-monitor Name: mate-system-monitor
Version: 1.26.1 Version: 1.28.1
Release: 0 Release: 0
Summary: MATE Desktop system monitor Summary: MATE Desktop system monitor
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -32,6 +32,7 @@ Patch0: %{name}-xdgsu.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: mate-common >= %{_version} BuildRequires: mate-common >= %{_version}
BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: polkit-devel BuildRequires: polkit-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -46,6 +47,7 @@ BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libwnck-3.0) BuildRequires: pkgconfig(libwnck-3.0)
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(systemd)
Requires: polkit Requires: polkit
%glib2_gsettings_schema_requires %glib2_gsettings_schema_requires
@ -61,19 +63,15 @@ resources such as CPU and memory.
%autosetup -p1 %autosetup -p1
%build %build
NOCONFIGURE=1 mate-autogen %meson
%configure \ %meson_build
--disable-static \
--disable-scrollkeeper \
--libexecdir=%{_libexecdir}/%{name} \
--enable-systemd
%make_build
%install %install
%make_install %meson_install
%find_lang %{name} %{?no_lang_C} %find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
%fdupes %{buildroot}%{_datadir}/ %fdupes %{buildroot}%{_datadir}
%files %files
%license COPYING %license COPYING