diff -Nru ukui-sni-4.10.0.5/debian/changelog ukui-sni-4.10.0.5/debian/changelog --- ukui-sni-4.10.0.5/debian/changelog 2025-02-24 10:08:32.000000000 +0800 +++ ukui-sni-4.10.0.5/debian/changelog 2025-03-12 10:47:14.000000000 +0800 @@ -1,3 +1,11 @@ +ukui-sni (4.10.0.5-ok1.5) nile; urgency=medium + + * Issues: 无 + * 其他改动: 无 + * 其他改动影响域: 无 + + -- youdiansaodongxi <guojiaqi@kylinos.cn> Wed, 12 Mar 2025 10:47:14 +0800 + ukui-sni (4.10.0.5-ok1.4) nile; urgency=medium * Issues: diff -Nru ukui-sni-4.10.0.5/debian/patches/0006-update-changelog-for-4.10.0.5-ok1.5.patch ukui-sni-4.10.0.5/debian/patches/0006-update-changelog-for-4.10.0.5-ok1.5.patch --- ukui-sni-4.10.0.5/debian/patches/0006-update-changelog-for-4.10.0.5-ok1.5.patch 1970-01-01 08:00:00.000000000 +0800 +++ ukui-sni-4.10.0.5/debian/patches/0006-update-changelog-for-4.10.0.5-ok1.5.patch 2025-03-12 10:47:14.000000000 +0800 @@ -0,0 +1,123 @@ +From: youdiansaodongxi <guojiaqi@kylinos.cn> +Date: Wed, 12 Mar 2025 10:51:05 +0800 +Subject: update changelog for: 4.10.0.5-ok1.5 + +--- + ukui-system-tray/plugin/item-group-model.cpp | 20 ++++++++++++++++++++ + ukui-system-tray/plugin/system-tray-plugin.cpp | 20 ++++++++++++++++++++ + ukui-system-tray/plugin/tray-item.cpp | 20 ++++++++++++++++++++ + ukui-system-tray/plugin/tray-items-model.cpp | 20 ++++++++++++++++++++ + 4 files changed, 80 insertions(+) + +diff --git a/ukui-system-tray/plugin/item-group-model.cpp b/ukui-system-tray/plugin/item-group-model.cpp +index d55d2f6..c5ed758 100644 +--- a/ukui-system-tray/plugin/item-group-model.cpp ++++ b/ukui-system-tray/plugin/item-group-model.cpp +@@ -1,3 +1,23 @@ ++/* ++ * Copyright (C) 2024, KylinSoft Co., Ltd. ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program. If not, see <https://www.gnu.org/licenses/>. ++ * ++ * Authors: youdiansaodongxi <guojiaqi@kylinos.cn> ++ * ++ */ ++ + #include "item-group-model.h" + #include "tray-items-model.h" + +diff --git a/ukui-system-tray/plugin/system-tray-plugin.cpp b/ukui-system-tray/plugin/system-tray-plugin.cpp +index 2e72fdf..408b485 100644 +--- a/ukui-system-tray/plugin/system-tray-plugin.cpp ++++ b/ukui-system-tray/plugin/system-tray-plugin.cpp +@@ -1,3 +1,23 @@ ++/* ++ * Copyright (C) 2023, KylinSoft Co., Ltd. ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program. If not, see <https://www.gnu.org/licenses/>. ++ * ++ * Authors: iaom <zhangpengfei@kylinos.cn> ++ * ++ */ ++ + #include "system-tray-plugin.h" + #include "tray-items-model.h" + #include "item-group-model.h" +diff --git a/ukui-system-tray/plugin/tray-item.cpp b/ukui-system-tray/plugin/tray-item.cpp +index b8ed343..b6a42c6 100644 +--- a/ukui-system-tray/plugin/tray-item.cpp ++++ b/ukui-system-tray/plugin/tray-item.cpp +@@ -1,3 +1,23 @@ ++/* ++ * Copyright (C) 2024, KylinSoft Co., Ltd. ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program. If not, see <https://www.gnu.org/licenses/>. ++ * ++ * Authors: youdiansaodongxi <guojiaqi@kylinos.cn> ++ * ++ */ ++ + #include "tray-item.h" + #include "status-notifier-item.h" + #include <QQuickWindow> +diff --git a/ukui-system-tray/plugin/tray-items-model.cpp b/ukui-system-tray/plugin/tray-items-model.cpp +index c3c0012..b335bfe 100644 +--- a/ukui-system-tray/plugin/tray-items-model.cpp ++++ b/ukui-system-tray/plugin/tray-items-model.cpp +@@ -1,3 +1,23 @@ ++/* ++ * Copyright (C) 2023, KylinSoft Co., Ltd. ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program. If not, see <https://www.gnu.org/licenses/>. ++ * ++ * Authors: youdiansaodongxi <guojiaqi@kylinos.cn> ++ * ++ */ ++ + #include "tray-items-model.h" + #include "item-group-model.h" + diff -Nru ukui-sni-4.10.0.5/debian/patches/series ukui-sni-4.10.0.5/debian/patches/series --- ukui-sni-4.10.0.5/debian/patches/series 2025-02-24 10:08:32.000000000 +0800 +++ ukui-sni-4.10.0.5/debian/patches/series 2025-03-12 10:47:14.000000000 +0800 @@ -3,3 +3,4 @@ 0003-update-changelog-for-4.10.0.5-ok1.2.patch 0004-update-changelog-for-4.10.0.5-ok1.3.patch 0005-update-changelog-for-4.10.0.5-ok1.4.patch +0006-update-changelog-for-4.10.0.5-ok1.5.patch