Compare commits
11 Commits
47d3da07e7
...
b227b7462b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b227b7462b | ||
|
|
1b482931b6 | ||
|
|
2a8627a66a | ||
|
|
de3be9a103 | ||
|
|
9b8f10e126 | ||
|
|
92aa368df7 | ||
|
|
b72b6b6af4 | ||
|
|
c7caffbe8c | ||
|
|
5b46ad6d6b | ||
|
|
246cdf73e0 | ||
|
|
094ee6d4db |
25
0001-set-isUserManualExists-return-false.patch
Normal file
25
0001-set-isUserManualExists-return-false.patch
Normal 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
|
||||
|
||||
36
README.en.md
36
README.en.md
@ -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/)
|
||||
37
README.md
37
README.md
@ -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
BIN
dtkwidget-5.6.11.6.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: github
|
||||
src_repo: linuxdeepin/dtkwidget
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user