Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
b227b7462b
!19 update to 5.6.11.6
From: @lliuzhi 
Reviewed-by: @ut-layne-yang 
Signed-off-by: @ut-layne-yang
2024-04-09 08:28:11 +00:00
liuzhilin
1b482931b6 update to 5.6.11.6 2024-04-09 13:53:45 +08:00
openeuler-ci-bot
2a8627a66a
!13 [sync] PR-12: upgrade to version 5.5.59
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-23 03:05:39 +00:00
leeffo
de3be9a103 upgrade to version 5.5.59
(cherry picked from commit c9370bdeb0fc5c866cdeacee3b5e50ada1a87287)
2023-08-15 11:23:41 +08:00
openeuler-ci-bot
9b8f10e126
!10 update to 5.5.28
From: @leeffo 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-04-07 06:11:08 +00:00
liweiganga
92aa368df7 update: update to 5.5.28 2023-04-04 11:17:14 +08:00
openeuler-ci-bot
b72b6b6af4
!8 feat: for sync 22.09 to master
From: @loong-C 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
2022-07-29 02:37:59 +00:00
loong_C
c7caffbe8c feat: for sync 22.09 to master 2022-07-28 15:57:49 +08:00
openeuler-ci-bot
5b46ad6d6b !5 格式化spec
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-16 08:16:48 +00:00
wei dong
246cdf73e0 Format rpm sepc file
修复spec编写不规范的问题

Signed-off-by: wei dong <weidong@uniontech.com>
2021-07-15 16:40:47 +08:00
openeuler-ci-bot
094ee6d4db !4 update dtkwidget to 5.2.2.3
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-15 07:27:03 +00:00
7 changed files with 63 additions and 98 deletions

View File

@ -0,0 +1,25 @@
From ab33d725c9daf6d10fde235fc10a8ff3eb5dd57a Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Wed, 13 Dec 2023 16:01:35 +0800
Subject: [PATCH] set isUserManualExists return false
---
src/widgets/dapplication.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/widgets/dapplication.cpp b/src/widgets/dapplication.cpp
index 41f799c2..87fad7fc 100644
--- a/src/widgets/dapplication.cpp
+++ b/src/widgets/dapplication.cpp
@@ -414,7 +414,7 @@ void DApplicationPrivate::handleSizeModeChangeEvent(QWidget *widget, QEvent *eve
bool DApplicationPrivate::isUserManualExists()
{
- return DGuiApplicationHelper::instance()->hasUserManual();
+ return 0;
}
/*!
--
2.39.3

View File

@ -1,36 +0,0 @@
# dtkwidget
#### Description
dtkwidget
#### 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/)

View File

@ -1,37 +0,0 @@
# dtkwidget
#### 介绍
dtkwidget
#### 软件架构
软件架构说明
#### 安装教程
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/)

BIN
dtkwidget-5.6.11.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,18 +1,18 @@
Name: dtkwidget
Version: 5.2.2.3+rpm
Release: 1
Version: 5.6.11.6
Release: 3%{?dist}
Summary: Deepin tool kit widget modules
License: GPLv3
URL: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/dtkwidget/
Source0: %{name}_%{version}.orig.tar.xz
License: LGPLv3+
URL: https://github.com/linuxdeepin/dtkwidget
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch1: 0001-set-isUserManualExists-return-false.patch
BuildRequires: gcc-c++
BuildRequires: qt5-linguist
BuildRequires: qt5-qtbase-static
BuildRequires: dtkgui-devel
BuildRequires: dtkgui
BuildRequires: dtkcore-devel
BuildRequires: dtkcore
BuildRequires: gtest-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5DBus)
@ -33,9 +33,15 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xcb-util)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(xrender)
BuildRequires: cups-devel
# libQt5Gui.so.5(Qt_5.10.1_PRIVATE_API)(64bit) needed by dtkwidget-2.0.6.1-1.fc29.x86_64
BuildRequires: qt5-qtbase-private-devel
BuildRequires: qt5-qttools-devel
BuildRequires: make
BuildRequires: cmake
BuildRequires: doxygen
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
@ -44,46 +50,57 @@ DtkWidget is Deepin graphical user interface for deepin desktop development.
%package devel
Summary: Development package for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: dtkcore-devel%{?_isa}
Requires: dtkgui-devel%{?_isa}
%description devel
Header files and libraries for %{name}.
%prep
%setup -q
sed -i 's|/lib|/libexec|' tools/svgc/svgc.pro
%ifarch loongarch64 sw_64
%patch1 -p1
%endif
%build
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
export PATH=%{_qt5_bindir}:$PATH
%qmake_qt5 PREFIX=%{_prefix} LIB_INSTALL_DIR=%{_libdir} DBUS_VERSION_0_4_2=YES
%cmake
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%ldconfig_scriptlets
%files
%doc README.md
%license LICENSE
%{_libdir}/lib%{name}.so.*
%{_libdir}/libdtk-5.2.2/DWidget/bin/dtk-svgc
%{_datadir}/libdtk-5.2.2/DWidget/translations
%{_libdir}/lib%{name}.so.5*
%{_libdir}/dtk5/DWidget/bin
%{_libdir}/dtk5/DWidget/examples
%{_datadir}/*
%files devel
%{_includedir}/libdtk-*/
%{_includedir}/dtk5/
%{_qt5_archdatadir}/mkspecs/modules/*.pri
%{_libdir}/cmake/DtkWidget/
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/lib%{name}.so
%changelog
* Mon Jul 12 2021 weidong <weidong@uniontech.com> - 5.2.2.3+rpm-1
- Update to 5.2.2.3+rpm
* Wed Dec 13 2023 mahailiang <mahailiang@uniontech.com> - 5.6.11.6-3
- fix: set isUserManualExists return false on loongarch64 sw_64(bugid:226963)
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.2.0-2
- fix source url in spec
* Wed Oct 11 2023 liweigang <liweiganga@uniontech.com> - 5.6.11.6-2
- spec: change DWidget bin path
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.2.0-1
- Package init
* Mon Oct 09 2023 liweigang <liweiganga@uniontech.com> - 5.6.11.6-1
- update: update to verison 5.6.11.6
* Wed Aug 16 2023 liuzhilin <liuzhilin@uniontech.com> - 5.6.11.5-1
- update: update to 5.6.11.5
* Fri Dec 23 2022 liweiganga <liweiganga@uniontech.com> - 5.5.59-1
- update: update to 5.5.59
* Fri Jun 10 2022 uoser <uoser@uniontech.com> - 5.5.28-1.01
- update: update to 5.5.28-1.01

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: linuxdeepin/dtkwidget
tag_prefix: ^v
seperator: .

Binary file not shown.