- Update to version 1.18.0.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=24
This commit is contained in:
parent
da27856431
commit
c21e8d502f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abbbfeba699f73a6eacb7545927693daba4fb6203a75170a93df4842cacd9fe1
|
||||
size 2120984
|
3
mate-system-monitor-1.18.0.tar.xz
Normal file
3
mate-system-monitor-1.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:887c0d91fa866af75cc066591fcd521107976f123784b1b887535a4709cd9bf1
|
||||
size 2133484
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 10:11:47 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 1.18.0:
|
||||
* NEWS: Use consistent, project wide, markdown-like formatting to
|
||||
make generating release announcements easier.
|
||||
* Add pkexec support for using kill and renice on other users
|
||||
processes, and try using it before trying gksu.
|
||||
* Fix some GTK+ deprecations.
|
||||
* Update translations.
|
||||
- Require polkit instead of xdg-utils but keep
|
||||
mate-system-monitor-xdgsu.patch just in case.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 20:50:25 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mate-system-monitor
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _version 1.16
|
||||
%define _version 1.18
|
||||
Name: mate-system-monitor
|
||||
Version: 1.16.0
|
||||
Version: 1.18.0
|
||||
Release: 0
|
||||
Summary: MATE Desktop system monitor
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/Other
|
||||
Url: http://mate-desktop.org/
|
||||
Url: https://mate-desktop.org/
|
||||
Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE mate-system-monitor-xdgsu.patch sor.alexei@meowr.ru -- Use xdg-su instead of gksu.
|
||||
Patch0: %{name}-xdgsu.patch
|
||||
@ -32,6 +32,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: mate-common >= %{_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: polkit
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
@ -44,7 +45,7 @@ BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libwnck-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Requires: xdg-utils
|
||||
Requires: polkit
|
||||
Recommends: %{name}-lang
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
@ -67,7 +68,7 @@ NOCONFIGURE=1 mate-autogen
|
||||
--disable-scrollkeeper \
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
--enable-systemd
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -88,7 +89,9 @@ make %{?_smp_mflags}
|
||||
%doc AUTHORS COPYING NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_libexecdir}/mate-system-monitor/
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/polkit-1/actions/*%{name}.policy
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}/
|
||||
%dir %{_datadir}/appdata/
|
||||
|
Loading…
x
Reference in New Issue
Block a user