- Update to version 1.5.1
+ fix gsettings key names + gsettings schema translatable + add missing semi-colon to desktop file + fix first 5 original cpu colors + minor other fixes - Remove mate-system-monitor-1.5.0-fix_desktop_file.patch, upstreamed OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=4
This commit is contained in:
parent
3aaaede569
commit
e7048d9fe1
@ -1,25 +0,0 @@
|
||||
From 6d06a224d764c5b58127f665b2fcfa7eeac080ee Mon Sep 17 00:00:00 2001
|
||||
From: Nelson Marques <nmo.marques@gmail.com>
|
||||
Date: Wed, 7 Nov 2012 16:30:59 +0000
|
||||
Subject: [PATCH] add missing semi-colon to OnlyShowIn desktop file
|
||||
|
||||
---
|
||||
mate-system-monitor.desktop.in.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/mate-system-monitor.desktop.in.in b/mate-system-monitor.desktop.in.in
|
||||
index 78b6353..655e235 100644
|
||||
--- a/mate-system-monitor.desktop.in.in
|
||||
+++ b/mate-system-monitor.desktop.in.in
|
||||
@@ -8,7 +8,7 @@ Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=GTK;System;Monitor;
|
||||
-OnlyShowIn=MATE
|
||||
+OnlyShowIn=MATE;
|
||||
X-MATE-Bugzilla-Bugzilla=MATE
|
||||
X-MATE-Bugzilla-Product=system-monitor
|
||||
X-MATE-Bugzilla-Component=general
|
||||
--
|
||||
1.7.12
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfae9e752eeaf1c99230cdb083a97bb0dd5803b173339357a2deefa9f83453e5
|
||||
size 1906492
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 20:48:32 UTC 2013 - nmo.marques@gmail.com
|
||||
|
||||
- Update to version 1.5.1
|
||||
+ fix gsettings key names
|
||||
+ gsettings schema translatable
|
||||
+ add missing semi-colon to desktop file
|
||||
+ fix first 5 original cpu colors
|
||||
+ minor other fixes
|
||||
- Remove mate-system-monitor-1.5.0-fix_desktop_file.patch,
|
||||
upstreamed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 16:31:59 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
#
|
||||
# spec file for mate-system-monitor
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
@ -17,7 +16,7 @@
|
||||
|
||||
|
||||
Name: mate-system-monitor
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: MATE Desktop system monitor
|
||||
@ -29,10 +28,6 @@ Source1: side-openSUSE.png
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
# PATCH-FIX-UPSTREAM mate-system-monitor-1.5.0-fix_desktop_file.patch nmarques@mate-desktop.org
|
||||
# add missing semi-colon to OnlyShowIn in desktop file - upstreamed
|
||||
Patch0: %{name}-1.5.0-fix_desktop_file.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libxml2-python
|
||||
@ -65,7 +60,6 @@ as CPU and memory.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
@ -84,6 +78,9 @@ if [ -f %{buildroot}%{_datadir}/pixmaps/%{name}/side.png ]; then
|
||||
rm %{buildroot}%{_datadir}/pixmaps/%{name}/side.png
|
||||
install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}/side.png
|
||||
fi
|
||||
if [ -d %{buildroot}%{_datadir}/MateConf ]; then
|
||||
rm -r %{buildroot}%{_datadir}/MateConf
|
||||
fi
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
Loading…
x
Reference in New Issue
Block a user