Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2c6892fcb5
!37 sync by openEuler-22.03-LTS-SP3
From: @ut-layne-yang 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
2024-06-19 06:53:50 +00:00
liuzhilin
7938992be9 update dde-clipboard package 2024-06-19 13:19:01 +08:00
openeuler-ci-bot
39ff469147
!28 [sync] PR-27: update to 5.3.27
From: @openeuler-sync-bot 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-05-06 08:13:59 +00:00
liweiganga
43f2b22fb8 update: update to 5.3.27
(cherry picked from commit 6b36c0cbde24137c3845f31fbf330958f1b51818)
2023-05-06 15:42:19 +08:00
openeuler-ci-bot
091cf7e7e4
!26 update to upstream version 5.3.16
From: @leeffo 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
2022-10-26 03:33:16 +00:00
leeffo
80d19ec011 update to upstream version 5.3.16 2022-10-19 16:04:43 +08:00
openeuler-ci-bot
d3e04570f2
!24 [sync] PR-11: update README
From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-08-04 02:39:52 +00:00
wangpeng
9036052514 合并commit
(cherry picked from commit 30c725bad65970188610e25b4bd0cd9ff14c1231)
2022-08-04 10:25:25 +08:00
openeuler-ci-bot
a2e50cd1f5
!21 fix spec changelog date
From: @loong-C 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-06-08 09:44:05 +00:00
loong_C
c079d06b9d fix spec changelog date 2022-06-08 17:12:56 +08:00
7 changed files with 29 additions and 106 deletions

View File

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

View File

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

BIN
dde-clipboard-5.4.24.tar.gz Normal file

Binary file not shown.

View File

@ -1,3 +1,6 @@
# Run tests in check section
# disable for bootstrapping
%bcond_with check
%global with_debug 1
@ -6,14 +9,14 @@
%endif
Name: dde-clipboard
Version: 5.3.0.3
Release: 2
Version: 5.4.24
Release: 1
Summary: Qt platform theme integration plugins for DDE
License: GPLv3+
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
URL: https://github.com/linuxdeepin/dde-clipboard
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
BuildRequires: dtkcore-devel
@ -22,7 +25,9 @@ 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
@ -30,13 +35,12 @@ Qt platform theme integration plugins for DDE
%prep
%autosetup -p1
%autosetup
%build
export PATH=$PATH:/usr/lib64/qt5/bin
mkdir build && cd build
%{_libdir}/qt5/bin/qmake ..
%{__make}
%cmake ..
%install
pushd %{_builddir}/%{name}-%{version}/build
@ -44,17 +48,31 @@ pushd %{_builddir}/%{name}-%{version}/build
popd
%files
/etc/xdg/autostart/dde-clipboard.desktop
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
%{_sysconfdir}/xdg/autostart/dde-clipboard-daemon.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}loader
%{_bindir}/%{name}-daemon
%{_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 Jun 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
* Wed Jul 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

@ -1,22 +0,0 @@
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>

BIN
readme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB