- Update to 1.12.0.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=17
This commit is contained in:
parent
6ba4949aad
commit
ca736c5728
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774
|
|
||||||
size 2129620
|
|
3
mate-system-monitor-1.12.0.tar.xz
Normal file
3
mate-system-monitor-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c995269e410466c586565bb03b2e7c3b9d6bde976c5f01f91f8fa0f03705156b
|
||||||
|
size 2097828
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 1.12.0:
|
||||||
|
* Support build with C++11.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 18:45:24 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 1.11.0:
|
||||||
|
* SysInfo: Add proper detection for Linux Mint and LMDE.
|
||||||
|
* SysInfo: Let distributions define custom side image.
|
||||||
|
* Interface: Add border to notebook.
|
||||||
|
* Retrieve strings directly from gschema (requires intltool
|
||||||
|
0.50.1).
|
||||||
|
* Add support for libsystemd (in addition to libsystemd-login).
|
||||||
|
* Drop useless dependency on mate-icon-theme.
|
||||||
|
* Drop C89 support.
|
||||||
|
* Update translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 13 21:12:12 UTC 2015 - sor.alexei@meowr.ru
|
Mon Jul 13 21:12:12 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -16,20 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _version 1.10
|
%define _version 1.12
|
||||||
Name: mate-system-monitor
|
Name: mate-system-monitor
|
||||||
Version: 1.10.1
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MATE Desktop system monitor
|
Summary: MATE Desktop system monitor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Url: http://mate-desktop.org
|
Url: http://mate-desktop.org/
|
||||||
Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libgnomesu-devel
|
BuildRequires: libgnomesu-devel
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
BuildRequires: mate-common >= 1.9.0
|
BuildRequires: mate-common >= %{_version}
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
@ -41,8 +41,7 @@ BuildRequires: pkgconfig(libgtop-2.0)
|
|||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(libwnck-1.0)
|
BuildRequires: pkgconfig(libwnck-1.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(mate-icon-theme)
|
Recommends: %{name}-lang
|
||||||
Recommends: %{name}-lang = %{version}
|
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,8 +58,8 @@ resources such as CPU and memory.
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--libexecdir=%{_libexecdir}/%{name} \
|
--disable-scrollkeeper \
|
||||||
--disable-scrollkeeper
|
--libexecdir=%{_libexecdir}/%{name}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user