!37 sync by openEuler-22.03-LTS-SP3

From: @ut-layne-yang 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
This commit is contained in:
openeuler-ci-bot 2024-06-19 06:53:50 +00:00 committed by Gitee
commit 2c6892fcb5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 13 additions and 87 deletions

View File

@ -1,39 +0,0 @@
# dde-clipboard
#### Description
The clipboard displays all text, pictures and files copied and cut after the current user logs in to the system. Use the clipboard to quickly copy an item. After logging off or shutting down, the clipboard will be emptied automatically.
#### Software Architecture
Software architecture description
#### Installation
```
dnf install dde-cliboard
```
#### Instructions
1. Use the shortcut keys **Ctrl** + **Alt** + **V** to call up the clipboard.
2. Double-click a block in the clipboard, the current content will be quickly copied, and the current block will be moved to the top of the clipboard.
3. Select the destination to paste.
4. Move the mouse to a certain area of the clipboard, click the upper **X** to delete the current content; click **Clear All** at the top to empty the clipboard.
![image-readme](./readme.png)
#### 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,42 +0,0 @@
# dde-clipboard
#### 介绍
剪贴板展示当前用户登录系统后复制和剪切的所有文本、图片和文件。使用剪贴板可以快速复制其中的某项内容。注销或关机后,剪贴板会自动清空。
#### 软件架构
软件架构说明
#### 安装教程
```
dnf install dde-cliboard
```
#### 使用说明
1. 使用快捷键 **Ctrl** + **Alt** + **V** 唤出剪贴板。
2. 双击剪贴板内的某一区块,会快速复制当前内容, 且当前区块会被移动到剪贴板顶部。
3. 选择目标位置粘贴。
4. 鼠标移入剪贴板的某一区块,单击上方的**X**,删除当前内容;单击顶部的**全部清除**,清空剪贴板。
![image-readme](./readme.png)
#### 参与贡献
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.

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

Binary file not shown.

View File

@ -9,13 +9,14 @@
%endif
Name: dde-clipboard
Version: 5.3.27
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/
URL: https://github.com/linuxdeepin/dde-clipboard
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
BuildRequires: dtkcore-devel
@ -26,6 +27,7 @@ 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
@ -38,8 +40,7 @@ Qt platform theme integration plugins for DDE
%build
export PATH=$PATH:/usr/lib64/qt5/bin
mkdir build && cd build
%{_libdir}/qt5/bin/qmake ..
%{__make}
%cmake ..
%install
pushd %{_builddir}/%{name}-%{version}/build
@ -47,15 +48,21 @@ 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

Binary file not shown.