OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=19
This commit is contained in:
parent
b7e66a42d8
commit
62af33d6f0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:30:48 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Build with systemd support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 10:20:18 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
@ -9,7 +14,6 @@ Mon Nov 30 10:20:18 UTC 2015 - sor.alexei@meowr.ru
|
||||
* Disks: set minimum width for device column (fixes crash when
|
||||
resizing it to zero with recent Gtk3 versions).
|
||||
* Some fixes and adjustments.
|
||||
- Build with logind support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mate-system-monitor
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -64,7 +64,8 @@ resources such as CPU and memory.
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-scrollkeeper \
|
||||
--libexecdir=%{_libexecdir}/%{name}
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
--enable-systemd
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user