Modified kylin-weather display is incomplete
This commit is contained in:
parent
40fe711a9f
commit
4240f09eca
25
0002-Modified-kylin-weather-display-is-incomplete.patch
Normal file
25
0002-Modified-kylin-weather-display-is-incomplete.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 0e535fa024870259a89875fe3ceb6a6a7af39032 Mon Sep 17 00:00:00 2001
|
||||||
|
From: peijiankang <peijiankang@kylinos.cn>
|
||||||
|
Date: Fri, 24 Jun 2022 14:36:45 +0800
|
||||||
|
Subject: [PATCH] Modified kylin-weather display is incomplete
|
||||||
|
|
||||||
|
---
|
||||||
|
src/citycollectionwidget.ui | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/citycollectionwidget.ui b/src/citycollectionwidget.ui
|
||||||
|
index ad0ec8c..6f98797 100644
|
||||||
|
--- a/src/citycollectionwidget.ui
|
||||||
|
+++ b/src/citycollectionwidget.ui
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
<rect>
|
||||||
|
<x>46</x>
|
||||||
|
<y>24</y>
|
||||||
|
- <width>56</width>
|
||||||
|
+ <width>121</width>
|
||||||
|
<height>17</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: indicator-china-weather
|
Name: indicator-china-weather
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: The weather data are from the heweather API s6 version.
|
Summary: The weather data are from the heweather API s6 version.
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
URL: https://github.com/UbuntuKylin/indicator-china-weather
|
URL: https://github.com/UbuntuKylin/indicator-china-weather
|
||||||
@ -21,10 +21,9 @@ BuildRequires: GeoIP-devel
|
|||||||
|
|
||||||
# Requires: NetworkManager
|
# Requires: NetworkManager
|
||||||
|
|
||||||
#patch0: 0001-remove-about.patch
|
|
||||||
#patch1: 0001-fix-vnc-show-issue.patch
|
|
||||||
patch0: fix-gsetting-issue.patch
|
patch0: fix-gsetting-issue.patch
|
||||||
patch1: fix-auto-get-location.patch
|
patch1: fix-auto-get-location.patch
|
||||||
|
patch2: 0002-Modified-kylin-weather-display-is-incomplete.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Indicator that displays China weather information
|
Indicator that displays China weather information
|
||||||
@ -36,6 +35,7 @@ patch1: fix-auto-get-location.patch
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default indicator-china-weather.pro
|
%{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default indicator-china-weather.pro
|
||||||
@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/man/man1/indicator-china-weather.1.gz
|
%{_datadir}/man/man1/indicator-china-weather.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 24 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.0-9
|
||||||
|
- Modified kylin-weather display is incomplete
|
||||||
|
|
||||||
* Mon Jan 10 2022 douyan <douyan@kylinos.cn> - 3.1.0-8
|
* Mon Jan 10 2022 douyan <douyan@kylinos.cn> - 3.1.0-8
|
||||||
- add fix-auto-get-location.patch
|
- add fix-auto-get-location.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user