Compare commits
10 Commits
1da9b01600
...
2c6892fcb5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c6892fcb5 | ||
|
|
7938992be9 | ||
|
|
39ff469147 | ||
|
|
43f2b22fb8 | ||
|
|
091cf7e7e4 | ||
|
|
80d19ec011 | ||
|
|
d3e04570f2 | ||
|
|
9036052514 | ||
|
|
a2e50cd1f5 | ||
|
|
c079d06b9d |
36
README.en.md
36
README.en.md
@ -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/)
|
|
||||||
37
README.md
37
README.md
@ -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
BIN
dde-clipboard-5.4.24.tar.gz
Normal file
Binary file not shown.
@ -1,3 +1,6 @@
|
|||||||
|
# Run tests in check section
|
||||||
|
# disable for bootstrapping
|
||||||
|
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|
||||||
%global with_debug 1
|
%global with_debug 1
|
||||||
@ -6,14 +9,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dde-clipboard
|
Name: dde-clipboard
|
||||||
Version: 5.3.0.3
|
Version: 5.4.24
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Qt platform theme integration plugins for DDE
|
Summary: Qt platform theme integration plugins for DDE
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
|
URL: https://github.com/linuxdeepin/dde-clipboard
|
||||||
Source0: %{name}_%{version}.orig.tar.xz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0: modify-QPainterPath-error.patch
|
|
||||||
|
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: dtkcore-devel
|
BuildRequires: dtkcore-devel
|
||||||
@ -22,7 +25,9 @@ BuildRequires: dtkwidget
|
|||||||
BuildRequires: libgio-qt
|
BuildRequires: libgio-qt
|
||||||
BuildRequires: libgio-qt-devel
|
BuildRequires: libgio-qt-devel
|
||||||
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
||||||
|
BuildRequires: gtest-devel
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
|
BuildRequires: kf5-kwayland-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Qt platform theme integration plugins for DDE
|
Qt platform theme integration plugins for DDE
|
||||||
@ -30,13 +35,12 @@ Qt platform theme integration plugins for DDE
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PATH=$PATH:/usr/lib64/qt5/bin
|
export PATH=$PATH:/usr/lib64/qt5/bin
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
%{_libdir}/qt5/bin/qmake ..
|
%cmake ..
|
||||||
%{__make}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd %{_builddir}/%{name}-%{version}/build
|
pushd %{_builddir}/%{name}-%{version}/build
|
||||||
@ -44,17 +48,31 @@ pushd %{_builddir}/%{name}-%{version}/build
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/etc/xdg/autostart/dde-clipboard.desktop
|
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
|
||||||
|
%{_sysconfdir}/xdg/autostart/dde-clipboard-daemon.desktop
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/%{name}loader
|
%{_bindir}/%{name}-daemon
|
||||||
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
|
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
|
||||||
|
/lib/systemd/user/dde-clipboard-daemon.service
|
||||||
%{_datadir}/%{name}/translations/
|
%{_datadir}/%{name}/translations/
|
||||||
|
%{_datadir}/applications/dde-clipboard.desktop
|
||||||
|
%{_datadir}/applications/dde-clipboard-daemon.desktop
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 08 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.3-2
|
||||||
- fix build error
|
- 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
|
- Update to 5.3.0.3
|
||||||
|
|
||||||
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
|
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
|
||||||
|
|||||||
Binary file not shown.
@ -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
BIN
readme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Loading…
x
Reference in New Issue
Block a user