Add libglib2.0-bin to Depends
This commit is contained in:
parent
b79a7e2880
commit
3e3f1680b0
24
0003-Add-libglib2.0-bin-to-Depends.patch
Normal file
24
0003-Add-libglib2.0-bin-to-Depends.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From 71c9acb2cff528bb91ff93fe72c275a31dc5dc01 Mon Sep 17 00:00:00 2001
|
||||
From: tanyulong <tanyulong@kylinos.cn>
|
||||
Date: Fri, 5 Nov 2021 16:48:06 +0800
|
||||
Subject: [PATCH] Add libglib2.0-bin to Depends
|
||||
|
||||
---
|
||||
debian/control | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index 4afd80c..14bba73 100755
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -34,6 +34,7 @@ Depends: inotify-hookable,
|
||||
cpufrequtils,
|
||||
pciutils,
|
||||
libcap2-bin,
|
||||
+ libglib2.0-bin,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Monitor for UKUI desktop environment
|
||||
--
|
||||
2.30.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-system-monitor
|
||||
Version: 1.0.1
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: A simple system monitor written in QT
|
||||
License: GPL-3+ GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
@ -36,6 +36,7 @@ patch0: 0001-removes-transparency.patch
|
||||
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
|
||||
|
||||
%description
|
||||
A simple system monitor written in QT
|
||||
@ -46,6 +47,7 @@ A simple system monitor written in QT
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
export PATH=%{_qt5_bindir}:$PATH
|
||||
@ -76,6 +78,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-6
|
||||
- Add libglib2.0 bin to Depends
|
||||
|
||||
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.1-5
|
||||
- Fix the wrong maintainer and update changelog
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user