!44 add 0013-update-changelog.patch
From: @peijiankang Reviewed-by: @hou-hongxun Signed-off-by: @hou-hongxun
This commit is contained in:
commit
5ddcf4b365
21
0013-update-changelog.patch
Normal file
21
0013-update-changelog.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
From: liucong321 <liucong1@kylinos.cn>
|
||||||
|
Date: Wed, 24 May 2023 14:48:41 +0800
|
||||||
|
Subject: update changelog
|
||||||
|
|
||||||
|
---
|
||||||
|
src/mainwindow.cpp | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
|
||||||
|
index 5e4fbee..c803446 100644
|
||||||
|
--- a/src/mainwindow.cpp
|
||||||
|
+++ b/src/mainwindow.cpp
|
||||||
|
@@ -819,7 +819,7 @@ void MainWindow::slotChangeMaxState()
|
||||||
|
|
||||||
|
void MainWindow::slotChangeMiniState()
|
||||||
|
{
|
||||||
|
- showMinimized();
|
||||||
|
+ kdk::WindowManager::minimizeWindow(m_window_id);
|
||||||
|
}
|
||||||
|
|
||||||
|
void MainWindow::slotOpenHelpDoc()
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: kylin-video
|
Name: kylin-video
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: A powerful video player
|
Summary: A powerful video player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
URL: https://gitee.com/openkylin/kylin-video
|
URL: https://gitee.com/openkylin/kylin-video
|
||||||
@ -9,6 +9,7 @@ Patch01: 0001-fix-compile-error-of-kylin-video.patch
|
|||||||
Patch03: fix-build-error-of-kylin-video-about-mpv-0.35.patch
|
Patch03: fix-build-error-of-kylin-video-about-mpv-0.35.patch
|
||||||
Patch04: 0011-15-kylin-video.patch
|
Patch04: 0011-15-kylin-video.patch
|
||||||
Patch05: 0012-update-changelog.patch
|
Patch05: 0012-update-changelog.patch
|
||||||
|
Patch06: 0013-update-changelog.patch
|
||||||
BuildRequires: ffmpeg-devel
|
BuildRequires: ffmpeg-devel
|
||||||
BuildRequires: libcrystalhd-devel
|
BuildRequires: libcrystalhd-devel
|
||||||
BuildRequires: ffmpegthumbnailer-devel
|
BuildRequires: ffmpegthumbnailer-devel
|
||||||
@ -63,6 +64,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 08 2024 peijiankang <peijiankang@kylinos.cn> - 3.1.4-7
|
||||||
|
- add 0013-update-changelog.patch
|
||||||
|
|
||||||
* Mon Apr 29 2024 peijiankang <peijiankang@kylinos.cn> - 3.1.4-6
|
* Mon Apr 29 2024 peijiankang <peijiankang@kylinos.cn> - 3.1.4-6
|
||||||
- add 0012-update-changelog.patch
|
- add 0012-update-changelog.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user