diff --git a/README.en.md b/README.en.md deleted file mode 100644 index fce0dc30c5e633be6ae731a7e7f82663de2da3b2..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -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/) diff --git a/README.md b/README.md deleted file mode 100644 index 8e2d08a460446956a3df4376937204417462d285..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -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/) diff --git a/dde-clipboard-5.3.27.tar.gz b/dde-clipboard-5.4.24.tar.gz similarity index 36% rename from dde-clipboard-5.3.27.tar.gz rename to dde-clipboard-5.4.24.tar.gz index 2e1da76382b096093af322812e6241ef7560f51f..02c0e8f93dd72d47ce82accdbb1da610b0d64089 100644 Binary files a/dde-clipboard-5.3.27.tar.gz and b/dde-clipboard-5.4.24.tar.gz differ diff --git a/dde-clipboard.spec b/dde-clipboard.spec index dfe90c15632d4fbd011da6f35b1a2dd64a71b93e..31c0bb3d107d49b3519b0c8251048e0eb49ae395 100644 --- a/dde-clipboard.spec +++ b/dde-clipboard.spec @@ -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 - 5.4.24-1 +- upgrade to version 5.4.24 + * Mon Mar 27 2023 liweigang - 5.3.27-1 - update: update to 5.3.27 diff --git a/dde-clipboard_5.3.16.orig.tar.xz b/dde-clipboard_5.3.16.orig.tar.xz deleted file mode 100644 index 0398b52be3e17fc7a86edc6bd0c329126b49b5c6..0000000000000000000000000000000000000000 Binary files a/dde-clipboard_5.3.16.orig.tar.xz and /dev/null differ