Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
2a08abcf34
!36 fix url in spec
From: @lliuzhi 
Reviewed-by: @ut-layne-yang 
Signed-off-by: @ut-layne-yang
2024-03-04 03:08:35 +00:00
liuzhilin
67b7d5b395 fix url in spec 2024-02-28 10:41:31 +08:00
openeuler-ci-bot
3f18afd6f6
!34 modify version info
From: @hanshuang123456 
Reviewed-by: @lwgcc, @ut-layne-yang 
Signed-off-by: @ut-layne-yang
2023-11-17 09:18:20 +00:00
hanshuang
eb3ef93115 modify version info 2023-11-17 15:04:32 +08:00
openeuler-ci-bot
61f77fda61
!33 update package
From: @hanshuang123456 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-10-25 01:29:35 +00:00
hanshuang
56c99661bf update dde-clipboard package 2023-10-20 18:46:51 +08:00
openeuler-ci-bot
216f8d4f25 !8 update README
From: @wangpeng_uniontech
Reviewed-by: @weidongkl
Signed-off-by: @weidongkl
2021-08-13 01:46:59 +00:00
wangpeng
a8fe57e270 update README 2021-08-12 17:40:52 +08:00
wangpeng
e48b40b501 update README 2021-08-12 17:39:02 +08:00
王鹏
53ad04a7d8 !8 NEXT回退
Merge pull request !8 from 王鹏/revert-merge-1-openEuler-20.03-LTS-Next
2021-08-12 09:24:42 +00:00
王鹏
4284067f7c 回退 'Pull Request !1 : update README' 2021-08-12 09:23:52 +00:00
5 changed files with 48 additions and 88 deletions

View File

@ -8,41 +8,9 @@ Software architecture description
#### Installation
1. Download Openeuler ISO image and install the system
```
https://openeuler.org/zh/download/
```
2. Update software source
```
sudo dnf update
```
3. Install DDE
```
sudo dnf install dde
```
4. The settings are started as a graphical interface
```
sudo systemctl set-default graphical.target
```
5. restart
```
sudo reboot
```
6. After the restart is completed, login to the desktop using the user created during the installation or openeuler user
```
DDE desktop cannot login with root account. DDE has built-in openeuler user whose password is openeuler
```
```
dnf install dde-cliboard
```
#### Instructions
@ -51,6 +19,8 @@ Software architecture description
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

View File

@ -9,41 +9,9 @@
#### 安装教程
1. [下载](https://openeuler.org/zh/download/)openEuler ISO镜像并安装系统
```
https://openeuler.org/zh/download/
```
2. 更新软件源
```
sudo dnf update
```
3. 安装DDE
```
sudo dnf install dde
```
4. 设置以图形界面的方式启动
```
sudo systemctl set-default graphical.target
```
5. 重启
```
sudo reboot
```
6. 在重启完成后使用安装过程中创建的用户或openeuler用户登陆桌面
```
dde桌面无法使用root账号登陆 dde内置了openeuler用户此用户的密码为openeuler
```
```
dnf install dde-cliboard
```
#### 使用说明
@ -52,6 +20,8 @@
3. 选择目标位置粘贴。
4. 鼠标移入剪贴板的某一区块,单击上方的**X**,删除当前内容;单击顶部的**全部清除**,清空剪贴板。
![image-readme](./readme.png)
#### 参与贡献

BIN
dde-clipboard-5.3.27.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,21 +9,40 @@
%endif
Name: dde-clipboard
Version: 5.3.0.3
Release: 1
Version: 5.3.27
Release: 3
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
URL: https://github.com/linuxdeepin/dde-clipboard
Source0: %{name}-%{version}.tar.gz
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
BuildRequires: dtkcore-devel
BuildRequires: dtkwidget-devel
BuildRequires: dtkwidget
BuildRequires: libgio-qt
BuildRequires: libgio-qt-devel
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
BuildRequires: pkgconfig(dframeworkdbus)
BuildRequires: pkgconfig(gsettings-qt)
BuildRequires: pkgconfig(gio-qt)
BuildRequires: clang
BuildRequires: cmake
BuildRequires: dtkcommon-devel
BuildRequires: dtkcore-devel
BuildRequires: dtkgui-devel
BuildRequires: dtkwidget-devel
BuildRequires: deepin-desktop-base
BuildRequires: qt5-qttools-devel
BuildRequires: dde-network-utils-devel
BuildRequires: kf5-networkmanager-qt-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: libXrandr-devel
BuildRequires: mtdev-devel
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
BuildRequires: mesa-libEGL-devel
BuildRequires: xcb-util-wm-devel
BuildRequires: gtest-devel
%description
Qt platform theme integration plugins for DDE
@ -28,10 +50,10 @@ Qt platform theme integration plugins for DDE
%prep
%autosetup
%autosetup -p1
%build
export PATH=$PATH:/usr/lib64/qt5/bin
export PATH=$PATH:%{_libdir}/qt5/bin
mkdir build && cd build
%{_libdir}/qt5/bin/qmake ..
%{__make}
@ -42,21 +64,19 @@ pushd %{_builddir}/%{name}-%{version}/build
popd
%files
/etc/xdg/autostart/dde-clipboard.desktop
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}loader
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
%{_datadir}/%{name}/translations/
%{_datadir}/applications/dde-clipboard.desktop
%changelog
* Wed Jun 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
- Update to 5.3.0.3
* Wed Feb 28 2024 liuzhilin <liuzhilin@uniontech.com> - 5.3.27-3
- fix url in spec
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
- fix source url in spec
* Fri Nov 17 2023 hanshuang <hanshuang@uniontech.com> - 5.3.27-2
- modify version info
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.0.0.3-2
- fix compile fail
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0.0.3-1
- Package init
* Tue Jun 14 2022 uoser <uoser@uniontech.com> - 5.3.27-1.01
- update: update to 5.3.27-1.01

Binary file not shown.