diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 31977d3345bfef5154922e6b454fbe01ebfca8bf..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# qt5integration - -#### Description -qt5integration - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index cad347cfd3c4d4fb3cd627f119f0c5e783783a53..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# qt5integration - -#### 介绍 -qt5integration - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 码云特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/dde-qt5integration-5.1.19.tar.gz b/dde-qt5integration-5.1.19.tar.gz deleted file mode 100644 index eaf90e2a7469fef1a9a3e34fef576e4fd84de84c..0000000000000000000000000000000000000000 Binary files a/dde-qt5integration-5.1.19.tar.gz and /dev/null differ diff --git a/dde-qt5integration-5.5.25.tar.gz b/dde-qt5integration-5.5.25.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f23211a07c9085fd412e7aa835221416a1d17069 Binary files /dev/null and b/dde-qt5integration-5.5.25.tar.gz differ diff --git a/fix-qtbase-QPainterPath.patch b/fix-qtbase-QPainterPath.patch deleted file mode 100644 index c398bd4692888886a6ed0b4cf9227374119f0a9c..0000000000000000000000000000000000000000 --- a/fix-qtbase-QPainterPath.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff --color -Naur a/platformthemeplugin/qdeepintheme.cpp b/platformthemeplugin/qdeepintheme.cpp ---- a/platformthemeplugin/qdeepintheme.cpp 2022-02-11 15:49:14.634625052 +0800 -+++ b/platformthemeplugin/qdeepintheme.cpp 2022-02-11 16:29:14.918077063 +0800 -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -612,10 +613,10 @@ - } - - QHighDpiScaling::updateHighDpiScaling(); -- qDebug() << QHighDpiScaling::logicalDpi(); -+ qDebug() << QHighDpiScaling::logicalDpi(nullptr); - updateScaleLogcailDpi(s->scaleLogicalDpi()); - -- qDebug() << QHighDpiScaling::logicalDpi(); -+ qDebug() << QHighDpiScaling::logicalDpi(nullptr); - - return true; - } -diff --color -Naur a/styleplugins/dstyleplugin/painterhelper.cpp b/styleplugins/dstyleplugin/painterhelper.cpp ---- a/styleplugins/dstyleplugin/painterhelper.cpp 2022-02-11 15:07:09.230398247 +0800 -+++ b/styleplugins/dstyleplugin/painterhelper.cpp 2022-02-11 15:16:44.782154534 +0800 -@@ -18,6 +18,7 @@ - #include "painterhelper.h" - - #include -+#include - #include - - namespace dstyle { -diff --color -Naur a/styleplugins/dstyleplugin/pushbuttonhelper.cpp b/styleplugins/dstyleplugin/pushbuttonhelper.cpp ---- a/styleplugins/dstyleplugin/pushbuttonhelper.cpp 2022-02-11 15:07:09.226398214 +0800 -+++ b/styleplugins/dstyleplugin/pushbuttonhelper.cpp 2022-02-11 15:08:41.515121700 +0800 -@@ -29,6 +29,7 @@ - #endif - - #include -+#include - #include - - DWIDGET_USE_NAMESPACE -diff --color -Naur a/styleplugins/dstyleplugin/tabbarhelper.cpp b/styleplugins/dstyleplugin/tabbarhelper.cpp ---- a/styleplugins/dstyleplugin/tabbarhelper.cpp 2022-02-11 15:07:09.230398247 +0800 -+++ b/styleplugins/dstyleplugin/tabbarhelper.cpp 2022-02-11 15:41:19.894749052 +0800 -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --color -Naur a/styleplugins/dstyleplugin/tabwidgethelper.cpp b/styleplugins/dstyleplugin/tabwidgethelper.cpp ---- a/styleplugins/dstyleplugin/tabwidgethelper.cpp 2022-02-11 15:07:09.230398247 +0800 -+++ b/styleplugins/dstyleplugin/tabwidgethelper.cpp 2022-02-11 15:24:18.016384617 +0800 -@@ -20,6 +20,7 @@ - #include "painterhelper.h" - - #include -+#include - #include - #include - diff --git a/qt5integration.spec b/qt5integration.spec index 1c8b968e40067b3cd993537a98fd5ae9f7911801..f2f468b2787577b33f13f405ca012acf6d21895f 100644 --- a/qt5integration.spec +++ b/qt5integration.spec @@ -1,7 +1,7 @@ # Run tests in check section # disable for bootstrapping -%global repo dde-qt5integration +%global repo qt5integration %bcond_with check %global with_debug 1 @@ -10,7 +10,7 @@ %endif Name: dde-qt5integration -Version: 5.1.19 +Version: 5.5.25 Release: 1 Summary: Qt platform theme integration plugins for DDE License: GPLv3+ @@ -85,6 +85,9 @@ Qt platform theme integration plugins for DDE %{_libdir}/qt5/plugins/iconengines/libxdgicon.so %changelog +* Tue Aug 01 2023 leeffo - 5.5.25-1 +- upgrade to version 5.5.25 + * Mon Apr 03 2023 liweiganga - 5.1.19-1 - update: update to 5.1.19 diff --git a/qt5integration_5.0.16.orig.tar.xz b/qt5integration_5.0.16.orig.tar.xz deleted file mode 100644 index 706504f1cc9a6d0c48f372cdd64679509413819a..0000000000000000000000000000000000000000 Binary files a/qt5integration_5.0.16.orig.tar.xz and /dev/null differ