diff --git a/.gitmodules b/.gitmodules index 96cc37e..d84919a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,28 +1,24 @@ -[submodule "dtkcommon"] - path = dtkcommon - url = https://github.com/linuxdeepin/dtkcommon +[submodule "dtk6core"] + path = dtk6core + url = https://github.com/linuxdeepin/dtk6core branch = master -[submodule "dtkcore"] - path = dtkcore - url = https://github.com/linuxdeepin/dtkcore +[submodule "dtk6gui"] + path = dtk6gui + url = https://github.com/linuxdeepin/dtk6gui branch = master -[submodule "dtkgui"] - path = dtkgui - url = https://github.com/linuxdeepin/dtkgui +[submodule "dtk6widget"] + path = dtk6widget + url = https://github.com/linuxdeepin/dtk6widget branch = master -[submodule "dtkwidget"] - path = dtkwidget - url = https://github.com/linuxdeepin/dtkwidget +[submodule "dtk6declarative"] + path = dtk6declarative + url = https://github.com/linuxdeepin/dtk6declarative branch = master -[submodule "dtkdeclarative"] - path = dtkdeclarative - url = https://github.com/linuxdeepin/dtkdeclarative +[submodule "qt6integration"] + path = qt6integration + url = https://github.com/linuxdeepin/qt6integration branch = master -[submodule "qt5integration"] - path = qt5integration - url = https://github.com/linuxdeepin/qt5integration - branch = master -[submodule "qt5platform-plugins"] - path = qt5platform-plugins - url = https://github.com/linuxdeepin/qt5platform-plugins +[submodule "qt6platform-plugins"] + path = qt6platform-plugins + url = https://github.com/linuxdeepin/qt6platform-plugins branch = master diff --git a/debian/changelog b/debian/changelog index b7d3350..414720d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +dtk (6.0.26) unstable; urgency=medium + + * release 6.0.26 + + -- YeShanShan Thu, 02 Jan 2025 13:53:37 +0800 + +dtk (6.0.19) unstable; urgency=medium + + * release 6.0.19 + + -- Zhang Kun Tue, 20 Aug 2024 13:15:20 +0800 + +dtk (6.0.18) unstable; urgency=medium + + * release 6.0.18 + + -- Mike Chen Mon, 08 Jul 2024 10:35:18 +0800 + +dtk (6.0.17) unstable; urgency=medium + + * release 6.0.17 + + -- Zhang kun Mon, 24 Jun 2024 13:26:23 +0800 + dtk (5.6.26) unstable; urgency=medium * release 5.6.26 diff --git a/dtk6core b/dtk6core new file mode 160000 index 0000000..0e222e6 --- /dev/null +++ b/dtk6core @@ -0,0 +1 @@ +Subproject commit 0e222e676fe8eba60173f88c02bfd2de6c65ad64 diff --git a/dtk6declarative b/dtk6declarative new file mode 160000 index 0000000..67adc18 --- /dev/null +++ b/dtk6declarative @@ -0,0 +1 @@ +Subproject commit 67adc18a283066a7cc3614b6e42d799fcb4e9dee diff --git a/dtk6gui b/dtk6gui new file mode 160000 index 0000000..d73c310 --- /dev/null +++ b/dtk6gui @@ -0,0 +1 @@ +Subproject commit d73c310094b91594354f6c7a9d41c71340e20e70 diff --git a/dtk6widget b/dtk6widget new file mode 160000 index 0000000..f18b453 --- /dev/null +++ b/dtk6widget @@ -0,0 +1 @@ +Subproject commit f18b453a24cb767b3e002b1f5819b338cca8165f diff --git a/dtkcommon b/dtkcommon deleted file mode 160000 index 30efe14..0000000 --- a/dtkcommon +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 30efe141010ca360cc95bc080af829de7b833594 diff --git a/dtkcore b/dtkcore deleted file mode 160000 index 391320d..0000000 --- a/dtkcore +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 391320dd81869f568708fd9d77dcbb33651548d5 diff --git a/dtkdeclarative b/dtkdeclarative deleted file mode 160000 index 9fa5007..0000000 --- a/dtkdeclarative +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9fa500780dd8210055c33484f0d8ea9fc32d4758 diff --git a/dtkgui b/dtkgui deleted file mode 160000 index 1aa57f8..0000000 --- a/dtkgui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1aa57f8b4eb9c865f22ba86eebe858d30d8af96c diff --git a/dtkwidget b/dtkwidget deleted file mode 160000 index 03bf76a..0000000 --- a/dtkwidget +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03bf76a0745efe5265ca422d142b52cb2835da90 diff --git a/qt5integration b/qt5integration deleted file mode 160000 index 95aafcf..0000000 --- a/qt5integration +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 95aafcf5a42c2f4651eb068bdf9063de3e913e1c diff --git a/qt5platform-plugins b/qt5platform-plugins deleted file mode 160000 index dffd0ba..0000000 --- a/qt5platform-plugins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dffd0bae14d143065713f17498fd63e4fc93d24d diff --git a/qt6integration b/qt6integration new file mode 160000 index 0000000..79ba7b0 --- /dev/null +++ b/qt6integration @@ -0,0 +1 @@ +Subproject commit 79ba7b03974cea44318aefa4279c3cfd6a33f89e diff --git a/qt6platform-plugins b/qt6platform-plugins new file mode 160000 index 0000000..1d2dbd7 --- /dev/null +++ b/qt6platform-plugins @@ -0,0 +1 @@ +Subproject commit 1d2dbd78649498b856e8968522d88f15c91b2d2f