Compare commits

..

No commits in common. "2c6892fcb5fc6e4ace49021a50c97e00ead426bc" and "1da9b01600d2fbb7780162a580cbb8a135d85a5c" have entirely different histories.

7 changed files with 106 additions and 29 deletions

36
README.en.md Normal file
View File

@ -0,0 +1,36 @@
# dde-clipboard
#### Description
dde clipboard
#### 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 Normal file
View File

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

Binary file not shown.

View File

@ -1,6 +1,3 @@
# Run tests in check section
# disable for bootstrapping
%bcond_with check
%global with_debug 1
@ -9,14 +6,14 @@
%endif
Name: dde-clipboard
Version: 5.4.24
Release: 1
Version: 5.3.0.3
Release: 2
Summary: Qt platform theme integration plugins for DDE
License: GPLv3+
URL: https://github.com/linuxdeepin/dde-clipboard
Source0: %{name}-%{version}.tar.gz
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
Source0: %{name}_%{version}.orig.tar.xz
Patch0: modify-QPainterPath-error.patch
BuildRequires: cmake
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
BuildRequires: dtkcore-devel
@ -25,9 +22,7 @@ BuildRequires: dtkwidget
BuildRequires: libgio-qt
BuildRequires: libgio-qt-devel
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
BuildRequires: gtest-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: kf5-kwayland-devel
%description
Qt platform theme integration plugins for DDE
@ -35,12 +30,13 @@ Qt platform theme integration plugins for DDE
%prep
%autosetup
%autosetup -p1
%build
export PATH=$PATH:/usr/lib64/qt5/bin
mkdir build && cd build
%cmake ..
%{_libdir}/qt5/bin/qmake ..
%{__make}
%install
pushd %{_builddir}/%{name}-%{version}/build
@ -48,31 +44,17 @@ pushd %{_builddir}/%{name}-%{version}/build
popd
%files
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
%{_sysconfdir}/xdg/autostart/dde-clipboard-daemon.desktop
/etc/xdg/autostart/dde-clipboard.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}-daemon
%{_bindir}/%{name}loader
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
/lib/systemd/user/dde-clipboard-daemon.service
%{_datadir}/%{name}/translations/
%{_datadir}/applications/dde-clipboard.desktop
%{_datadir}/applications/dde-clipboard-daemon.desktop
%changelog
* Wed Aug 02 2023 leeffo <liweiganga@uniontech.com> - 5.4.24-1
- upgrade to version 5.4.24
* Mon Mar 27 2023 liweigang <liweiganga@uniontech.com> - 5.3.27-1
- update: update to 5.3.27
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.3.16-1
- Update to 5.3.16
* Tue Feb 08 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.3-2
- fix build error
* Wed Jul 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
* Wed Jun 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
- Update to 5.3.0.3
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3

Binary file not shown.

View File

@ -0,0 +1,22 @@
diff --color -Naur a/dde-clipboard/itemwidget.cpp b/dde-clipboard/itemwidget.cpp
--- a/dde-clipboard/itemwidget.cpp 2022-02-08 10:47:33.813745658 +0800
+++ b/dde-clipboard/itemwidget.cpp 2022-02-08 10:48:08.837654756 +0800
@@ -24,6 +24,7 @@
#include "refreshtimer.h"
#include <QPainter>
+#include <QPainterPath>
#include <QTextOption>
#include <QHBoxLayout>
#include <QVBoxLayout>
diff --color -Naur a/dde-clipboard/pixmaplabel.cpp b/dde-clipboard/pixmaplabel.cpp
--- a/dde-clipboard/pixmaplabel.cpp 2022-02-08 10:47:33.817745648 +0800
+++ b/dde-clipboard/pixmaplabel.cpp 2022-02-08 11:05:26.072647168 +0800
@@ -22,6 +22,7 @@
#include "constants.h"
#include <QPainter>
+#include <QPainterPath>
#include <QDebug>
#include <QTextLayout>
#include <QTextOption>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB