Accepting request 1165575 from X11:MATE:Factory
OBS-URL: https://build.opensuse.org/request/show/1165575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mate-system-monitor?expand=0&rev=25
This commit is contained in:
commit
c9682f60e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1eb5fb9b6cb4a8ad830b26e847a9bbd01d568aabd383c628ee9f08409b8928e7
|
||||
size 2513252
|
@ -1 +0,0 @@
|
||||
1eb5fb9b6cb4a8ad830b26e847a9bbd01d568aabd383c628ee9f08409b8928e7 mate-system-monitor-1.26.1.tar.xz
|
3
mate-system-monitor-1.28.1.tar.xz
Normal file
3
mate-system-monitor-1.28.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42d663d6b90fb5361ebc13f6547983d6f1e2ac75dc2ae4f1cac6ea6329965a25
|
||||
size 2521892
|
1
mate-system-monitor-1.28.1.tar.xz.sha256sum
Normal file
1
mate-system-monitor-1.28.1.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
||||
42d663d6b90fb5361ebc13f6547983d6f1e2ac75dc2ae4f1cac6ea6329965a25 mate-system-monitor-1.28.1.tar.xz
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Version: 1.26.1
|
||||
Version: 1.28.1
|
||||
Release: 0
|
||||
Summary: MATE Desktop system monitor
|
||||
License: GPL-2.0-or-later
|
||||
@ -32,6 +32,7 @@ Patch0: %{name}-xdgsu.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: mate-common >= %{_version}
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: update-desktop-files
|
||||
@ -46,6 +47,7 @@ BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libwnck-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: polkit
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
@ -61,19 +63,15 @@ resources such as CPU and memory.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 mate-autogen
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-scrollkeeper \
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
--enable-systemd
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%fdupes %{buildroot}%{_datadir}/
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user