update README.md
This commit is contained in:
parent
8054d0d302
commit
05c7ae405a
27
0004-Update-README.md.patch
Normal file
27
0004-Update-README.md.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 75102e2e43b915102f523e1c9e55bc9e8c0bb8e4 Mon Sep 17 00:00:00 2001
|
||||
From: tanyulong <tanyulong@kylinos.cn>
|
||||
Date: Fri, 5 Nov 2021 17:05:20 +0800
|
||||
Subject: [PATCH] Update README.md
|
||||
|
||||
---
|
||||
README.md | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/README.md b/README.md
|
||||
index e193c63..fc14844 100755
|
||||
--- a/README.md
|
||||
+++ b/README.md
|
||||
@@ -4,8 +4,8 @@ running processes, It also provides an overview of the resources
|
||||
(such as CPU and memory) and File Systems on your system.
|
||||
|
||||
## Build
|
||||
-./autogen.sh
|
||||
-make
|
||||
+mkdir build
|
||||
+qmake ..
|
||||
sudo make install
|
||||
|
||||
## Bug report
|
||||
--
|
||||
2.30.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-system-monitor
|
||||
Version: 1.0.1
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: A simple system monitor written in QT
|
||||
License: GPL-3+ GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
@ -37,6 +37,7 @@ patch1: hide_idle_rate.patch
|
||||
patch2: 0001-add-storage-check.patch
|
||||
patch3: 0002-Fix-the-wrong-maintainer-and-update-changelog.patch
|
||||
patch4: 0003-Add-libglib2.0-bin-to-Depends.patch
|
||||
patch5: 0004-Update-README.md.patch
|
||||
|
||||
%description
|
||||
A simple system monitor written in QT
|
||||
@ -48,6 +49,7 @@ A simple system monitor written in QT
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
export PATH=%{_qt5_bindir}:$PATH
|
||||
@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Fri Nov 05 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-7
|
||||
- Update README.md
|
||||
|
||||
* Fri Nov 05 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-6
|
||||
- Add libglib2.0 bin to Depends
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user