Compare commits
11 Commits
9afd1354d6
...
2a08abcf34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a08abcf34 | ||
|
|
67b7d5b395 | ||
|
|
3f18afd6f6 | ||
|
|
eb3ef93115 | ||
|
|
61f77fda61 | ||
|
|
56c99661bf | ||
|
|
216f8d4f25 | ||
|
|
a8fe57e270 | ||
|
|
e48b40b501 | ||
|
|
53ad04a7d8 | ||
|
|
4284067f7c |
40
README.en.md
40
README.en.md
@ -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.
|
||||
|
||||

|
||||
|
||||
#### Contribution
|
||||
|
||||
1. Fork the repository
|
||||
|
||||
40
README.md
40
README.md
@ -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**,删除当前内容;单击顶部的**全部清除**,清空剪贴板。
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
BIN
dde-clipboard-5.3.27.tar.gz
Normal file
BIN
dde-clipboard-5.3.27.tar.gz
Normal file
Binary file not shown.
@ -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.
Loading…
x
Reference in New Issue
Block a user